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

vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the painter chain. More...

#include <vtkSurfaceLICDefaultPainter.h>

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

List of all members.

Public Types

typedef vtkDefaultPainter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSurfaceLICDefaultPainterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetSurfaceLICPainter (vtkSurfaceLICPainter *)
virtual vtkSurfaceLICPainterGetSurfaceLICPainter ()

Static Public Member Functions

static
vtkSurfaceLICDefaultPainter
New ()
static int IsTypeOf (const char *type)
static
vtkSurfaceLICDefaultPainter
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkSurfaceLICDefaultPainter ()
 ~vtkSurfaceLICDefaultPainter ()
virtual void BuildPainterChain ()
virtual void ReportReferences (vtkGarbageCollector *collector)

Protected Attributes

vtkSurfaceLICPainterSurfaceLICPainter

Detailed Description

vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the painter chain.

vtkSurfaceLICDefaultPainter is a vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the painter chain.

See also:
vtkDefaultPainter vtkSurfaceLICPainter

Definition at line 37 of file vtkSurfaceLICDefaultPainter.h.


Member Typedef Documentation

Reimplemented from vtkDefaultPainter.

Definition at line 42 of file vtkSurfaceLICDefaultPainter.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 vtkDefaultPainter.

static int vtkSurfaceLICDefaultPainter::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 vtkDefaultPainter.

virtual int vtkSurfaceLICDefaultPainter::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 vtkDefaultPainter.

Reimplemented from vtkDefaultPainter.

virtual vtkObjectBase* vtkSurfaceLICDefaultPainter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDefaultPainter.

Reimplemented from vtkDefaultPainter.

void vtkSurfaceLICDefaultPainter::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 vtkDefaultPainter.

Get/Set the Surface LIC painter.

Get/Set the Surface LIC painter.

virtual void vtkSurfaceLICDefaultPainter::BuildPainterChain ( ) [protected, virtual]

Setups the the painter chain.

Reimplemented from vtkDefaultPainter.

virtual void vtkSurfaceLICDefaultPainter::ReportReferences ( vtkGarbageCollector collector) [protected, virtual]

Take part in garbage collection.

Reimplemented from vtkDefaultPainter.


Member Data Documentation

Definition at line 62 of file vtkSurfaceLICDefaultPainter.h.


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