Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SelectionBuilder.C File Reference

#include "SelectionBuilder.h"
#include "Molecule.h"
#include "SymbolTable.h"
#include "ParseTree.h"
#include "FL/Fl.H"
#include "FL/forms.H"

Go to the source code of this file.

Functions

int vmd_int_compare (const void *x, const void *y)
int vmd_double_compare (const void *x, const void *y)
int vmd_string_compare (const void *x, const void *y)
void vmdsort_int (int *intlist, int num)
void vmdsort_double (double *dlist, int num)
void vmdsort_string (const char **jlist, int num)


Function Documentation

int vmd_double_compare const void *    x,
const void *    y
 

Definition at line 32 of file SelectionBuilder.C.

Referenced by vmdsort_double.

int vmd_int_compare const void *    x,
const void *    y
 

Definition at line 28 of file SelectionBuilder.C.

Referenced by vmdsort_int.

int vmd_string_compare const void *    x,
const void *    y
 

Definition at line 43 of file SelectionBuilder.C.

Referenced by vmdsort_string.

void vmdsort_double double *    dlist,
int    num
[static]
 

Definition at line 51 of file SelectionBuilder.C.

References num, and vmd_double_compare.

void vmdsort_int int *    intlist,
int    num
[static]
 

Definition at line 47 of file SelectionBuilder.C.

References num, and vmd_int_compare.

void vmdsort_string const char **    jlist,
int    num
[static]
 

Definition at line 55 of file SelectionBuilder.C.

References num, and vmd_string_compare.


Generated on Fri Apr 19 02:45:59 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002