|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
| BioPoint() | BioPoint | |
| BioPoint(const BioPoint &) | BioPoint | |
| BioPoint(const float x1, const float y1, const float z1) | BioPoint | |
| getDistance(const BioPoint &) | BioPoint | |
| getDistance(const float, const float, const float) | BioPoint | |
| getRotatedPoint(const float **a_) | BioPoint | |
| getRotatedPoint(const BioMatrix &a_) | BioPoint | |
| getRotatedPoint(const float th, const char axis) | BioPoint | |
| getRotoTranslatedPoint(const float **a_, const float *b_) | BioPoint | |
| getRotoTranslatedPoint(const float th, const char ax, const float *b_) | BioPoint | |
| getTranslatedPoint(const float *a_) | BioPoint | |
| getX() const | BioPoint | |
| getY() const | BioPoint | |
| getZ() const | BioPoint | |
| operator<<(ostream &os, const BioPoint &) | BioPoint | [friend] |
| operator=(const BioPoint &) | BioPoint | |
| setX(float) | BioPoint | |
| setXYZ(float, float, float) | BioPoint | |
| setY(float) | BioPoint | |
| setZ(float) | BioPoint | |
| showPoint(ostream &os=cout) const | BioPoint | |
| x_ | BioPoint | [protected] |
| y_ | BioPoint | [protected] |
| z_ | BioPoint | [protected] |