#include <vtkRayCastImageDisplayHelper.h>
Inheritance diagram for vtkRayCastImageDisplayHelper:
This is a helper class for drawing images created from ray casting on the screen. This is the abstract device-independent superclass.
Definition at line 46 of file vtkRayCastImageDisplayHelper.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | RenderTexture (vtkVolume *vol, vtkRenderer *ren, int imageMemorySize[2], int imageViewportSize[2], int imageInUseSize[2], int imageOrigin[2], float requestedDepth, unsigned char *image)=0 |
Static Public Member Functions | |
vtkRayCastImageDisplayHelper * | New () |
int | IsTypeOf (const char *type) |
vtkRayCastImageDisplayHelper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRayCastImageDisplayHelper () | |
~vtkRayCastImageDisplayHelper () |
|
Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. Definition at line 50 of file vtkRayCastImageDisplayHelper.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |
|
Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |
|
Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. Reimplemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |
|
Implemented in vtkMesaRayCastImageDisplayHelper, and vtkOpenGLRayCastImageDisplayHelper. |