Seg3D
2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
|
Public Member Functions | |
View3D (const Point &eyep, const Point &lookat, const Vector &up, double fov) | |
View3D (const View3D &) | |
View3D & | operator= (const View3D &) |
bool | operator== (const View3D &) const |
bool | operator!= (const View3D &) const |
Point | eyep () const |
void | eyep (const Point &eyep) |
Point | lookat () const |
void | lookat (const Point &lookat) |
Vector | up () const |
void | up (const Vector &up) |
double | fov () const |
void | fov (double fov) |
void | rotate (const Vector &axis, double angle) |
void | scale (double ratio) |
void | translate (const Vector &offset) |
void | compute_clipping_planes (const BBox &bbox, double &znear, double &zfar) |