#include <vtkClipPlanesPainter.h>
Definition at line 28 of file vtkClipPlanesPainter.h.
Public Types | |
typedef vtkPainter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkClipPlanesPainter * | New () |
static int | IsTypeOf (const char *type) |
static vtkClipPlanesPainter * | SafeDownCast (vtkObject *o) |
static vtkInformationObjectBaseKey * | CLIPPING_PLANES () |
Protected Member Functions | |
vtkClipPlanesPainter () | |
~vtkClipPlanesPainter () | |
virtual void | ProcessInformation (vtkInformation *) |
void | SetClippingPlanes (vtkPlaneCollection *) |
Protected Attributes | |
vtkPlaneCollection * | ClippingPlanes |
Reimplemented from vtkPainter.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
Definition at line 32 of file vtkClipPlanesPainter.h.
vtkClipPlanesPainter::vtkClipPlanesPainter | ( | ) | [protected] |
vtkClipPlanesPainter::~vtkClipPlanesPainter | ( | ) | [protected] |
static vtkClipPlanesPainter* vtkClipPlanesPainter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
virtual const char* vtkClipPlanesPainter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPainter.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
static int vtkClipPlanesPainter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkPainter.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
virtual int vtkClipPlanesPainter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkPainter.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
static vtkClipPlanesPainter* vtkClipPlanesPainter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPainter.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
void vtkClipPlanesPainter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkPainter.
Reimplemented in vtkMesaClipPlanesPainter, and vtkOpenGLClipPlanesPainter.
static vtkInformationObjectBaseKey* vtkClipPlanesPainter::CLIPPING_PLANES | ( | ) | [static] |
Get/Set the vtkPlaneCollection which specifies the clipping planes.
virtual void vtkClipPlanesPainter::ProcessInformation | ( | vtkInformation * | ) | [protected, virtual] |
Called before RenderInternal() if the Information has been changed since the last time this method was called.
Reimplemented from vtkPainter.
void vtkClipPlanesPainter::SetClippingPlanes | ( | vtkPlaneCollection * | ) | [protected] |
vtkPlaneCollection* vtkClipPlanesPainter::ClippingPlanes [protected] |
Definition at line 47 of file vtkClipPlanesPainter.h.