|
VAPOR3 3.9.4
|
#include <VolumeAlgorithm.h>
Public Member Functions | |
| virtual VolumeAlgorithm * | Create (GLManager *gl, VolumeRenderer *renderer)=0 |
Public Attributes | |
| std::string | name |
| VolumeAlgorithm::Type | type |
Definition at line 82 of file VolumeAlgorithm.h.
|
pure virtual |
Implemented in VAPoR::VolumeAlgorithmRegistrar< T >.
| std::string VAPoR::VolumeAlgorithmFactory::name |
Definition at line 84 of file VolumeAlgorithm.h.
Referenced by VAPoR::VolumeAlgorithmRegistrar< T >::VolumeAlgorithmRegistrar().
| VolumeAlgorithm::Type VAPoR::VolumeAlgorithmFactory::type |
Definition at line 85 of file VolumeAlgorithm.h.
Referenced by VAPoR::VolumeAlgorithmRegistrar< T >::VolumeAlgorithmRegistrar().