#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 () | |
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 62 of file vtkPolyDataSource.h.
|
|
|
Definition at line 78 of file vtkPolyDataSource.h. |
|
|
|
|
|
|
Get the output of this source. Reimplemented in vtkSpatialRepresentationFilter. Referenced by vtkQuadricDecimation::GetTestOutput().
|
|
Get the output of this source. Reimplemented from vtkSource. Reimplemented in vtkSpatialRepresentationFilter. Definition at line 71 of file vtkPolyDataSource.h. |
|
Get the output of this source. |
|
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 vtkDataSetToPolyDataFilter, vtkStructuredPointsToPolyDataFilter, vtkUnstructuredGridToPolyDataFilter, vtkAppendPolyData, vtkCleanPolyData, vtkDataSetSurfaceFilter, vtkFeatureEdges, vtkGeometryFilter, vtkGlyph3D, vtkLoopSubdivisionFilter, vtkPolyDataStreamer, vtkStructuredGridGeometryFilter, vtkExtractPolyDataPiece, vtkPLinearExtrusionFilter, vtkPPolyDataNormals, vtkTransmitPolyDataPiece, vtkGridSynchronizedTemplates3D, vtkKitwareContourFilter, and vtkSynchronizedTemplates3D. |
|
Definition at line 87 of file vtkPolyDataSource.h. |
|
Definition at line 88 of file vtkPolyDataSource.h. |
|
Definition at line 90 of file vtkPolyDataSource.h. |