#include <vuUDSphere.h>
Collaboration diagram for Point3d:
Public Member Functions | |
Point3d () | |
~Point3d () | |
void | set (double xx, double yy, double zz) |
void | reset (void) |
bool | operator== (Point3d &rhs) |
bool | operator< (Point3d &rhs) |
bool | operator> (Point3d &rhs) |
bool | operator<= (Point3d &rhs) |
bool | operator>= (Point3d &rhs) |
Public Attributes | |
double | x |
double | y |
double | z |
double | phi |
double | theta |
double | fx |
double | fy |
double | fz |
It's a slightly modificated version of Steven Kilthau's UDSphere. -ms-
Definition at line 12 of file vuUDSphere.h.
|
Definition at line 15 of file vuUDSphere.h. |
|
Definition at line 16 of file vuUDSphere.h. |
|
Definition at line 34 of file vuUDSphere.h. References phi. |
|
Definition at line 36 of file vuUDSphere.h. References phi. |
|
Definition at line 33 of file vuUDSphere.h. References phi. |
|
Definition at line 35 of file vuUDSphere.h. References phi. |
|
Definition at line 37 of file vuUDSphere.h. References phi. |
|
Definition at line 27 of file vuUDSphere.h. |
|
Definition at line 18 of file vuUDSphere.h. Referenced by vuUDSphere::makeRandomPoint(), and vuUDSphere::readFromFile(). |
|
Definition at line 48 of file vuUDSphere.h. Referenced by vuUDSphere::advancePoints(), and vuUDSphere::computeForces(). |
|
Definition at line 48 of file vuUDSphere.h. Referenced by vuUDSphere::advancePoints(), and vuUDSphere::computeForces(). |
|
Definition at line 48 of file vuUDSphere.h. Referenced by vuUDSphere::advancePoints(), and vuUDSphere::computeForces(). |
|
Definition at line 44 of file vuUDSphere.h. Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=(). |
|
Definition at line 45 of file vuUDSphere.h. |
|
Definition at line 41 of file vuUDSphere.h. Referenced by Scanner::_renderView(), FourierSlicer< SIZE >::_renderView(), vuUDSphere::advancePoints(), vuUDSphere::computeForces(), vuUDSphere::initPoints(), and vuUDSphere::writeToFile(). |
|
Definition at line 41 of file vuUDSphere.h. Referenced by Scanner::_renderView(), FourierSlicer< SIZE >::_renderView(), vuUDSphere::advancePoints(), vuUDSphere::computeForces(), vuUDSphere::initPoints(), and vuUDSphere::writeToFile(). |
|
Definition at line 41 of file vuUDSphere.h. Referenced by Scanner::_renderView(), FourierSlicer< SIZE >::_renderView(), vuUDSphere::advancePoints(), vuUDSphere::computeForces(), vuUDSphere::initPoints(), and vuUDSphere::writeToFile(). |