|
VTK
|
abstract filter class More...
#include <vtkDataSetToStructuredPointsFilter.h>
Public Types | |
| typedef vtkStructuredPointsSource | Superclass |
Public Types inherited from vtkStructuredPointsSource | |
| 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) |
| virtual void | SetInput (vtkDataSet *input) |
| vtkDataSet * | GetInput () |
Public Member Functions inherited from vtkStructuredPointsSource | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetOutput (vtkStructuredPoints *output) |
| vtkStructuredPoints * | GetOutput () |
| vtkStructuredPoints * | GetOutput (int idx) |
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 vtkDataSetToStructuredPointsFilter * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkStructuredPointsSource | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from vtkSource | |
| vtkDataObject ** | Outputs |
| int | NumberOfOutputs |
| int | Updating |
| vtkTimeStamp | InformationTime |
abstract filter class
vtkDataSetToStructuredPointsFilter is an abstract filter class whose subclasses take as input any dataset and generate structured points data on output.
Definition at line 33 of file vtkDataSetToStructuredPointsFilter.h.
Definition at line 36 of file vtkDataSetToStructuredPointsFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkStructuredPointsSource.
|
static |
|
virtual |
Reimplemented from vtkStructuredPointsSource.
|
static |
| void vtkDataSetToStructuredPointsFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Set / get the input data or filter.
| vtkDataSet* vtkDataSetToStructuredPointsFilter::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 vtkSource.
|
protectedvirtual |
1.8.7