AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
aliceVision::Voxel Struct Reference

Public Member Functions

 Voxel (const int _x, const int _y, const int _z)
 
int & operator[] (const int index)
 
Voxeloperator= (const Voxel &param)
 
Voxel operator- (const Voxel &_p) const
 
Voxel operator+ (const Voxel &_p) const
 
Voxel operator+ (int _p) const
 
Voxel operator* (const Voxel &_p) const
 
Voxel operator* (int d) const
 
Voxel operator/ (int d) const
 
float size () const
 
bool operator== (const Voxel &param) const
 
bool operator!= (const Voxel &param) const
 

Public Attributes

union {
   struct {
      int   x
 
      int   y
 
      int   z
 
   } 
 
   int   m [3]
 
}; 
 

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