|
VTK
|
abstract filter class More...
#include <vtkDataSetToStructuredGridFilter.h>
Public Types | |
| typedef vtkStructuredGridSource | Superclass |
Public Types inherited from vtkStructuredGridSource | |
| 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 vtkStructuredGridSource | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkStructuredGrid * | GetOutput () |
| vtkStructuredGrid * | GetOutput (int idx) |
| void | SetOutput (vtkStructuredGrid *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) |
| virtual void | ComputeInputUpdateExtents (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 vtkDataSetToStructuredGridFilter * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkStructuredGridSource | |
| static int | IsTypeOf (const char *type) |
| static vtkStructuredGridSource * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSource | |
| static int | IsTypeOf (const char *type) |
| static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkDataSetToStructuredGridFilter () | |
| ~vtkDataSetToStructuredGridFilter () | |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkStructuredGridSource | |
| vtkStructuredGridSource () | |
| ~vtkStructuredGridSource () | |
| virtual 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 filter class
vtkDataSetToStructuredGridFilter is an abstract filter class whose subclasses take as input any dataset and generate a structured grid on output.
Definition at line 30 of file vtkDataSetToStructuredGridFilter.h.
Definition at line 33 of file vtkDataSetToStructuredGridFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkStructuredGridSource.
|
static |
|
virtual |
Reimplemented from vtkStructuredGridSource.
|
static |
| void vtkDataSetToStructuredGridFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Set / get the input data or filter.
| vtkDataSet* vtkDataSetToStructuredGridFilter::GetInput | ( | ) |
Set / get the input data or filter.
|
protectedvirtual |
1.8.7