HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_VoxelBox Struct Reference

Voxel boxes are used to define voxel groups. More...

#include <SIM_RawIndexField.h>

Public Member Functions

 SIM_VoxelBox ()
 
 SIM_VoxelBox (const int xMin, const int yMin, const int zMin, const int xEnd, const int yEnd, const int zEnd)
 
bool contains (const int x, const int y, const int z) const
 

Public Attributes

int begin [3]
 
int end [3]
 

Detailed Description

Voxel boxes are used to define voxel groups.

Definition at line 26 of file SIM_RawIndexField.h.

Constructor & Destructor Documentation

SIM_VoxelBox::SIM_VoxelBox ( )
SIM_VoxelBox::SIM_VoxelBox ( const int  xMin,
const int  yMin,
const int  zMin,
const int  xEnd,
const int  yEnd,
const int  zEnd 
)

Member Function Documentation

bool SIM_VoxelBox::contains ( const int  x,
const int  y,
const int  z 
) const

Member Data Documentation

int SIM_VoxelBox::begin[3]

Definition at line 37 of file SIM_RawIndexField.h.

int SIM_VoxelBox::end[3]

Definition at line 38 of file SIM_RawIndexField.h.


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