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 | |
View2D (const Point ¢er, double scale) | |
View2D (const Point ¢er, double scalex, double scaley) | |
View2D (const View2D &) | |
View2D & | operator= (const View2D &) |
bool | operator== (const View2D &) const |
bool | operator!= (const View2D &) const |
const Point & | center () const |
Point & | center () |
double | scalex () const |
void | scalex (double scalex) |
double | scaley () const |
void | scaley (double scaley) |
void | scale (double ratio) |
void | translate (const Vector &offset) |
void | dolly (double dz) |
void | compute_clipping_planes (double aspect, double &left, double &right, double &bottom, double &top) const |