[ GAMB | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
static bool | isRec(const char* const shouRec); |
static unsigned short | atomIndex(const char *const shouRec, unsigned int atom); |
static float | xCoord(const char* const shouRec); |
static float | yCoord(const char* const shouRec); |
static float | zCoord(const char* const shouRec); |
static float | surface(const char* const shouRec); |
static float | xNorm(const char* const shouRec); |
static float | yNorm(const char* const shouRec); |
static float | zNorm(const char* const shouRec); |
protected: |
Copyright: SAMBA group, Tel-Aviv Univ. Israel, 1997.
bool isRec(const char* const shouRec);
Checks that the shouRec string is actually a record. This will rule out
all REMARKs and # lines.
static bool isRec(const char* const shouRec);
unsigned short atomIndex(const char *const shouRec, unsigned int atom);
returns the 1 (for caps), 2 (for belts) or 3 (for pits) atoms
involved in the definition of the surface point. The atom parameter
may assume values of 0..2. For each such value the method will return
a different atom index involved in the definition of the critical point.
For caps and belts which are defined by less then 3 atoms 0s will be
returned for the upper indices.
static unsigned short atomIndex(const char *const shouRec, unsigned int atom);
float xCoord(const char* const shouRec);
Returns x coordinate of the surface point.
static float xCoord(const char* const shouRec);
float yCoord(const char* const shouRec);
Returns y coordinate of the surface point.
static float yCoord(const char* const shouRec);
float zCoord(const char* const shouRec);
Returns z coordinate of the surface point.
static float zCoord(const char* const shouRec);
float surface(const char* const shouRec);
Returns surface area of element represented by vector.
static float surface(const char* const shouRec);
float xNorm(const char* const shouRec);
Returns x coordinate of the surface normal.
static float xNorm(const char* const shouRec);
float yNorm(const char* const shouRec);
Returns y coordinate of the surface normal.
static float yNorm(const char* const shouRec);
float zNorm(const char* const shouRec);
Returns z coordinate of the surface normal.
static float zNorm(const char* const shouRec);
public: | ||
---|---|---|
static bool | isRec(const char* const shouRec); | |
static unsigned short | atomIndex(const char *const shouRec, unsigned int atom); | |
static float | xCoord(const char* const shouRec); | |
static float | yCoord(const char* const shouRec); | |
static float | zCoord(const char* const shouRec); | |
static float | surface(const char* const shouRec); | |
static float | xNorm(const char* const shouRec); | |
static float | yNorm(const char* const shouRec); | |
static float | zNorm(const char* const shouRec); | |
protected: |
Report problems to jkotula@unimax.com