ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDataSetToDataObjectFilter Class Reference

vtkDataSetToDataObjectFilter - map dataset into data object (i.e., a field) More...

Inheritance diagram for Kitware.VTK.vtkDataSetToDataObjectFilter:
[legend]
Collaboration diagram for Kitware.VTK.vtkDataSetToDataObjectFilter:
[legend]

List of all members.

Public Member Functions

 vtkDataSetToDataObjectFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataSetToDataObjectFilter ()
 Instantiate the object to transform all data into a data object.
virtual void CellDataOff ()
 Turn on/off the conversion of dataset cell data to a data object.
virtual void CellDataOn ()
 Turn on/off the conversion of dataset cell data to a data object.
virtual void FieldDataOff ()
 Turn on/off the conversion of dataset field data to a data object.
virtual void FieldDataOn ()
 Turn on/off the conversion of dataset field data to a data object.
virtual void GeometryOff ()
 Turn on/off the conversion of dataset geometry to a data object.
virtual void GeometryOn ()
 Turn on/off the conversion of dataset geometry to a data object.
virtual int GetCellData ()
 Turn on/off the conversion of dataset cell data to a data object.
virtual int GetFieldData ()
 Turn on/off the conversion of dataset field data to a data object.
virtual int GetGeometry ()
 Turn on/off the conversion of dataset geometry to a data object.
virtual int GetPointData ()
 Turn on/off the conversion of dataset point data to a data object.
virtual int GetTopology ()
 Turn on/off the conversion of dataset topology to a data object.
override int IsA (string type)
 Undocumented Block.
new vtkDataSetToDataObjectFilter NewInstance ()
 Undocumented Block.
virtual void PointDataOff ()
 Turn on/off the conversion of dataset point data to a data object.
virtual void PointDataOn ()
 Turn on/off the conversion of dataset point data to a data object.
virtual void SetCellData (int _arg)
 Turn on/off the conversion of dataset cell data to a data object.
virtual void SetFieldData (int _arg)
 Turn on/off the conversion of dataset field data to a data object.
virtual void SetGeometry (int _arg)
 Turn on/off the conversion of dataset geometry to a data object.
virtual void SetPointData (int _arg)
 Turn on/off the conversion of dataset point data to a data object.
virtual void SetTopology (int _arg)
 Turn on/off the conversion of dataset topology to a data object.
virtual void TopologyOff ()
 Turn on/off the conversion of dataset topology to a data object.
virtual void TopologyOn ()
 Turn on/off the conversion of dataset topology to a data object.

Static Public Member Functions

static new
vtkDataSetToDataObjectFilter 
New ()
 Instantiate the object to transform all data into a data object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkDataSetToDataObjectFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkDataSetToDataObjectFilter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkDataSetToDataObjectFilter"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkDataSetToDataObjectFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetToDataObjectFilter_CellDataOff_01 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_CellDataOn_02 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_FieldDataOff_03 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_FieldDataOn_04 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_GeometryOff_05 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_GeometryOn_06 (HandleRef pThis)
static internal int vtkDataSetToDataObjectFilter_GetCellData_07 (HandleRef pThis)
static internal int vtkDataSetToDataObjectFilter_GetFieldData_08 (HandleRef pThis)
static internal int vtkDataSetToDataObjectFilter_GetGeometry_09 (HandleRef pThis)
static internal int vtkDataSetToDataObjectFilter_GetPointData_10 (HandleRef pThis)
static internal int vtkDataSetToDataObjectFilter_GetTopology_11 (HandleRef pThis)
static internal int vtkDataSetToDataObjectFilter_IsA_12 (HandleRef pThis, string type)
static internal int vtkDataSetToDataObjectFilter_IsTypeOf_13 (string type)
static internal IntPtr vtkDataSetToDataObjectFilter_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetToDataObjectFilter_PointDataOff_16 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_PointDataOn_17 (HandleRef pThis)
static internal IntPtr vtkDataSetToDataObjectFilter_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetToDataObjectFilter_SetCellData_19 (HandleRef pThis, int _arg)
static internal void vtkDataSetToDataObjectFilter_SetFieldData_20 (HandleRef pThis, int _arg)
static internal void vtkDataSetToDataObjectFilter_SetGeometry_21 (HandleRef pThis, int _arg)
static internal void vtkDataSetToDataObjectFilter_SetPointData_22 (HandleRef pThis, int _arg)
static internal void vtkDataSetToDataObjectFilter_SetTopology_23 (HandleRef pThis, int _arg)
static internal void vtkDataSetToDataObjectFilter_TopologyOff_24 (HandleRef pThis)
static internal void vtkDataSetToDataObjectFilter_TopologyOn_25 (HandleRef pThis)

Static Private Member Functions

static vtkDataSetToDataObjectFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataSetToDataObjectFilter - map dataset into data object (i.e., a field)

Description vtkDataSetToDataObjectFilter is an class that transforms a dataset into data object (i.e., a field). The field will have labeled data arrays corresponding to the topology, geometry, field data, and point and cell attribute data.

You can control what portions of the dataset are converted into the output data object's field data. The instance variables Geometry, Topology, FieldData, PointData, and CellData are flags that control whether the dataset's geometry (e.g., points, spacing, origin); topology (e.g., cell connectivity, dimensions); the field data associated with the dataset's superclass data object; the dataset's point data attributes; and the dataset's cell data attributes. (Note: the data attributes include scalars, vectors, tensors, normals, texture coordinates, and field data.)

The names used to create the field data are as follows. For vtkPolyData, "Points", "Verts", "Lines", "Polys", and "Strips". For vtkUnstructuredGrid, "Cells" and "CellTypes". For vtkStructuredPoints, "Dimensions", "Spacing", and "Origin". For vtkStructuredGrid, "Points" and "Dimensions". For vtkRectilinearGrid, "XCoordinates", "YCoordinates", and "ZCoordinates". for point attribute data, "PointScalars", "PointVectors", etc. For cell attribute data, "CellScalars", "CellVectors", etc. Field data arrays retain their original name.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate the object to transform all data into a data object.


Member Function Documentation

Turn on/off the conversion of dataset cell data to a data object.

Turn on/off the conversion of dataset cell data to a data object.

override void Kitware.VTK.vtkDataSetToDataObjectFilter.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Turn on/off the conversion of dataset field data to a data object.

Turn on/off the conversion of dataset field data to a data object.

Turn on/off the conversion of dataset geometry to a data object.

Turn on/off the conversion of dataset geometry to a data object.

Turn on/off the conversion of dataset cell data to a data object.

Turn on/off the conversion of dataset field data to a data object.

Turn on/off the conversion of dataset geometry to a data object.

Turn on/off the conversion of dataset point data to a data object.

Turn on/off the conversion of dataset topology to a data object.

override int Kitware.VTK.vtkDataSetToDataObjectFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

static new int Kitware.VTK.vtkDataSetToDataObjectFilter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Instantiate the object to transform all data into a data object.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Turn on/off the conversion of dataset point data to a data object.

Turn on/off the conversion of dataset point data to a data object.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDataSetToDataObjectFilter.SetCellData ( int  _arg) [virtual]

Turn on/off the conversion of dataset cell data to a data object.

virtual void Kitware.VTK.vtkDataSetToDataObjectFilter.SetFieldData ( int  _arg) [virtual]

Turn on/off the conversion of dataset field data to a data object.

virtual void Kitware.VTK.vtkDataSetToDataObjectFilter.SetGeometry ( int  _arg) [virtual]

Turn on/off the conversion of dataset geometry to a data object.

virtual void Kitware.VTK.vtkDataSetToDataObjectFilter.SetPointData ( int  _arg) [virtual]

Turn on/off the conversion of dataset point data to a data object.

virtual void Kitware.VTK.vtkDataSetToDataObjectFilter.SetTopology ( int  _arg) [virtual]

Turn on/off the conversion of dataset topology to a data object.

Turn on/off the conversion of dataset topology to a data object.

Turn on/off the conversion of dataset topology to a data object.

static internal int Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_IsA_12 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_NewInstance_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_SafeDownCast_18 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_SetCellData_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_SetFieldData_20 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_SetGeometry_21 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_SetPointData_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataSetToDataObjectFilter.vtkDataSetToDataObjectFilter_SetTopology_23 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataSetToDataObjectFilter.MRClassNameKey = "28vtkDataSetToDataObjectFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

new const string Kitware.VTK.vtkDataSetToDataObjectFilter.MRFullTypeName = "Kitware.VTK.vtkDataSetToDataObjectFilter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.


The documentation for this class was generated from the following file: