|
VTK
|
abstract class whose subclasses generate polygonal data More...
#include <vtkPolyDataSource.h>
Public Types | |
| typedef vtkSource | Superclass |
Public Types inherited from vtkSource | |
| typedef vtkProcessObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkPolyData * | GetOutput () |
| vtkPolyData * | GetOutput (int idx) |
| void | SetOutput (vtkPolyData *output) |
Public Member Functions inherited from vtkSource | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Update () |
| virtual void | UpdateWholeExtent () |
| virtual void | UpdateInformation () |
| virtual void | PropagateUpdateExtent (vtkDataObject *output) |
| virtual void | TriggerAsynchronousUpdate () |
| virtual void | UpdateData (vtkDataObject *output) |
| void | UnRegisterAllOutputs (void) |
| int | GetOutputIndex (vtkDataObject *out) |
| virtual void | SetExecutive (vtkExecutive *executive) |
| virtual void | SetReleaseDataFlag (int) |
| virtual int | GetReleaseDataFlag () |
| virtual void | ReleaseDataFlagOn () |
| virtual void | ReleaseDataFlagOff () |
| vtkDataObject ** | GetOutputs () |
| virtual int | GetNumberOfOutputs () |
| virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPolyDataSource * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSource | |
| static int | IsTypeOf (const char *type) |
| static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPolyDataSource () | |
| ~vtkPolyDataSource () | |
| void | ComputeInputUpdateExtents (vtkDataObject *output) |
| int | FillOutputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkSource | |
| vtkSource () | |
| ~vtkSource () | |
| virtual void | ExecuteData (vtkDataObject *output) |
| virtual void | Execute () |
| virtual void | ExecuteInformation () |
| virtual void | MarkGeneratedOutputs (vtkDataObject *) |
| void | SetNumberOfOutputs (int num) |
| vtkDataObject * | GetOutput (int idx) |
| virtual void | SetNthOutput (int num, vtkDataObject *output) |
| virtual void | AddOutput (vtkDataObject *output) |
| virtual void | RemoveOutput (vtkDataObject *output) |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| int | FillOutputPortInformation (int, vtkInformation *) |
| virtual void | SetNumberOfOutputPorts (int n) |
Additional Inherited Members | |
Protected Attributes inherited from vtkSource | |
| vtkDataObject ** | Outputs |
| int | NumberOfOutputs |
| int | Updating |
| vtkTimeStamp | InformationTime |
abstract class whose subclasses generate polygonal data
vtkPolyDataSource is an abstract class whose subclasses generate polygonal data.
Definition at line 35 of file vtkPolyDataSource.h.
Definition at line 38 of file vtkPolyDataSource.h.
|
protected |
|
inlineprotected |
Definition at line 50 of file vtkPolyDataSource.h.
|
virtual |
Reimplemented from vtkSource.
Reimplemented in vtkPolyDataToPolyDataFilter, vtkStructuredPointsToPolyDataFilter, and vtkStructuredGridToPolyDataFilter.
|
static |
|
virtual |
Reimplemented from vtkSource.
Reimplemented in vtkPolyDataToPolyDataFilter, vtkStructuredPointsToPolyDataFilter, and vtkStructuredGridToPolyDataFilter.
|
static |
| void vtkPolyDataSource::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| vtkPolyData* vtkPolyDataSource::GetOutput | ( | ) |
Get the output of this source.
| vtkPolyData* vtkPolyDataSource::GetOutput | ( | int | idx | ) |
Get the output of this source.
| void vtkPolyDataSource::SetOutput | ( | vtkPolyData * | output | ) |
Get the output of this source.
|
protectedvirtual |
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 vtkStructuredPointsToPolyDataFilter.
|
protected |
1.8.6