ISIS Core Library 0.7.2 (api 3.0.0)
Public Member Functions

isis::data::VoxelOp< TYPE > Class Template Reference

#include <chunk.hpp>

Public Member Functions

virtual bool operator() (TYPE &vox, const util::vector4< size_t > &pos)=0
virtual ~VoxelOp ()

Detailed Description

template<typename TYPE>
class isis::data::VoxelOp< TYPE >

Base class for operators used for foreachVoxel

Definition at line 53 of file chunk.hpp.


Constructor & Destructor Documentation

template<typename TYPE>
virtual isis::data::VoxelOp< TYPE >::~VoxelOp ( ) [inline, virtual]

Definition at line 57 of file chunk.hpp.


Member Function Documentation

template<typename TYPE>
virtual bool isis::data::VoxelOp< TYPE >::operator() ( TYPE &  vox,
const util::vector4< size_t > &  pos 
) [pure virtual]

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