|
PolyVox
0.2.1
Open source voxel management library
|
#include <IteratorController.h>
Collaboration diagram for PolyVox::IteratorController< IteratorType >:Public Member Functions | |
| void | reset (void) |
| bool | moveForward (void) |
Public Attributes | |
| Region | m_regValid |
| IteratorType * | m_Iter |
Definition at line 32 of file IteratorController.h.
| bool PolyVox::IteratorController< IteratorType >::moveForward | ( | void | ) |
Definition at line 33 of file IteratorController.inl.
Referenced by PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::executeSAT().
Here is the call graph for this function:| void PolyVox::IteratorController< IteratorType >::reset | ( | void | ) |
Definition at line 27 of file IteratorController.inl.
Referenced by PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::executeSAT().
| IteratorType* PolyVox::IteratorController< IteratorType >::m_Iter |
Definition at line 40 of file IteratorController.h.
Referenced by PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::executeSAT().
| Region PolyVox::IteratorController< IteratorType >::m_regValid |
Definition at line 39 of file IteratorController.h.
Referenced by PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::executeSAT().
1.8.1