VTK
|
Abstract class whose subclasses generates structured Points data. More...
#include <vtkStructuredPointsSource.h>
Public Types | |
typedef vtkSource | Superclass |
![]() | |
typedef vtkProcessObject | Superclass |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStructuredPointsSource * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredPointsSource () | |
~vtkStructuredPointsSource () | |
void | ExecuteInformation () |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
![]() | |
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 | |
![]() | |
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 |