vtkFieldDataToDataSet - map field data to concrete dataset
Super Class: vtkSource
Description:
vtkFieldDataToDataSet is an class that maps a data object (i.e., a field) into a concrete dataset, i.e., gives structure to the field by defining a geometry and topology, as well as defining dataset attribute data such as scalars, vectors, tensors, etc.
See Also:
vtkDataObject vtkFieldData vtkDataSet vtkStructuredPoints vtkStructuredGrid vtkDataSetAttributes vtkScalars vtkDataArray
Methods:
![]() | void vtkFieldDataToDataSet () |
![]() | void vtkFieldDataToDataSet () |
![]() | static vtkFieldDataToDataSet *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void Update () |
![]() | void SetInput (vtkDataObject *) |
![]() | vtkDataObject *GetInput () |
![]() | vtkPolyData *GetPolyDataOutput () |
![]() | vtkStructuredPoints *GetStructuredPointsOutput () |
![]() | vtkStructuredGrid *GetStructuredGridOutput () |
![]() | vtkUnstructuredGrid *GetUnstructuredGridOutput () |
![]() | vtkRectilinearGrid *GetRectilinearGridOutput () |
![]() | void SetInput (vtkDataObject &) |
Detailed Method Descriptions:
![]() | void Update () |
![]() | void SetInput (vtkDataObject *) |
![]() | vtkDataObject *GetInput () |
![]() | vtkPolyData *GetPolyDataOutput () |
![]() | vtkStructuredPoints *GetStructuredPointsOutput () |
![]() | vtkStructuredGrid *GetStructuredGridOutput () |
![]() | vtkUnstructuredGrid *GetUnstructuredGridOutput () |
![]() | vtkRectilinearGrid *GetRectilinearGridOutput () |