#include <vlvolvoxelops.h>
Inheritance diagram for vlVolVoxelOpsBase< DataType, Layout >:

Public Member Functions | |
| virtual vlVoxelOperator< DataType, Layout > * | getNativeVoxelOp (const vlVoxelOpType type)=0 |
| This function will always return a voxel operator which uses the layout's native iterators for the requested type. | |
| virtual vlVoxelOperator< DataType, Layout > * | getNativeVoxelOp (const std::string &name)=0 |
| Same as the previous function except that it takes the voxel operator name as argument. | |
| virtual vlVoxelOperator< DataType, vlLayout::VirtualCall > * | getVirtualVoxelOp (const vlVoxelOpType type)=0 |
| This function will always return a voxel operator which uses VirtualCall iterators for the requested type. | |
| virtual vlVoxelOperator< DataType, vlLayout::VirtualCall > * | getVirtualVoxelOp (const std::string &name)=0 |
| Same as the previous function except that it takes the voxel operator name as argument. | |
Definition at line 46 of file vlvolvoxelops.h.
|
||||||||||
|
Implemented in vlVolVoxelOps< DataType, vlLayout::Linear >. |
|
||||||||||
|
It will return 0L (null) if such an operator does not exist. Implemented in vlVolVoxelOps< DataType, vlLayout::Linear >. |
|
||||||||||
|
Implemented in vlVolVoxelOps< DataType, vlLayout::Linear >. |
|
||||||||||
|
It will return 0L (null) if no such operator exists. Implemented in vlVolVoxelOps< DataType, vlLayout::Linear >. |
1.3.3