ActiViz .NET
5.8.0
|
vtkTableToPolyData - filter used to convert a vtkTable to a vtkPolyData consisting of vertices. More...
Public Member Functions | |
vtkTableToPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTableToPolyData () | |
Undocumented Block. | |
virtual void | Create2DPointsOff () |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off. | |
virtual void | Create2DPointsOn () |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off. | |
virtual bool | GetCreate2DPoints () |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off. | |
virtual string | GetXColumn () |
Set the name of the column to use as the X coordinate for the points. | |
virtual int | GetXColumnIndex () |
Set the index of the column to use as the X coordinate for the points. | |
virtual int | GetXColumnIndexMaxValue () |
Set the index of the column to use as the X coordinate for the points. | |
virtual int | GetXColumnIndexMinValue () |
Set the index of the column to use as the X coordinate for the points. | |
virtual int | GetXComponent () |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0. | |
virtual int | GetXComponentMaxValue () |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0. | |
virtual int | GetXComponentMinValue () |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0. | |
virtual string | GetYColumn () |
Set the name of the column to use as the Y coordinate for the points. Default is 0. | |
virtual int | GetYColumnIndex () |
Set the index of the column to use as the Y coordinate for the points. | |
virtual int | GetYColumnIndexMaxValue () |
Set the index of the column to use as the Y coordinate for the points. | |
virtual int | GetYColumnIndexMinValue () |
Set the index of the column to use as the Y coordinate for the points. | |
virtual int | GetYComponent () |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array. | |
virtual int | GetYComponentMaxValue () |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array. | |
virtual int | GetYComponentMinValue () |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array. | |
virtual string | GetZColumn () |
Set the name of the column to use as the Z coordinate for the points. Default is 0. | |
virtual int | GetZColumnIndex () |
Set the index of the column to use as the Z coordinate for the points. | |
virtual int | GetZColumnIndexMaxValue () |
Set the index of the column to use as the Z coordinate for the points. | |
virtual int | GetZColumnIndexMinValue () |
Set the index of the column to use as the Z coordinate for the points. | |
virtual int | GetZComponent () |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array. | |
virtual int | GetZComponentMaxValue () |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array. | |
virtual int | GetZComponentMinValue () |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTableToPolyData | NewInstance () |
Undocumented Block. | |
virtual void | SetCreate2DPoints (bool _arg) |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off. | |
virtual void | SetXColumn (string _arg) |
Set the name of the column to use as the X coordinate for the points. | |
virtual void | SetXColumnIndex (int _arg) |
Set the index of the column to use as the X coordinate for the points. | |
virtual void | SetXComponent (int _arg) |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0. | |
virtual void | SetYColumn (string _arg) |
Set the name of the column to use as the Y coordinate for the points. Default is 0. | |
virtual void | SetYColumnIndex (int _arg) |
Set the index of the column to use as the Y coordinate for the points. | |
virtual void | SetYComponent (int _arg) |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array. | |
virtual void | SetZColumn (string _arg) |
Set the name of the column to use as the Z coordinate for the points. Default is 0. | |
virtual void | SetZColumnIndex (int _arg) |
Set the index of the column to use as the Z coordinate for the points. | |
virtual void | SetZComponent (int _arg) |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array. | |
Static Public Member Functions | |
static new vtkTableToPolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTableToPolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTableToPolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkTableToPolyData" |
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 | vtkTableToPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTableToPolyData_Create2DPointsOff_01 (HandleRef pThis) |
static internal void | vtkTableToPolyData_Create2DPointsOn_02 (HandleRef pThis) |
static internal byte | vtkTableToPolyData_GetCreate2DPoints_03 (HandleRef pThis) |
static internal IntPtr | vtkTableToPolyData_GetXColumn_04 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetXColumnIndex_05 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetXColumnIndexMaxValue_06 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetXColumnIndexMinValue_07 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetXComponent_08 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetXComponentMaxValue_09 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetXComponentMinValue_10 (HandleRef pThis) |
static internal IntPtr | vtkTableToPolyData_GetYColumn_11 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetYColumnIndex_12 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetYColumnIndexMaxValue_13 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetYColumnIndexMinValue_14 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetYComponent_15 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetYComponentMaxValue_16 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetYComponentMinValue_17 (HandleRef pThis) |
static internal IntPtr | vtkTableToPolyData_GetZColumn_18 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetZColumnIndex_19 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetZColumnIndexMaxValue_20 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetZColumnIndexMinValue_21 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetZComponent_22 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetZComponentMaxValue_23 (HandleRef pThis) |
static internal int | vtkTableToPolyData_GetZComponentMinValue_24 (HandleRef pThis) |
static internal int | vtkTableToPolyData_IsA_25 (HandleRef pThis, string type) |
static internal int | vtkTableToPolyData_IsTypeOf_26 (string type) |
static internal IntPtr | vtkTableToPolyData_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableToPolyData_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTableToPolyData_SetCreate2DPoints_30 (HandleRef pThis, byte _arg) |
static internal void | vtkTableToPolyData_SetXColumn_31 (HandleRef pThis, string _arg) |
static internal void | vtkTableToPolyData_SetXColumnIndex_32 (HandleRef pThis, int _arg) |
static internal void | vtkTableToPolyData_SetXComponent_33 (HandleRef pThis, int _arg) |
static internal void | vtkTableToPolyData_SetYColumn_34 (HandleRef pThis, string _arg) |
static internal void | vtkTableToPolyData_SetYColumnIndex_35 (HandleRef pThis, int _arg) |
static internal void | vtkTableToPolyData_SetYComponent_36 (HandleRef pThis, int _arg) |
static internal void | vtkTableToPolyData_SetZColumn_37 (HandleRef pThis, string _arg) |
static internal void | vtkTableToPolyData_SetZColumnIndex_38 (HandleRef pThis, int _arg) |
static internal void | vtkTableToPolyData_SetZComponent_39 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkTableToPolyData () |
Automatically generated type registration mechanics. |
vtkTableToPolyData - filter used to convert a vtkTable to a vtkPolyData consisting of vertices.
Description vtkTableToPolyData is a filter used to convert a vtkTable to a vtkPolyData consisting of vertices.
static Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkTableToPolyData.Create2DPointsOff | ( | ) | [virtual] |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off.
virtual void Kitware.VTK.vtkTableToPolyData.Create2DPointsOn | ( | ) | [virtual] |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off.
override void Kitware.VTK.vtkTableToPolyData.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.vtkPolyDataAlgorithm.
virtual bool Kitware.VTK.vtkTableToPolyData.GetCreate2DPoints | ( | ) | [virtual] |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off.
virtual string Kitware.VTK.vtkTableToPolyData.GetXColumn | ( | ) | [virtual] |
Set the name of the column to use as the X coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetXColumnIndex | ( | ) | [virtual] |
Set the index of the column to use as the X coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetXColumnIndexMaxValue | ( | ) | [virtual] |
Set the index of the column to use as the X coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetXColumnIndexMinValue | ( | ) | [virtual] |
Set the index of the column to use as the X coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetXComponent | ( | ) | [virtual] |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0.
virtual int Kitware.VTK.vtkTableToPolyData.GetXComponentMaxValue | ( | ) | [virtual] |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0.
virtual int Kitware.VTK.vtkTableToPolyData.GetXComponentMinValue | ( | ) | [virtual] |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0.
virtual string Kitware.VTK.vtkTableToPolyData.GetYColumn | ( | ) | [virtual] |
Set the name of the column to use as the Y coordinate for the points. Default is 0.
virtual int Kitware.VTK.vtkTableToPolyData.GetYColumnIndex | ( | ) | [virtual] |
Set the index of the column to use as the Y coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetYColumnIndexMaxValue | ( | ) | [virtual] |
Set the index of the column to use as the Y coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetYColumnIndexMinValue | ( | ) | [virtual] |
Set the index of the column to use as the Y coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetYComponent | ( | ) | [virtual] |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array.
virtual int Kitware.VTK.vtkTableToPolyData.GetYComponentMaxValue | ( | ) | [virtual] |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array.
virtual int Kitware.VTK.vtkTableToPolyData.GetYComponentMinValue | ( | ) | [virtual] |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array.
virtual string Kitware.VTK.vtkTableToPolyData.GetZColumn | ( | ) | [virtual] |
Set the name of the column to use as the Z coordinate for the points. Default is 0.
virtual int Kitware.VTK.vtkTableToPolyData.GetZColumnIndex | ( | ) | [virtual] |
Set the index of the column to use as the Z coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetZColumnIndexMaxValue | ( | ) | [virtual] |
Set the index of the column to use as the Z coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetZColumnIndexMinValue | ( | ) | [virtual] |
Set the index of the column to use as the Z coordinate for the points.
virtual int Kitware.VTK.vtkTableToPolyData.GetZComponent | ( | ) | [virtual] |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array.
virtual int Kitware.VTK.vtkTableToPolyData.GetZComponentMaxValue | ( | ) | [virtual] |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array.
virtual int Kitware.VTK.vtkTableToPolyData.GetZComponentMinValue | ( | ) | [virtual] |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array.
override int Kitware.VTK.vtkTableToPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkTableToPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTableToPolyData Kitware.VTK.vtkTableToPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTableToPolyData Kitware.VTK.vtkTableToPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkTableToPolyData.SetCreate2DPoints | ( | bool | _arg | ) | [virtual] |
Specify whether the points of the polydata are 3D or 2D. If this is set to true then the Z Column will be ignored and the z value of each point on the polydata will be set to 0. By default this will be off.
virtual void Kitware.VTK.vtkTableToPolyData.SetXColumn | ( | string | _arg | ) | [virtual] |
Set the name of the column to use as the X coordinate for the points.
virtual void Kitware.VTK.vtkTableToPolyData.SetXColumnIndex | ( | int | _arg | ) | [virtual] |
Set the index of the column to use as the X coordinate for the points.
virtual void Kitware.VTK.vtkTableToPolyData.SetXComponent | ( | int | _arg | ) | [virtual] |
Specify the component for the column specified using SetXColumn() to use as the xcoordinate in case the column is a multi-component array. Default is 0.
virtual void Kitware.VTK.vtkTableToPolyData.SetYColumn | ( | string | _arg | ) | [virtual] |
Set the name of the column to use as the Y coordinate for the points. Default is 0.
virtual void Kitware.VTK.vtkTableToPolyData.SetYColumnIndex | ( | int | _arg | ) | [virtual] |
Set the index of the column to use as the Y coordinate for the points.
virtual void Kitware.VTK.vtkTableToPolyData.SetYComponent | ( | int | _arg | ) | [virtual] |
Specify the component for the column specified using SetYColumn() to use as the Ycoordinate in case the column is a multi-component array.
virtual void Kitware.VTK.vtkTableToPolyData.SetZColumn | ( | string | _arg | ) | [virtual] |
Set the name of the column to use as the Z coordinate for the points. Default is 0.
virtual void Kitware.VTK.vtkTableToPolyData.SetZColumnIndex | ( | int | _arg | ) | [virtual] |
Set the index of the column to use as the Z coordinate for the points.
virtual void Kitware.VTK.vtkTableToPolyData.SetZComponent | ( | int | _arg | ) | [virtual] |
Specify the component for the column specified using SetZColumn() to use as the Zcoordinate in case the column is a multi-component array.
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_Create2DPointsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_Create2DPointsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetCreate2DPoints_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXColumn_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXColumnIndex_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXColumnIndexMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXColumnIndexMinValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXComponent_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXComponentMaxValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetXComponentMinValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYColumn_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYColumnIndex_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYColumnIndexMaxValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYColumnIndexMinValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYComponent_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYComponentMaxValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetYComponentMinValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZColumn_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZColumnIndex_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZColumnIndexMaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZColumnIndexMinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZComponent_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZComponentMaxValue_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_GetZComponentMinValue_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_IsA_25 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_IsTypeOf_26 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_NewInstance_28 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SafeDownCast_29 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetCreate2DPoints_30 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetXColumn_31 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetXColumnIndex_32 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetXComponent_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetYColumn_34 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetYColumnIndex_35 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetYComponent_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetZColumn_37 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetZColumnIndex_38 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTableToPolyData.vtkTableToPolyData_SetZComponent_39 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTableToPolyData.MRClassNameKey = "18vtkTableToPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkTableToPolyData.MRFullTypeName = "Kitware.VTK.vtkTableToPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.