#include <vtkOutlineFilter.h>
Inheritance diagram for vtkOutlineFilter:
vtkOutlineFilter is a filter that generates a wireframe outline of any data set. The outline consists of the twelve edges of the dataset bounding box.
Definition at line 49 of file vtkOutlineFilter.h.
Public Types | |
typedef vtkDataSetToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
vtkOutlineFilter * | New () |
int | IsTypeOf (const char *type) |
vtkOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkOutlineFilter () | |
~vtkOutlineFilter () | |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkOutlineSource * | OutlineSource |
|
Reimplemented from vtkDataSetToPolyDataFilter. Definition at line 53 of file vtkOutlineFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
Reimplemented from vtkDataSetToPolyDataFilter. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
Definition at line 59 of file vtkOutlineFilter.h. |