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.vtkDataObjectToDataSetFilter Class Reference

vtkDataObjectToDataSetFilter - map field data to concrete dataset More...

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

List of all members.

Public Member Functions

 vtkDataObjectToDataSetFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObjectToDataSetFilter ()
 Undocumented Block.
virtual void DefaultNormalizeOff ()
 Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
virtual void DefaultNormalizeOn ()
 Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
int GetCellConnectivityComponentArrayComponent ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
string GetCellConnectivityComponentArrayName ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetCellConnectivityComponentMaxRange ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetCellConnectivityComponentMinRange ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetCellTypeComponentArrayComponent ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
string GetCellTypeComponentArrayName ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetCellTypeComponentMaxRange ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetCellTypeComponentMinRange ()
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
virtual int GetDataSetType ()
 Control what type of data is generated for output.
virtual int GetDefaultNormalize ()
 Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
virtual int[] GetDimensions ()
 Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).
virtual void GetDimensions (IntPtr data)
 Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).
new vtkDataObject GetInput ()
 Get the input to the filter.
int GetLinesComponentArrayComponent ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
string GetLinesComponentArrayName ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetLinesComponentMaxRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetLinesComponentMinRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
virtual double[] GetOrigin ()
 Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).
virtual void GetOrigin (IntPtr data)
 Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).
new vtkDataSet GetOutput ()
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
new vtkDataSet GetOutput (int idx)
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
int GetPointComponentArrayComponent (int comp)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
string GetPointComponentArrayName (int comp)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
int GetPointComponentMaxRange (int comp)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
int GetPointComponentMinRange (int comp)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
int GetPointComponentNormailzeFlag (int comp)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
new vtkPolyData GetPolyDataOutput ()
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
int GetPolysComponentArrayComponent ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
string GetPolysComponentArrayName ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetPolysComponentMaxRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetPolysComponentMinRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
new vtkRectilinearGrid GetRectilinearGridOutput ()
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
virtual double[] GetSpacing ()
 Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).
virtual void GetSpacing (IntPtr data)
 Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).
int GetStripsComponentArrayComponent ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
string GetStripsComponentArrayName ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetStripsComponentMaxRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetStripsComponentMinRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
new vtkStructuredGrid GetStructuredGridOutput ()
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
new vtkStructuredPoints GetStructuredPointsOutput ()
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
new vtkUnstructuredGrid GetUnstructuredGridOutput ()
 Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)
int GetVertsComponentArrayComponent ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
string GetVertsComponentArrayName ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetVertsComponentMaxRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
int GetVertsComponentMinRange ()
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
override int IsA (string type)
 Undocumented Block.
new vtkDataObjectToDataSetFilter NewInstance ()
 Undocumented Block.
void SetCellConnectivityComponent (string arrayName, int arrayComp, int min, int max)
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetCellConnectivityComponent (string arrayName, int arrayComp)
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetCellTypeComponent (string arrayName, int arrayComp, int min, int max)
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetCellTypeComponent (string arrayName, int arrayComp)
 Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetDataSetType (int arg0)
 Control what type of data is generated for output.
void SetDataSetTypeToPolyData ()
 Control what type of data is generated for output.
void SetDataSetTypeToRectilinearGrid ()
 Control what type of data is generated for output.
void SetDataSetTypeToStructuredGrid ()
 Control what type of data is generated for output.
void SetDataSetTypeToStructuredPoints ()
 Control what type of data is generated for output.
void SetDataSetTypeToUnstructuredGrid ()
 Control what type of data is generated for output.
virtual void SetDefaultNormalize (int _arg)
 Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
virtual void SetDimensions (int _arg1, int _arg2, int _arg3)
 Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).
virtual void SetDimensions (IntPtr _arg)
 Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).
void SetDimensionsComponent (string arrayName, int arrayComp, int min, int max)
 Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.
void SetDimensionsComponent (string arrayName, int arrayComp)
 Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.
void SetLinesComponent (string arrayName, int arrayComp, int min, int max)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetLinesComponent (string arrayName, int arrayComp)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).
virtual void SetOrigin (IntPtr _arg)
 Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).
void SetOriginComponent (string arrayName, int arrayComp, int min, int max)
 Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.
void SetOriginComponent (string arrayName, int arrayComp)
 Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.
void SetPointComponent (int comp, string arrayName, int arrayComp, int min, int max, int normalize)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
void SetPointComponent (int comp, string arrayName, int arrayComp)
 Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).
void SetPolysComponent (string arrayName, int arrayComp, int min, int max)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetPolysComponent (string arrayName, int arrayComp)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
virtual void SetSpacing (double _arg1, double _arg2, double _arg3)
 Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).
virtual void SetSpacing (IntPtr _arg)
 Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).
void SetSpacingComponent (string arrayName, int arrayComp, int min, int max)
 Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.
void SetSpacingComponent (string arrayName, int arrayComp)
 Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.
void SetStripsComponent (string arrayName, int arrayComp, int min, int max)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetStripsComponent (string arrayName, int arrayComp)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetVertsComponent (string arrayName, int arrayComp, int min, int max)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)
void SetVertsComponent (string arrayName, int arrayComp)
 Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Static Public Member Functions

static new
vtkDataObjectToDataSetFilter 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkDataObjectToDataSetFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkDataObjectToDataSetFilter"
 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 vtkDataObjectToDataSetFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObjectToDataSetFilter_DefaultNormalizeOff_01 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_DefaultNormalizeOn_02 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayComponent_03 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayName_04 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMaxRange_05 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMinRange_06 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayComponent_07 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayName_08 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetCellTypeComponentMaxRange_09 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetCellTypeComponentMinRange_10 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetDataSetType_11 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetDefaultNormalize_12 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetDimensions_13 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_GetDimensions_14 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkDataObjectToDataSetFilter_GetInput_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectToDataSetFilter_GetLinesComponentArrayComponent_16 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetLinesComponentArrayName_17 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetLinesComponentMaxRange_18 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetLinesComponentMinRange_19 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetOrigin_20 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_GetOrigin_21 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkDataObjectToDataSetFilter_GetOutput_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectToDataSetFilter_GetOutput_23 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectToDataSetFilter_GetPointComponentArrayComponent_24 (HandleRef pThis, int comp)
static internal IntPtr vtkDataObjectToDataSetFilter_GetPointComponentArrayName_25 (HandleRef pThis, int comp)
static internal int vtkDataObjectToDataSetFilter_GetPointComponentMaxRange_26 (HandleRef pThis, int comp)
static internal int vtkDataObjectToDataSetFilter_GetPointComponentMinRange_27 (HandleRef pThis, int comp)
static internal int vtkDataObjectToDataSetFilter_GetPointComponentNormailzeFlag_28 (HandleRef pThis, int comp)
static internal IntPtr vtkDataObjectToDataSetFilter_GetPolyDataOutput_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectToDataSetFilter_GetPolysComponentArrayComponent_30 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetPolysComponentArrayName_31 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetPolysComponentMaxRange_32 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetPolysComponentMinRange_33 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetRectilinearGridOutput_34 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectToDataSetFilter_GetSpacing_35 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_GetSpacing_36 (HandleRef pThis, IntPtr data)
static internal int vtkDataObjectToDataSetFilter_GetStripsComponentArrayComponent_37 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetStripsComponentArrayName_38 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetStripsComponentMaxRange_39 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetStripsComponentMinRange_40 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetStructuredGridOutput_41 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectToDataSetFilter_GetStructuredPointsOutput_42 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectToDataSetFilter_GetUnstructuredGridOutput_43 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectToDataSetFilter_GetVertsComponentArrayComponent_44 (HandleRef pThis)
static internal IntPtr vtkDataObjectToDataSetFilter_GetVertsComponentArrayName_45 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetVertsComponentMaxRange_46 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_GetVertsComponentMinRange_47 (HandleRef pThis)
static internal int vtkDataObjectToDataSetFilter_IsA_48 (HandleRef pThis, string type)
static internal int vtkDataObjectToDataSetFilter_IsTypeOf_49 (string type)
static internal IntPtr vtkDataObjectToDataSetFilter_NewInstance_51 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectToDataSetFilter_SafeDownCast_52 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObjectToDataSetFilter_SetCellConnectivityComponent_53 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetCellConnectivityComponent_54 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetCellTypeComponent_55 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetCellTypeComponent_56 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetDataSetType_57 (HandleRef pThis, int arg0)
static internal void vtkDataObjectToDataSetFilter_SetDataSetTypeToPolyData_58 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_SetDataSetTypeToRectilinearGrid_59 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredGrid_60 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredPoints_61 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_SetDataSetTypeToUnstructuredGrid_62 (HandleRef pThis)
static internal void vtkDataObjectToDataSetFilter_SetDefaultNormalize_63 (HandleRef pThis, int _arg)
static internal void vtkDataObjectToDataSetFilter_SetDimensions_64 (HandleRef pThis, int _arg1, int _arg2, int _arg3)
static internal void vtkDataObjectToDataSetFilter_SetDimensions_65 (HandleRef pThis, IntPtr _arg)
static internal void vtkDataObjectToDataSetFilter_SetDimensionsComponent_66 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetDimensionsComponent_67 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetLinesComponent_68 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetLinesComponent_69 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetOrigin_70 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkDataObjectToDataSetFilter_SetOrigin_71 (HandleRef pThis, IntPtr _arg)
static internal void vtkDataObjectToDataSetFilter_SetOriginComponent_72 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetOriginComponent_73 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetPointComponent_74 (HandleRef pThis, int comp, string arrayName, int arrayComp, int min, int max, int normalize)
static internal void vtkDataObjectToDataSetFilter_SetPointComponent_75 (HandleRef pThis, int comp, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetPolysComponent_76 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetPolysComponent_77 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetSpacing_78 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkDataObjectToDataSetFilter_SetSpacing_79 (HandleRef pThis, IntPtr _arg)
static internal void vtkDataObjectToDataSetFilter_SetSpacingComponent_80 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetSpacingComponent_81 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetStripsComponent_82 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetStripsComponent_83 (HandleRef pThis, string arrayName, int arrayComp)
static internal void vtkDataObjectToDataSetFilter_SetVertsComponent_84 (HandleRef pThis, string arrayName, int arrayComp, int min, int max)
static internal void vtkDataObjectToDataSetFilter_SetVertsComponent_85 (HandleRef pThis, string arrayName, int arrayComp)

Static Private Member Functions

static vtkDataObjectToDataSetFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObjectToDataSetFilter - map field data to concrete dataset

Description vtkDataObjectToDataSetFilter 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.

To use this filter you associate components in the input field data with portions of the output dataset. (A component is an array of values from the field.) For example, you would specify x-y-z points by assigning components from the field for the x, then y, then z values of the points. You may also have to specify component ranges (for each z-y-z) to make sure that the number of x, y, and z values is the same. Also, you may want to normalize the components which helps distribute the data uniformly. Once you've setup the filter to combine all the pieces of data into a specified dataset (the geometry, topology, point and cell data attributes), the various output methods (e.g., GetPolyData()) are used to retrieve the final product.

This filter is often used in conjunction with vtkFieldDataToAttributeDataFilter. vtkFieldDataToAttributeDataFilter takes field data and transforms it into attribute data (e.g., point and cell data attributes such as scalars and vectors). To do this, use this filter which constructs a concrete dataset and passes the input data object field data to its output. and then use vtkFieldDataToAttributeDataFilter to generate the attribute data associated with the dataset.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

override void Kitware.VTK.vtkDataObjectToDataSetFilter.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.vtkDataSetAlgorithm.

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Control what type of data is generated for output.

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.GetDimensions ( IntPtr  data) [virtual]

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

Get the input to the filter.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

virtual double [] Kitware.VTK.vtkDataObjectToDataSetFilter.GetOrigin ( ) [virtual]

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.GetOrigin ( IntPtr  data) [virtual]

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkDataObjectToDataSetFilter.GetSpacing ( ) [virtual]

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.GetSpacing ( IntPtr  data) [virtual]

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetCellConnectivityComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetCellConnectivityComponent ( string  arrayName,
int  arrayComp 
)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetCellTypeComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetCellTypeComponent ( string  arrayName,
int  arrayComp 
)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Control what type of data is generated for output.

Control what type of data is generated for output.

Control what type of data is generated for output.

Control what type of data is generated for output.

Control what type of data is generated for output.

Control what type of data is generated for output.

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.SetDimensions ( int  _arg1,
int  _arg2,
int  _arg3 
) [virtual]

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.SetDimensions ( IntPtr  _arg) [virtual]

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetDimensionsComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetDimensionsComponent ( string  arrayName,
int  arrayComp 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetLinesComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetLinesComponent ( string  arrayName,
int  arrayComp 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.SetOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.SetOrigin ( IntPtr  _arg) [virtual]

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetOriginComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetOriginComponent ( string  arrayName,
int  arrayComp 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetPointComponent ( int  comp,
string  arrayName,
int  arrayComp,
int  min,
int  max,
int  normalize 
)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetPointComponent ( int  comp,
string  arrayName,
int  arrayComp 
)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetPolysComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetPolysComponent ( string  arrayName,
int  arrayComp 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.SetSpacing ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

virtual void Kitware.VTK.vtkDataObjectToDataSetFilter.SetSpacing ( IntPtr  _arg) [virtual]

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetSpacingComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetSpacingComponent ( string  arrayName,
int  arrayComp 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetStripsComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetStripsComponent ( string  arrayName,
int  arrayComp 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetVertsComponent ( string  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void Kitware.VTK.vtkDataObjectToDataSetFilter.SetVertsComponent ( string  arrayName,
int  arrayComp 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetDimensions_14 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetInput_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetOrigin_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetOrigin_21 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetOutput_22 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetOutput_23 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetPointComponentArrayName_25 ( HandleRef  pThis,
int  comp 
) [private]
static internal int Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetPointComponentMaxRange_26 ( HandleRef  pThis,
int  comp 
) [private]
static internal int Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetPointComponentMinRange_27 ( HandleRef  pThis,
int  comp 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetPolyDataOutput_29 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetRectilinearGridOutput_34 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetSpacing_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetSpacing_36 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetStructuredGridOutput_41 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetStructuredPointsOutput_42 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_GetUnstructuredGridOutput_43 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_IsA_48 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_NewInstance_51 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SafeDownCast_52 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetCellConnectivityComponent_53 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetCellConnectivityComponent_54 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetCellTypeComponent_55 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetCellTypeComponent_56 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetDataSetType_57 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetDefaultNormalize_63 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetDimensions_64 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetDimensions_65 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetDimensionsComponent_66 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetDimensionsComponent_67 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetLinesComponent_68 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetLinesComponent_69 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetOrigin_70 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetOrigin_71 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetOriginComponent_72 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetOriginComponent_73 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetPointComponent_74 ( HandleRef  pThis,
int  comp,
string  arrayName,
int  arrayComp,
int  min,
int  max,
int  normalize 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetPointComponent_75 ( HandleRef  pThis,
int  comp,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetPolysComponent_76 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetPolysComponent_77 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetSpacing_78 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetSpacing_79 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetSpacingComponent_80 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetSpacingComponent_81 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetStripsComponent_82 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetStripsComponent_83 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetVertsComponent_84 ( HandleRef  pThis,
string  arrayName,
int  arrayComp,
int  min,
int  max 
) [private]
static internal void Kitware.VTK.vtkDataObjectToDataSetFilter.vtkDataObjectToDataSetFilter_SetVertsComponent_85 ( HandleRef  pThis,
string  arrayName,
int  arrayComp 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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