|
ParaView
|
representation for outline. More...
#include <vtkOutlineRepresentation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkOutlineRepresentation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkOutlineRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkOutlineRepresentation () | |
| ~vtkOutlineRepresentation () | |
representation for outline.
vtkOutlineRepresentation is merely a vtkGeometryRepresentation that forces the geometry filter to produce outlines. It also
Definition at line 27 of file vtkOutlineRepresentation.h.
| vtkOutlineRepresentation::vtkOutlineRepresentation | ( | ) | [protected] |
| vtkOutlineRepresentation::~vtkOutlineRepresentation | ( | ) | [protected] |
| static vtkOutlineRepresentation* vtkOutlineRepresentation::New | ( | ) | [static] |
Reimplemented from vtkGeometryRepresentation.
| virtual const char* vtkOutlineRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGeometryRepresentation.
| static int vtkOutlineRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkGeometryRepresentation.
| virtual int vtkOutlineRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkGeometryRepresentation.
| static vtkOutlineRepresentation* vtkOutlineRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGeometryRepresentation.
| void vtkOutlineRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkGeometryRepresentation.
1.7.5.1