VTK
|
vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the painter chain. More...
#include <vtkSurfaceLICDefaultPainter.h>
Public Types | |
typedef vtkDefaultPainter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSurfaceLICDefaultPainter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetSurfaceLICPainter (vtkSurfaceLICPainter *) |
virtual vtkSurfaceLICPainter * | GetSurfaceLICPainter () |
Static Public Member Functions | |
static vtkSurfaceLICDefaultPainter * | New () |
static int | IsTypeOf (const char *type) |
static vtkSurfaceLICDefaultPainter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkSurfaceLICDefaultPainter () | |
~vtkSurfaceLICDefaultPainter () | |
virtual void | BuildPainterChain () |
virtual void | ReportReferences (vtkGarbageCollector *collector) |
Protected Attributes | |
vtkSurfaceLICPainter * | SurfaceLICPainter |
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.
Definition at line 37 of file vtkSurfaceLICDefaultPainter.h.
Reimplemented from vtkDefaultPainter.
Definition at line 42 of file vtkSurfaceLICDefaultPainter.h.
vtkSurfaceLICDefaultPainter::vtkSurfaceLICDefaultPainter | ( | ) | [protected] |
vtkSurfaceLICDefaultPainter::~vtkSurfaceLICDefaultPainter | ( | ) | [protected] |
static vtkSurfaceLICDefaultPainter* vtkSurfaceLICDefaultPainter::New | ( | ) | [static] |
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.
static vtkSurfaceLICDefaultPainter* vtkSurfaceLICDefaultPainter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
virtual vtkSurfaceLICPainter* vtkSurfaceLICDefaultPainter::GetSurfaceLICPainter | ( | ) | [virtual] |
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.
Definition at line 62 of file vtkSurfaceLICDefaultPainter.h.