#include <vtkStructuredGridOutlineFilter.h>
Inheritance diagram for vtkStructuredGridOutlineFilter:
vtkStructuredGridOutlineFilter is a filter that generates a wireframe outline of a structured grid (vtkStructuredGrid). Structured data is topologically a cube, so the outline will have 12 "edges".
Definition at line 48 of file vtkStructuredGridOutlineFilter.h.
Public Types | |
typedef vtkStructuredGridToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
vtkStructuredGridOutlineFilter * | New () |
int | IsTypeOf (const char *type) |
vtkStructuredGridOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredGridOutlineFilter () | |
~vtkStructuredGridOutlineFilter () | |
void | Execute () |
|
Reimplemented from vtkStructuredGridToPolyDataFilter. Definition at line 52 of file vtkStructuredGridOutlineFilter.h. |
|
Definition at line 55 of file vtkStructuredGridOutlineFilter.h. |
|
Definition at line 56 of file vtkStructuredGridOutlineFilter.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkStructuredGridToPolyDataFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridToPolyDataFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridToPolyDataFilter. |
|
Reimplemented from vtkStructuredGridToPolyDataFilter. |
|
This method is the old style execute method Reimplemented from vtkSource. |