#include <vtkSurfaceLICDefaultPainter.h>
vtkSurfaceLICDefaultPainter is a vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the painter chain.
Definition at line 36 of file vtkSurfaceLICDefaultPainter.h.
Public Types | |
typedef vtkDefaultPainter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 (vtkObject *o) |
Protected Member Functions | |
vtkSurfaceLICDefaultPainter () | |
~vtkSurfaceLICDefaultPainter () | |
virtual void | BuildPainterChain () |
virtual void | ReportReferences (vtkGarbageCollector *collector) |
Protected Attributes | |
vtkSurfaceLICPainter * | SurfaceLICPainter |
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.
virtual const char* vtkSurfaceLICDefaultPainter::GetClassName | ( | ) | [virtual] |
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 | ( | vtkObject * | o | ) | [static] |
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.
void vtkSurfaceLICDefaultPainter::SetSurfaceLICPainter | ( | vtkSurfaceLICPainter * | ) |
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 60 of file vtkSurfaceLICDefaultPainter.h.