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.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Types | Public Member Functions | List of all members
Core::IndexVector Class Reference

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
 
IndexVectoroperator= (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
 
IndexVectoroperator+= (const IndexVector &idx)
 
IndexVectoroperator-= (const IndexVector &idx)
 

The documentation for this class was generated from the following file: