MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
mgx::Image3D Struct Reference

Public Member Functions

 Image3D (const Image3D &copy)
 
 Image3D (HVecUS &data, const Point3u &size, const Point3f &step=Point3f(1, 1, 1), bool labels=false)
 
void allocate (const Point3u &size)
 
void allocate ()
 
void setPlane (int i)
 
const ushort & operator[] (int i) const
 
ushort & operator[] (int i)
 

Public Attributes

HVecUS * data
 
Point3u size
 
Point3f step
 
Point3f origin
 
uint minc
 
uint maxc
 
float brightness
 
int plane
 To load a 2D image in a 3D stack.
 
bool labels
 If the image contains labels.
 

Protected Attributes

bool allocated
 

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