VTK
|
abstract class defining interface for painter that manages clipping. More...
#include <vtkClipPlanesPainter.h>
Public Types | |
typedef vtkPainter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkClipPlanesPainter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | UpdateBounds (double bounds[6]) |
Static Public Member Functions | |
static vtkClipPlanesPainter * | New () |
static int | IsTypeOf (const char *type) |
static vtkClipPlanesPainter * | SafeDownCast (vtkObjectBase *o) |
static vtkInformationObjectBaseKey * | CLIPPING_PLANES () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkClipPlanesPainter () | |
~vtkClipPlanesPainter () | |
virtual void | ProcessInformation (vtkInformation *) |
void | SetClippingPlanes (vtkPlaneCollection *) |
Protected Attributes | |
vtkPlaneCollection * | ClippingPlanes |
abstract class defining interface for painter that manages clipping.
Definition at line 29 of file vtkClipPlanesPainter.h.
Reimplemented from vtkPainter.
Reimplemented in vtkOpenGLClipPlanesPainter.
Definition at line 33 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 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 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 vtkOpenGLClipPlanesPainter.
static vtkClipPlanesPainter* vtkClipPlanesPainter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPainter.
Reimplemented in vtkOpenGLClipPlanesPainter.
virtual vtkObjectBase* vtkClipPlanesPainter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPainter.
Reimplemented in vtkOpenGLClipPlanesPainter.
Reimplemented from vtkPainter.
Reimplemented in 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 vtkOpenGLClipPlanesPainter.
static vtkInformationObjectBaseKey* vtkClipPlanesPainter::CLIPPING_PLANES | ( | ) | [static] |
Get/Set the vtkPlaneCollection which specifies the clipping planes.
virtual void vtkClipPlanesPainter::UpdateBounds | ( | double | bounds[6] | ) | [virtual] |
Update the bounds based on the clip planes
Reimplemented from vtkPainter.
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 51 of file vtkClipPlanesPainter.h.