#include <vtkStructuredGridOutlineFilter.h>
Inheritance diagram for vtkStructuredGridOutlineFilter:


Public Methods | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
Static Public Methods | |
| vtkStructuredGridOutlineFilter * | New () |
| int | IsTypeOf (const char *type) |
| vtkStructuredGridOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
| vtkStructuredGridOutlineFilter () | |
| ~vtkStructuredGridOutlineFilter () | |
| vtkStructuredGridOutlineFilter (const vtkStructuredGridOutlineFilter &) | |
| void | operator= (const vtkStructuredGridOutlineFilter &) |
| int | GetNumberOfStreamDivisions () |
| int | ComputeDivisionExtents (vtkDataObject *output, int idx, int NumDivisions) |
| void | StreamExecuteStart () |
| void | Execute () |
| void | ConvertPiece (int piece, int numPieces, int &start, int &end) |
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 59 of file vtkStructuredGridOutlineFilter.h.
|
|
Definition at line 67 of file vtkStructuredGridOutlineFilter.h. |
|
|
Definition at line 68 of file vtkStructuredGridOutlineFilter.h. |
|
|
Definition at line 69 of file vtkStructuredGridOutlineFilter.h. |
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkPolyDataSource. |
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridToPolyDataFilter. |
|
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridToPolyDataFilter. |
|
|
Definition at line 70 of file vtkStructuredGridOutlineFilter.h. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from vtkSource. |
|
||||||||||||||||||||
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001