VAPOR3 3.9.4
|
OSPRay isosurface rendering adapter. More...
#include <VolumeOSPRay.h>
Public Member Functions | |
VolumeOSPRayIso (GLManager *gl, VolumeRenderer *renderer) | |
Public Member Functions inherited from VAPoR::VolumeOSPRay | |
VolumeOSPRay (GLManager *gl, VolumeRenderer *renderer) | |
Public Member Functions inherited from VAPoR::VolumeAlgorithm | |
VolumeAlgorithm (GLManager *gl, VolumeRenderer *renderer) | |
virtual | ~VolumeAlgorithm () |
virtual void | SaveDepthBuffer (bool fast) |
virtual int | Render (bool fast)=0 |
virtual int | LoadData (const Grid *grid)=0 |
virtual int | LoadSecondaryData (const Grid *grid)=0 |
virtual void | DeleteSecondaryData ()=0 |
virtual void | GetFinalBlendingMode (int *src, int *dst)=0 |
virtual bool | RequiresChunkedRendering ()=0 |
virtual float | GuestimateFastModeSpeedupFactor () const |
virtual int | CheckHardwareSupport (const Grid *grid) const |
Static Public Member Functions | |
static std::string | GetName () |
static Type | GetType () |
Static Public Member Functions inherited from VAPoR::VolumeOSPRay | |
static std::string | GetName () |
Static Public Member Functions inherited from VAPoR::VolumeAlgorithm | |
static VolumeAlgorithm * | NewAlgorithm (const std::string &name, GLManager *gl, VolumeRenderer *renderer) |
static void | Register (VolumeAlgorithmFactory *f) |
Protected Member Functions | |
bool | _isIso () const |
Protected Member Functions inherited from VAPoR::VolumeAlgorithm | |
VolumeParams * | GetParams () const |
ViewpointParams * | GetViewpointParams () const |
AnnotationParams * | GetAnnotationParams () const |
Transform * | GetDatasetTransform () const |
void | GetExtents (glm::vec3 *dataMin, glm::vec3 *dataMax, glm::vec3 *userMin, glm::vec3 *userMax) const |
Additional Inherited Members | |
Public Types inherited from VAPoR::VolumeAlgorithm | |
enum class | Type { Any , DVR , Iso } |
Protected Attributes inherited from VAPoR::VolumeAlgorithm | |
GLManager * | _glManager |
OSPRay isosurface rendering adapter.
Definition at line 104 of file VolumeOSPRay.h.
|
inline |
Definition at line 106 of file VolumeOSPRay.h.
|
inlineprotected |
Definition at line 111 of file VolumeOSPRay.h.
|
inlinestatic |
Definition at line 107 of file VolumeOSPRay.h.
|
inlinestatic |
Definition at line 108 of file VolumeOSPRay.h.