 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #ifndef vtkOpenGLRayCastImageDisplayHelper_h
28 #define vtkOpenGLRayCastImageDisplayHelper_h
31 #include "vtkRenderingVolumeOpenGL2Module.h"
49 int imageViewportSize[2],
int imageInUseSize[2],
int imageOrigin[2],
float requestedDepth,
50 unsigned char*
image)
override;
53 int imageViewportSize[2],
int imageInUseSize[2],
int imageOrigin[2],
float requestedDepth,
54 unsigned short*
image)
override;
57 float requestedDepth)
override;
66 int imageViewportSize[2],
int imageInUseSize[2],
int imageOrigin[2],
float requestedDepth,
67 int imageScalarType,
void*
image);
vtkOpenGLRayCastImageDisplayHelper()
represents a volume (data & properties) in a rendered scene
helper class for a ray cast image
helper class that draws the image to the screen
void RenderTexture(vtkVolume *vol, vtkRenderer *ren, int imageMemorySize[2], int imageViewportSize[2], int imageInUseSize[2], int imageOrigin[2], float requestedDepth, unsigned char *image) override
void RenderTexture(vtkVolume *vol, vtkRenderer *ren, int imageMemorySize[2], int imageViewportSize[2], int imageInUseSize[2], int imageOrigin[2], float requestedDepth, unsigned short *image) override
window superclass for vtkRenderWindow
void RenderTexture(vtkVolume *vol, vtkRenderer *ren, vtkFixedPointRayCastImage *image, float requestedDepth) override
void ReleaseGraphicsResources(vtkWindow *win) override
Derived class should implement this if needed.
a simple class to control print indentation
abstracts an OpenGL texture object.
~vtkOpenGLRayCastImageDisplayHelper() override
vtkTextureObject * TextureObject
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOpenGLHelper * ShaderProgram
abstract specification for renderers
static vtkOpenGLRayCastImageDisplayHelper * New()
OpenGL subclass that draws the image to the screen.
void RenderTextureInternal(vtkVolume *vol, vtkRenderer *ren, int imageMemorySize[2], int imageViewportSize[2], int imageInUseSize[2], int imageOrigin[2], float requestedDepth, int imageScalarType, void *image)