|
ActiViz .NET
5.8.0
|
vtkStripper - create triangle strips and/or poly-lines More...
Public Member Functions | |
| vtkStripper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkStripper () | |
| Construct object with MaximumLength set to 1000. | |
| virtual int | GetMaximumLength () |
| Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line. | |
| virtual int | GetMaximumLengthMaxValue () |
| Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line. | |
| virtual int | GetMaximumLengthMinValue () |
| Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line. | |
| virtual int | GetPassCellDataAsFieldData () |
| Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed. | |
| virtual int | GetPassThroughCellIds () |
| If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory. | |
| virtual int | GetPassThroughPointIds () |
| If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkStripper | NewInstance () |
| Undocumented Block. | |
| virtual void | PassCellDataAsFieldDataOff () |
| Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed. | |
| virtual void | PassCellDataAsFieldDataOn () |
| Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed. | |
| virtual void | PassThroughCellIdsOff () |
| If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory. | |
| virtual void | PassThroughCellIdsOn () |
| If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory. | |
| virtual void | PassThroughPointIdsOff () |
| If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory. | |
| virtual void | PassThroughPointIdsOn () |
| If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory. | |
| virtual void | SetMaximumLength (int _arg) |
| Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line. | |
| virtual void | SetPassCellDataAsFieldData (int _arg) |
| Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed. | |
| virtual void | SetPassThroughCellIds (int _arg) |
| If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory. | |
| virtual void | SetPassThroughPointIds (int _arg) |
| If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory. | |
Static Public Member Functions | |
| static new vtkStripper | New () |
| Construct object with MaximumLength set to 1000. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkStripper | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkStripper" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "11vtkStripper" |
| 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 | vtkStripper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkStripper_GetMaximumLength_01 (HandleRef pThis) |
| static internal int | vtkStripper_GetMaximumLengthMaxValue_02 (HandleRef pThis) |
| static internal int | vtkStripper_GetMaximumLengthMinValue_03 (HandleRef pThis) |
| static internal int | vtkStripper_GetPassCellDataAsFieldData_04 (HandleRef pThis) |
| static internal int | vtkStripper_GetPassThroughCellIds_05 (HandleRef pThis) |
| static internal int | vtkStripper_GetPassThroughPointIds_06 (HandleRef pThis) |
| static internal int | vtkStripper_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkStripper_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkStripper_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkStripper_PassCellDataAsFieldDataOff_11 (HandleRef pThis) |
| static internal void | vtkStripper_PassCellDataAsFieldDataOn_12 (HandleRef pThis) |
| static internal void | vtkStripper_PassThroughCellIdsOff_13 (HandleRef pThis) |
| static internal void | vtkStripper_PassThroughCellIdsOn_14 (HandleRef pThis) |
| static internal void | vtkStripper_PassThroughPointIdsOff_15 (HandleRef pThis) |
| static internal void | vtkStripper_PassThroughPointIdsOn_16 (HandleRef pThis) |
| static internal IntPtr | vtkStripper_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkStripper_SetMaximumLength_18 (HandleRef pThis, int _arg) |
| static internal void | vtkStripper_SetPassCellDataAsFieldData_19 (HandleRef pThis, int _arg) |
| static internal void | vtkStripper_SetPassThroughCellIds_20 (HandleRef pThis, int _arg) |
| static internal void | vtkStripper_SetPassThroughPointIds_21 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkStripper () |
| Automatically generated type registration mechanics. | |
vtkStripper - create triangle strips and/or poly-lines
Description
| static Kitware.VTK.vtkStripper.vtkStripper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkStripper.vtkStripper | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with MaximumLength set to 1000.
| override void Kitware.VTK.vtkStripper.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 int Kitware.VTK.vtkStripper.GetMaximumLength | ( | ) | [virtual] |
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
| virtual int Kitware.VTK.vtkStripper.GetMaximumLengthMaxValue | ( | ) | [virtual] |
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
| virtual int Kitware.VTK.vtkStripper.GetMaximumLengthMinValue | ( | ) | [virtual] |
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
| virtual int Kitware.VTK.vtkStripper.GetPassCellDataAsFieldData | ( | ) | [virtual] |
Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed.
| virtual int Kitware.VTK.vtkStripper.GetPassThroughCellIds | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory.
| virtual int Kitware.VTK.vtkStripper.GetPassThroughPointIds | ( | ) | [virtual] |
If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory.
| override int Kitware.VTK.vtkStripper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkStripper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkStripper Kitware.VTK.vtkStripper.New | ( | ) | [static] |
Construct object with MaximumLength set to 1000.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkStripper.PassCellDataAsFieldDataOff | ( | ) | [virtual] |
Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed.
| virtual void Kitware.VTK.vtkStripper.PassCellDataAsFieldDataOn | ( | ) | [virtual] |
Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed.
| virtual void Kitware.VTK.vtkStripper.PassThroughCellIdsOff | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory.
| virtual void Kitware.VTK.vtkStripper.PassThroughCellIdsOn | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory.
| virtual void Kitware.VTK.vtkStripper.PassThroughPointIdsOff | ( | ) | [virtual] |
If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory.
| virtual void Kitware.VTK.vtkStripper.PassThroughPointIdsOn | ( | ) | [virtual] |
If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory.
| static new vtkStripper Kitware.VTK.vtkStripper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkStripper.SetMaximumLength | ( | int | _arg | ) | [virtual] |
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
| virtual void Kitware.VTK.vtkStripper.SetPassCellDataAsFieldData | ( | int | _arg | ) | [virtual] |
Enable/Disable passing of the CellData in the input to the output as FieldData. Note the field data is tranformed.
| virtual void Kitware.VTK.vtkStripper.SetPassThroughCellIds | ( | int | _arg | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for picking. The default is off to conserve memory.
| virtual void Kitware.VTK.vtkStripper.SetPassThroughPointIds | ( | int | _arg | ) | [virtual] |
If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. This is useful for picking. The default is off to conserve memory.
| static internal int Kitware.VTK.vtkStripper.vtkStripper_GetMaximumLength_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_GetMaximumLengthMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_GetMaximumLengthMinValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_GetPassCellDataAsFieldData_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_GetPassThroughCellIds_05 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_GetPassThroughPointIds_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStripper.vtkStripper_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStripper.vtkStripper_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStripper.vtkStripper_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_PassCellDataAsFieldDataOff_11 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_PassCellDataAsFieldDataOn_12 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_PassThroughCellIdsOff_13 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_PassThroughCellIdsOn_14 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_PassThroughPointIdsOff_15 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_PassThroughPointIdsOn_16 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStripper.vtkStripper_SafeDownCast_17 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_SetMaximumLength_18 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_SetPassCellDataAsFieldData_19 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_SetPassThroughCellIds_20 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStripper.vtkStripper_SetPassThroughPointIds_21 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkStripper.MRClassNameKey = "11vtkStripper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkStripper.MRFullTypeName = "Kitware.VTK.vtkStripper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1