
#include <PointCloud/VoxelImage.H>
We use signed integer values since sometimes internal method calls will support negative coordinates.
Definition at line 61 of file VoxelImage.H.
Public Attributes | |
| unsigned int | rangeX |
| Range between minX and maxX. | |
| int | minX |
| int | maxX |
| unsigned int | rangeY |
| Range between minY and maxY. | |
| int | minY |
| int | maxY |
| unsigned int | rangeZ |
| Range between minZ and maxZ. | |
| int | minZ |
| int | maxZ |
| unsigned int | maxRange |
| The max range of x,y and z. | |
|
|
The max range of x,y and z.
Definition at line 73 of file VoxelImage.H. Referenced by OSGUtil::computeRange(), realvox::importOSGPointCloud(), and VirtualVoxelOSG< T >::reduceSize(). |
|
|
Range between minX and maxX.
Definition at line 64 of file VoxelImage.H. Referenced by VirtualVoxelOSG< T >::computeDec(), OSGUtil::computeRange(), VirtualVoxelOSG< T >::dec(), realvox::importOSGPointCloud(), and OSGUtil::rangeCompare(). |
|
|
Range between minY and maxY.
Definition at line 67 of file VoxelImage.H. Referenced by VirtualVoxelOSG< T >::computeDec(), VirtualVoxelOSG< T >::computeDecXY(), OSGUtil::computeRange(), VirtualVoxelOSG< T >::dec(), realvox::importOSGPointCloud(), and OSGUtil::rangeCompare(). |
|
|
Range between minZ and maxZ.
Definition at line 70 of file VoxelImage.H. Referenced by VirtualVoxelOSG< T >::computeDec(), VirtualVoxelOSG< T >::computeDecXY(), OSGUtil::computeRange(), realvox::importOSGPointCloud(), and OSGUtil::rangeCompare(). |
1.4.4