Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VoxRange Struct Reference

#include <PointCloud/VoxelImage.H>

List of all members.


Detailed Description

Holds the range of values in a Voxel Image, is useful for point clouds.

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.


Member Data Documentation

unsigned int VoxRange::maxRange
 

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().

unsigned int VoxRange::rangeX
 

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().

unsigned int VoxRange::rangeY
 

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().

unsigned int VoxRange::rangeZ
 

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().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 23 15:51:27 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4