ActiViz .NET
5.8.0
|
vtkCleanPolyData - merge duplicate points, and/or remove unused points and/or remove degenerate cells More...
Public Member Functions | |
vtkCleanPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCleanPolyData () | |
Undocumented Block. | |
virtual void | ConvertLinesToPointsOff () |
Turn on/off conversion of degenerate lines to points. Default is On. | |
virtual void | ConvertLinesToPointsOn () |
Turn on/off conversion of degenerate lines to points. Default is On. | |
virtual void | ConvertPolysToLinesOff () |
Turn on/off conversion of degenerate polys to lines. Default is On. | |
virtual void | ConvertPolysToLinesOn () |
Turn on/off conversion of degenerate polys to lines. Default is On. | |
virtual void | ConvertStripsToPolysOff () |
Turn on/off conversion of degenerate strips to polys. Default is On. | |
virtual void | ConvertStripsToPolysOn () |
Turn on/off conversion of degenerate strips to polys. Default is On. | |
void | CreateDefaultLocator (vtkPolyData input) |
Create default locator. Used to create one when none is specified. | |
virtual double | GetAbsoluteTolerance () |
Specify tolerance in absolute terms. Default is 1.0. | |
virtual double | GetAbsoluteToleranceMaxValue () |
Specify tolerance in absolute terms. Default is 1.0. | |
virtual double | GetAbsoluteToleranceMinValue () |
Specify tolerance in absolute terms. Default is 1.0. | |
virtual int | GetConvertLinesToPoints () |
Turn on/off conversion of degenerate lines to points. Default is On. | |
virtual int | GetConvertPolysToLines () |
Turn on/off conversion of degenerate polys to lines. Default is On. | |
virtual int | GetConvertStripsToPolys () |
Turn on/off conversion of degenerate strips to polys. Default is On. | |
virtual vtkIncrementalPointLocator | GetLocator () |
Set/Get a spatial locator for speeding the search process. By default an instance of vtkMergePoints is used. | |
override uint | GetMTime () |
Get the MTime of this object also considering the locator. | |
virtual int | GetPieceInvariant () |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change. | |
virtual int | GetPointMerging () |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on. | |
virtual double | GetTolerance () |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0. | |
virtual int | GetToleranceIsAbsolute () |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging) | |
virtual double | GetToleranceMaxValue () |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0. | |
virtual double | GetToleranceMinValue () |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCleanPolyData | NewInstance () |
Undocumented Block. | |
virtual void | OperateOnBounds (IntPtr arg0, IntPtr arg1) |
Perform operation on bounds. | |
virtual void | OperateOnPoint (IntPtr arg0, IntPtr arg1) |
Perform operation on a point. | |
virtual void | PieceInvariantOff () |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change. | |
virtual void | PieceInvariantOn () |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change. | |
virtual void | PointMergingOff () |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on. | |
virtual void | PointMergingOn () |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on. | |
void | ReleaseLocator () |
Release locator. | |
virtual void | SetAbsoluteTolerance (double _arg) |
Specify tolerance in absolute terms. Default is 1.0. | |
virtual void | SetConvertLinesToPoints (int _arg) |
Turn on/off conversion of degenerate lines to points. Default is On. | |
virtual void | SetConvertPolysToLines (int _arg) |
Turn on/off conversion of degenerate polys to lines. Default is On. | |
virtual void | SetConvertStripsToPolys (int _arg) |
Turn on/off conversion of degenerate strips to polys. Default is On. | |
virtual void | SetLocator (vtkIncrementalPointLocator locator) |
Set/Get a spatial locator for speeding the search process. By default an instance of vtkMergePoints is used. | |
virtual void | SetPieceInvariant (int _arg) |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change. | |
virtual void | SetPointMerging (int _arg) |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on. | |
virtual void | SetTolerance (double _arg) |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0. | |
virtual void | SetToleranceIsAbsolute (int _arg) |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging) | |
virtual void | ToleranceIsAbsoluteOff () |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging) | |
virtual void | ToleranceIsAbsoluteOn () |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging) | |
Static Public Member Functions | |
static new vtkCleanPolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCleanPolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCleanPolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkCleanPolyData" |
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 | vtkCleanPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCleanPolyData_ConvertLinesToPointsOff_01 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ConvertLinesToPointsOn_02 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ConvertPolysToLinesOff_03 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ConvertPolysToLinesOn_04 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ConvertStripsToPolysOff_05 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ConvertStripsToPolysOn_06 (HandleRef pThis) |
static internal void | vtkCleanPolyData_CreateDefaultLocator_07 (HandleRef pThis, HandleRef input) |
static internal double | vtkCleanPolyData_GetAbsoluteTolerance_08 (HandleRef pThis) |
static internal double | vtkCleanPolyData_GetAbsoluteToleranceMaxValue_09 (HandleRef pThis) |
static internal double | vtkCleanPolyData_GetAbsoluteToleranceMinValue_10 (HandleRef pThis) |
static internal int | vtkCleanPolyData_GetConvertLinesToPoints_11 (HandleRef pThis) |
static internal int | vtkCleanPolyData_GetConvertPolysToLines_12 (HandleRef pThis) |
static internal int | vtkCleanPolyData_GetConvertStripsToPolys_13 (HandleRef pThis) |
static internal IntPtr | vtkCleanPolyData_GetLocator_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkCleanPolyData_GetMTime_15 (HandleRef pThis) |
static internal int | vtkCleanPolyData_GetPieceInvariant_16 (HandleRef pThis) |
static internal int | vtkCleanPolyData_GetPointMerging_17 (HandleRef pThis) |
static internal double | vtkCleanPolyData_GetTolerance_18 (HandleRef pThis) |
static internal int | vtkCleanPolyData_GetToleranceIsAbsolute_19 (HandleRef pThis) |
static internal double | vtkCleanPolyData_GetToleranceMaxValue_20 (HandleRef pThis) |
static internal double | vtkCleanPolyData_GetToleranceMinValue_21 (HandleRef pThis) |
static internal int | vtkCleanPolyData_IsA_22 (HandleRef pThis, string type) |
static internal int | vtkCleanPolyData_IsTypeOf_23 (string type) |
static internal IntPtr | vtkCleanPolyData_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCleanPolyData_OperateOnBounds_26 (HandleRef pThis, IntPtr arg0, IntPtr arg1) |
static internal void | vtkCleanPolyData_OperateOnPoint_27 (HandleRef pThis, IntPtr arg0, IntPtr arg1) |
static internal void | vtkCleanPolyData_PieceInvariantOff_28 (HandleRef pThis) |
static internal void | vtkCleanPolyData_PieceInvariantOn_29 (HandleRef pThis) |
static internal void | vtkCleanPolyData_PointMergingOff_30 (HandleRef pThis) |
static internal void | vtkCleanPolyData_PointMergingOn_31 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ReleaseLocator_32 (HandleRef pThis) |
static internal IntPtr | vtkCleanPolyData_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCleanPolyData_SetAbsoluteTolerance_34 (HandleRef pThis, double _arg) |
static internal void | vtkCleanPolyData_SetConvertLinesToPoints_35 (HandleRef pThis, int _arg) |
static internal void | vtkCleanPolyData_SetConvertPolysToLines_36 (HandleRef pThis, int _arg) |
static internal void | vtkCleanPolyData_SetConvertStripsToPolys_37 (HandleRef pThis, int _arg) |
static internal void | vtkCleanPolyData_SetLocator_38 (HandleRef pThis, HandleRef locator) |
static internal void | vtkCleanPolyData_SetPieceInvariant_39 (HandleRef pThis, int _arg) |
static internal void | vtkCleanPolyData_SetPointMerging_40 (HandleRef pThis, int _arg) |
static internal void | vtkCleanPolyData_SetTolerance_41 (HandleRef pThis, double _arg) |
static internal void | vtkCleanPolyData_SetToleranceIsAbsolute_42 (HandleRef pThis, int _arg) |
static internal void | vtkCleanPolyData_ToleranceIsAbsoluteOff_43 (HandleRef pThis) |
static internal void | vtkCleanPolyData_ToleranceIsAbsoluteOn_44 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkCleanPolyData () |
Automatically generated type registration mechanics. |
vtkCleanPolyData - merge duplicate points, and/or remove unused points and/or remove degenerate cells
Description vtkCleanPolyData is a filter that takes polygonal data as input and generates polygonal data as output. vtkCleanPolyData can merge duplicate points (within specified tolerance and if enabled), eliminate points that are not used, and if enabled, transform degenerate cells into appropriate forms (for example, a triangle is converted into a line if two points of triangle are merged).
Conversion of degenerate cells is controlled by the flags ConvertLinesToPoints, ConvertPolysToLines, ConvertStripsToPolys which act cumulatively such that a degenerate strip may become a poly. The full set is Line with 1 points -> Vert (if ConvertLinesToPoints) Poly with 2 points -> Line (if ConvertPolysToLines) Poly with 1 points -> Vert (if ConvertPolysToLines && ConvertLinesToPoints) Strp with 3 points -> Poly (if ConvertStripsToPolys) Strp with 2 points -> Line (if ConvertStripsToPolys && ConvertPolysToLines) Strp with 1 points -> Vert (if ConvertStripsToPolys && ConvertPolysToLines && ConvertLinesToPoints)
If tolerance is specified precisely=0.0, then vtkCleanPolyData will use the vtkMergePoints object to merge points (which is faster). Otherwise the slower vtkIncrementalPointLocator is used. Before inserting points into the point locator, this class calls a function OperateOnPoint which can be used (in subclasses) to further refine the cleaning process. See vtkQuantizePolyDataPoints.
Note that merging of points can be disabled. In this case, a point locator will not be used, and points that are not used by any cells will be eliminated, but never merged.
static Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkCleanPolyData.ConvertLinesToPointsOff | ( | ) | [virtual] |
Turn on/off conversion of degenerate lines to points. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.ConvertLinesToPointsOn | ( | ) | [virtual] |
Turn on/off conversion of degenerate lines to points. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.ConvertPolysToLinesOff | ( | ) | [virtual] |
Turn on/off conversion of degenerate polys to lines. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.ConvertPolysToLinesOn | ( | ) | [virtual] |
Turn on/off conversion of degenerate polys to lines. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.ConvertStripsToPolysOff | ( | ) | [virtual] |
Turn on/off conversion of degenerate strips to polys. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.ConvertStripsToPolysOn | ( | ) | [virtual] |
Turn on/off conversion of degenerate strips to polys. Default is On.
void Kitware.VTK.vtkCleanPolyData.CreateDefaultLocator | ( | vtkPolyData | input | ) |
Create default locator. Used to create one when none is specified.
override void Kitware.VTK.vtkCleanPolyData.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.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
virtual double Kitware.VTK.vtkCleanPolyData.GetAbsoluteTolerance | ( | ) | [virtual] |
Specify tolerance in absolute terms. Default is 1.0.
virtual double Kitware.VTK.vtkCleanPolyData.GetAbsoluteToleranceMaxValue | ( | ) | [virtual] |
Specify tolerance in absolute terms. Default is 1.0.
virtual double Kitware.VTK.vtkCleanPolyData.GetAbsoluteToleranceMinValue | ( | ) | [virtual] |
Specify tolerance in absolute terms. Default is 1.0.
virtual int Kitware.VTK.vtkCleanPolyData.GetConvertLinesToPoints | ( | ) | [virtual] |
Turn on/off conversion of degenerate lines to points. Default is On.
virtual int Kitware.VTK.vtkCleanPolyData.GetConvertPolysToLines | ( | ) | [virtual] |
Turn on/off conversion of degenerate polys to lines. Default is On.
virtual int Kitware.VTK.vtkCleanPolyData.GetConvertStripsToPolys | ( | ) | [virtual] |
Turn on/off conversion of degenerate strips to polys. Default is On.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkCleanPolyData.GetLocator | ( | ) | [virtual] |
Set/Get a spatial locator for speeding the search process. By default an instance of vtkMergePoints is used.
override uint Kitware.VTK.vtkCleanPolyData.GetMTime | ( | ) | [virtual] |
Get the MTime of this object also considering the locator.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkCleanPolyData.GetPieceInvariant | ( | ) | [virtual] |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change.
virtual int Kitware.VTK.vtkCleanPolyData.GetPointMerging | ( | ) | [virtual] |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on.
virtual double Kitware.VTK.vtkCleanPolyData.GetTolerance | ( | ) | [virtual] |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0.
virtual int Kitware.VTK.vtkCleanPolyData.GetToleranceIsAbsolute | ( | ) | [virtual] |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
virtual double Kitware.VTK.vtkCleanPolyData.GetToleranceMaxValue | ( | ) | [virtual] |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0.
virtual double Kitware.VTK.vtkCleanPolyData.GetToleranceMinValue | ( | ) | [virtual] |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0.
override int Kitware.VTK.vtkCleanPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
static new int Kitware.VTK.vtkCleanPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
static new vtkCleanPolyData Kitware.VTK.vtkCleanPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
virtual void Kitware.VTK.vtkCleanPolyData.OperateOnBounds | ( | IntPtr | arg0, |
IntPtr | arg1 | ||
) | [virtual] |
Perform operation on bounds.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
virtual void Kitware.VTK.vtkCleanPolyData.OperateOnPoint | ( | IntPtr | arg0, |
IntPtr | arg1 | ||
) | [virtual] |
Perform operation on a point.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
virtual void Kitware.VTK.vtkCleanPolyData.PieceInvariantOff | ( | ) | [virtual] |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change.
virtual void Kitware.VTK.vtkCleanPolyData.PieceInvariantOn | ( | ) | [virtual] |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change.
virtual void Kitware.VTK.vtkCleanPolyData.PointMergingOff | ( | ) | [virtual] |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on.
virtual void Kitware.VTK.vtkCleanPolyData.PointMergingOn | ( | ) | [virtual] |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on.
Release locator.
static new vtkCleanPolyData Kitware.VTK.vtkCleanPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
virtual void Kitware.VTK.vtkCleanPolyData.SetAbsoluteTolerance | ( | double | _arg | ) | [virtual] |
Specify tolerance in absolute terms. Default is 1.0.
virtual void Kitware.VTK.vtkCleanPolyData.SetConvertLinesToPoints | ( | int | _arg | ) | [virtual] |
Turn on/off conversion of degenerate lines to points. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.SetConvertPolysToLines | ( | int | _arg | ) | [virtual] |
Turn on/off conversion of degenerate polys to lines. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.SetConvertStripsToPolys | ( | int | _arg | ) | [virtual] |
Turn on/off conversion of degenerate strips to polys. Default is On.
virtual void Kitware.VTK.vtkCleanPolyData.SetLocator | ( | vtkIncrementalPointLocator | locator | ) | [virtual] |
Set/Get a spatial locator for speeding the search process. By default an instance of vtkMergePoints is used.
virtual void Kitware.VTK.vtkCleanPolyData.SetPieceInvariant | ( | int | _arg | ) | [virtual] |
This filter is difficult to stream. To get invariant results, the whole input must be processed at once. This flag allows the user to select whether strict piece invariance is required. By default it is on. When off, the filter can stream, but results may change.
virtual void Kitware.VTK.vtkCleanPolyData.SetPointMerging | ( | int | _arg | ) | [virtual] |
Set/Get a boolean value that controls whether point merging is performed. If on, a locator will be used, and points laying within the appropriate tolerance may be merged. If off, points are never merged. By default, merging is on.
virtual void Kitware.VTK.vtkCleanPolyData.SetTolerance | ( | double | _arg | ) | [virtual] |
Specify tolerance in terms of fraction of bounding box length. Default is 0.0.
virtual void Kitware.VTK.vtkCleanPolyData.SetToleranceIsAbsolute | ( | int | _arg | ) | [virtual] |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
virtual void Kitware.VTK.vtkCleanPolyData.ToleranceIsAbsoluteOff | ( | ) | [virtual] |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
virtual void Kitware.VTK.vtkCleanPolyData.ToleranceIsAbsoluteOn | ( | ) | [virtual] |
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ConvertLinesToPointsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ConvertLinesToPointsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ConvertPolysToLinesOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ConvertPolysToLinesOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ConvertStripsToPolysOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ConvertStripsToPolysOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_CreateDefaultLocator_07 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal double Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetAbsoluteTolerance_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetAbsoluteToleranceMaxValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetAbsoluteToleranceMinValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetConvertLinesToPoints_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetConvertPolysToLines_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetConvertStripsToPolys_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetLocator_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetMTime_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetPieceInvariant_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetPointMerging_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetTolerance_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetToleranceIsAbsolute_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetToleranceMaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_GetToleranceMinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_IsA_22 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_IsTypeOf_23 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_NewInstance_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_OperateOnBounds_26 | ( | HandleRef | pThis, |
IntPtr | arg0, | ||
IntPtr | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_OperateOnPoint_27 | ( | HandleRef | pThis, |
IntPtr | arg0, | ||
IntPtr | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_PieceInvariantOff_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_PieceInvariantOn_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_PointMergingOff_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_PointMergingOn_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ReleaseLocator_32 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SafeDownCast_33 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetAbsoluteTolerance_34 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetConvertLinesToPoints_35 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetConvertPolysToLines_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetConvertStripsToPolys_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetLocator_38 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetPieceInvariant_39 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetPointMerging_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetTolerance_41 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_SetToleranceIsAbsolute_42 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ToleranceIsAbsoluteOff_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCleanPolyData.vtkCleanPolyData_ToleranceIsAbsoluteOn_44 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkCleanPolyData.MRClassNameKey = "16vtkCleanPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.
new const string Kitware.VTK.vtkCleanPolyData.MRFullTypeName = "Kitware.VTK.vtkCleanPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkQuantizePolyDataPoints.