PolyVox  0.2.1
Open source voxel management library
Public Member Functions | Public Attributes
PolyVox::IteratorController< IteratorType > Class Template Reference

#include <IteratorController.h>

+ Collaboration diagram for PolyVox::IteratorController< IteratorType >:

List of all members.

Public Member Functions

void reset (void)
bool moveForward (void)

Public Attributes

Region m_regValid
IteratorType * m_Iter

Detailed Description

template<typename IteratorType>
class PolyVox::IteratorController< IteratorType >

Definition at line 32 of file IteratorController.h.


Member Function Documentation

template<typename IteratorType >
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:

template<typename IteratorType >
void PolyVox::IteratorController< IteratorType >::reset ( void  )

Member Data Documentation

template<typename IteratorType>
IteratorType* PolyVox::IteratorController< IteratorType >::m_Iter
template<typename IteratorType>
Region PolyVox::IteratorController< IteratorType >::m_regValid

The documentation for this class was generated from the following files: