#include <vtkOpenGLProjectedPolyDataRayBounder.h>
Inheritance diagram for vtkOpenGLProjectedPolyDataRayBounder:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ReleaseGraphicsResources (vtkWindow *) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkOpenGLProjectedPolyDataRayBounder * | SafeDownCast (vtkObject *o) |
vtkOpenGLProjectedPolyDataRayBounder * | New () |
Protected Methods | |
vtkOpenGLProjectedPolyDataRayBounder () | |
~vtkOpenGLProjectedPolyDataRayBounder () | |
vtkOpenGLProjectedPolyDataRayBounder (const vtkOpenGLProjectedPolyDataRayBounder &) | |
void | operator= (const vtkOpenGLProjectedPolyDataRayBounder &) |
void | Build (vtkPolyData *pdata) |
float * | Draw (vtkRenderer *ren, vtkMatrix4x4 *matrix) |
Protected Attributes | |
GLuint | DisplayList |
float * | DepthRangeBuffer |
Definition at line 71 of file vtkOpenGLProjectedPolyDataRayBounder.h.
|
|
|
|
|
Definition at line 90 of file vtkOpenGLProjectedPolyDataRayBounder.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProjectedPolyDataRayBounder. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProjectedPolyDataRayBounder. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProjectedPolyDataRayBounder. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProjectedPolyDataRayBounder. |
|
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 vtkProjectedPolyDataRayBounder. |
|
Construct a new vtkOpenGLProjectedPolyDataRayBounder. The depth range buffer is initially NULL and no display list has been created Reimplemented from vtkProjectedPolyDataRayBounder. |
|
Release any graphics resources that are being consumed by this ray bounder. The parameter window could be used to determine which graphic resources to release. Reimplemented from vtkRayBounder. |
|
Definition at line 91 of file vtkOpenGLProjectedPolyDataRayBounder.h. |
|
Create a display list from the poly data. Reimplemented from vtkProjectedPolyDataRayBounder. |
|
Render the display list and create the near and far buffers Reimplemented from vtkProjectedPolyDataRayBounder. |
|
Definition at line 93 of file vtkOpenGLProjectedPolyDataRayBounder.h. |
|
Definition at line 94 of file vtkOpenGLProjectedPolyDataRayBounder.h. |