![]() |
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 Types | |
| typedef long long | index_type |
Public Member Functions | |
| IndexVector (index_type x, index_type y, index_type z) | |
| IndexVector (const IndexVector &idx) | |
| index_type | x () const |
| index_type | y () const |
| index_type | z () const |
| double | xd () const |
| double | yd () const |
| double | zd () const |
| void | x (index_type x) |
| void | y (index_type y) |
| void | z (index_type z) |
| bool | operator== (const IndexVector &idx) const |
| bool | operator!= (const IndexVector &idx) const |
| IndexVector & | operator= (const IndexVector &idx) |
| index_type & | operator[] (size_t idx) |
| index_type | operator[] (size_t idx) const |
| IndexVector | operator+ (const IndexVector &idx) const |
| IndexVector | operator- (const IndexVector &idx) const |
| IndexVector & | operator+= (const IndexVector &idx) |
| IndexVector & | operator-= (const IndexVector &idx) |
1.8.10