#include <vtkPolyDataSource.h>
Inheritance diagram for vtkPolyDataSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkPolyData * | GetOutput () |
vtkPolyData * | GetOutput (int idx) |
void | SetOutput (vtkPolyData *output) |
Static Public Methods | |
vtkPolyDataSource * | New () |
int | IsTypeOf (const char *type) |
vtkPolyDataSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkPolyDataSource () | |
~vtkPolyDataSource () | |
vtkPolyDataSource (const vtkPolyDataSource &) | |
void | operator= (const vtkPolyDataSource &) |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
Protected Attributes | |
int | ExecutePiece |
int | ExecuteNumberOfPieces |
int | ExecuteGhostLevel |
vtkPolyDataSource is an abstract class whose subclasses generate polygonal data.
Definition at line 61 of file vtkPolyDataSource.h.
|
|
|
Definition at line 75 of file vtkPolyDataSource.h. |
|
Definition at line 76 of file vtkPolyDataSource.h. |
|
|
|
|
|
|
Get the output of this source. Reimplemented in vtkSpatialRepresentationFilter. Referenced by vtkQuadricDecimation::GetTestOutput().
|
|
Reimplemented from vtkSource. Reimplemented in vtkSpatialRepresentationFilter. Definition at line 69 of file vtkPolyDataSource.h. |
|
|
|
Definition at line 77 of file vtkPolyDataSource.h. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkSource. Reimplemented in vtkAppendPolyData, vtkExtractPolyDataPiece, vtkFeatureEdges, vtkGeometryFilter, vtkGlyph3D, vtkLoopSubdivisionFilter, vtkPolyDataNormals, vtkPolyDataStreamer, vtkGridSynchronizedTemplates3D, vtkKitwareContourFilter, and vtkSynchronizedTemplates3D. |
|
Definition at line 86 of file vtkPolyDataSource.h. |
|
Definition at line 87 of file vtkPolyDataSource.h. |
|
Definition at line 89 of file vtkPolyDataSource.h. |