Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

vlVoxelOpSuperBase Class Reference

This class defines a voxel operator. More...

#include <vlvoxeloperator.h>

Inheritance diagram for vlVoxelOpSuperBase:

vlVoxelOpBase< DataType > vlVoxelOperator< DataType, Layout > vlVoxelOpCentralDiff< DataType, Layout > vlVoxelOpSobel< DataType, Layout > List of all members.

Public Member Functions

virtual vlVoxelOpType type ()=0
 Gives the operation type of this voxel operation.

virtual std::string name ()=0
 Gives the name of the voxel operation.

virtual vlLayoutType layout ()=0
 Returns the layout for which this voxel operator is implemented.

virtual vlVarListconfig ()=0
 Returns pointer to configuration.


Detailed Description

A voxel operator is a special class that performs certain operation at a given voxel. An example operation could be computing gradient at given voxel. These voxel operators are be used by iterators to perform voxel operations when requested by the user.

Every voxel operator will have a generic implementation. Every layout can optionally override the generic implementation and implement the voxel operation for itself.

This is a super base class of a voxel operator object. To implement a voxel operator, inherit your class from vlVoxelOp. This class is useful for passing voxel operator objects around in a layout and datatype independent manner.

Author:
Sarang Lakare <sarang#users.sourceforge.net>
See also:
vlVoxelOperator

Definition at line 51 of file vlvoxeloperator.h.


Member Function Documentation

virtual vlVarList* vlVoxelOpSuperBase::config  )  [pure virtual]
 

Implemented in vlVoxelOpCentralDiff< DataType, Layout >, and vlVoxelOpSobel< DataType, Layout >.

virtual vlLayoutType vlVoxelOpSuperBase::layout  )  [pure virtual]
 

Implemented in vlVoxelOpCentralDiff< DataType, Layout >, and vlVoxelOpSobel< DataType, Layout >.

virtual std::string vlVoxelOpSuperBase::name  )  [pure virtual]
 

Implemented in vlVoxelOpCentralDiff< DataType, Layout >, and vlVoxelOpSobel< DataType, Layout >.

virtual vlVoxelOpType vlVoxelOpSuperBase::type  )  [pure virtual]
 

Implemented in vlVoxelOpCentralDiff< DataType, Layout >, and vlVoxelOpSobel< DataType, Layout >.


The documentation for this class was generated from the following file:
Generated on Fri Mar 18 11:33:24 2005 for OpenVL by doxygen 1.3.3