#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include "Inform.h"
#include "utilities.h"
#include "AtomSel.h"
#include "VMDApp.h"
#include "MoleculeList.h"
#include "VolumetricData.h"
#include "VolMapCreate.h"
#include "Segmentation.h"
#include "MDFF.h"
#include <math.h>
#include <tcl.h>
#include "TclCommands.h"
Go to the source code of this file.
Functions | |
int | return_segment_usage (Tcl_Interp *interp) |
int | segment_volume (VMDApp *app, int argc, Tcl_Obj *const objv[], Tcl_Interp *interp) |
int | obj_segmentation (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
|
Definition at line 250 of file TclSegmentation.C. References NULL, return_segment_usage, segment_volume, and strupncmp. |
|
Definition at line 42 of file TclSegmentation.C. Referenced by obj_segmentation, and segment_volume. |
|