VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkClipPlanesPainter Class Reference

abstract class defining interface for painter that manages clipping. More...

#include <vtkClipPlanesPainter.h>

Inheritance diagram for vtkClipPlanesPainter:
Inheritance graph
[legend]
Collaboration diagram for vtkClipPlanesPainter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPainter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkClipPlanesPainterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void UpdateBounds (double bounds[6])

Static Public Member Functions

static vtkClipPlanesPainterNew ()
static int IsTypeOf (const char *type)
static vtkClipPlanesPainterSafeDownCast (vtkObjectBase *o)
static
vtkInformationObjectBaseKey
CLIPPING_PLANES ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkClipPlanesPainter ()
 ~vtkClipPlanesPainter ()
virtual void ProcessInformation (vtkInformation *)
void SetClippingPlanes (vtkPlaneCollection *)

Protected Attributes

vtkPlaneCollectionClippingPlanes

Detailed Description

abstract class defining interface for painter that manages clipping.

Definition at line 29 of file vtkClipPlanesPainter.h.


Member Typedef Documentation

Reimplemented from vtkPainter.

Reimplemented in vtkOpenGLClipPlanesPainter.

Definition at line 33 of file vtkClipPlanesPainter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

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.


Member Data Documentation

Definition at line 51 of file vtkClipPlanesPainter.h.


The documentation for this class was generated from the following file: