|
VTK
|
Abstract class whose subclasses generates structured Points data. More...
#include <vtkStructuredPointsSource.h>
Public Types | |
| typedef vtkSource | Superclass |
Public Types inherited from vtkSource | |
| typedef vtkProcessObject | Superclass |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkStructuredPointsSource * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSource | |
| static int | IsTypeOf (const char *type) |
| static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkStructuredPointsSource () | |
| ~vtkStructuredPointsSource () | |
| void | ExecuteInformation () |
| virtual int | FillOutputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkSource | |
| vtkSource () | |
| ~vtkSource () | |
| virtual void | ExecuteData (vtkDataObject *output) |
| virtual void | Execute () |
| 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 generates structured Points data.
vtkStructuredPointsSource is an abstract class whose subclasses generate structured Points data.
Definition at line 32 of file vtkStructuredPointsSource.h.
Definition at line 35 of file vtkStructuredPointsSource.h.
|
protected |
|
inlineprotected |
Definition at line 47 of file vtkStructuredPointsSource.h.
|
virtual |
Reimplemented from vtkSource.
Reimplemented in vtkStructuredPointsToStructuredPointsFilter, and vtkDataSetToStructuredPointsFilter.
|
static |
|
virtual |
Reimplemented from vtkSource.
Reimplemented in vtkStructuredPointsToStructuredPointsFilter, and vtkDataSetToStructuredPointsFilter.
|
static |
| void vtkStructuredPointsSource::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| void vtkStructuredPointsSource::SetOutput | ( | vtkStructuredPoints * | output | ) |
Set/Get the output of this source.
| vtkStructuredPoints* vtkStructuredPointsSource::GetOutput | ( | ) |
Set/Get the output of this source.
| vtkStructuredPoints* vtkStructuredPointsSource::GetOutput | ( | int | idx | ) |
Set/Get the output of this source.
|
protectedvirtual |
Reimplemented from vtkSource.
Reimplemented in vtkStructuredPointsToStructuredPointsFilter.
|
protectedvirtual |
1.8.7