VTK
|
abstract filter class More...
#include <vtkStructuredPointsToPolyDataFilter.h>
Public Types | |
typedef vtkPolyDataSource | Superclass |
![]() | |
typedef vtkSource | Superclass |
![]() | |
typedef vtkProcessObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (vtkImageData *input) |
vtkImageData * | GetInput () |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkPolyData * | GetOutput () |
vtkPolyData * | GetOutput (int idx) |
void | SetOutput (vtkPolyData *output) |
![]() | |
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 vtkStructuredPointsToPolyDataFilter * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPolyDataSource * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredPointsToPolyDataFilter () | |
~vtkStructuredPointsToPolyDataFilter () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
![]() | |
vtkPolyDataSource () | |
~vtkPolyDataSource () | |
int | FillOutputPortInformation (int, vtkInformation *) |
![]() | |
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 | |
![]() | |
vtkDataObject ** | Outputs |
int | NumberOfOutputs |
int | Updating |
vtkTimeStamp | InformationTime |
abstract filter class
vtkStructuredPointsToPolyDataFilter is an abstract filter class whose subclasses take on input structured points and generate polygonal data on output.
Definition at line 34 of file vtkStructuredPointsToPolyDataFilter.h.
Definition at line 37 of file vtkStructuredPointsToPolyDataFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPolyDataSource.
|
static |
|
virtual |
Reimplemented from vtkPolyDataSource.
|
static |
void vtkStructuredPointsToPolyDataFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Set / get the input data or filter.
vtkImageData* vtkStructuredPointsToPolyDataFilter::GetInput | ( | ) |
Set / get the input data or filter.
|
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 vtkPolyDataSource.
|
protectedvirtual |