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

vtkQuantizePolyDataPoints - quantizes x,y,z coordinates of points More...

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

List of all members.

Public Member Functions

 vtkQuantizePolyDataPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkQuantizePolyDataPoints ()
 Undocumented Block.
virtual double GetQFactor ()
 Specify quantization grain size. Default is 0.25.
virtual double GetQFactorMaxValue ()
 Specify quantization grain size. Default is 0.25.
virtual double GetQFactorMinValue ()
 Specify quantization grain size. Default is 0.25.
override int IsA (string type)
 Undocumented Block.
new vtkQuantizePolyDataPoints NewInstance ()
 Undocumented Block.
override void OperateOnBounds (IntPtr arg0, IntPtr arg1)
 Perform quantization on bounds.
override void OperateOnPoint (IntPtr arg0, IntPtr arg1)
 Perform quantization on a point.
virtual void SetQFactor (double _arg)
 Specify quantization grain size. Default is 0.25.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkQuantizePolyDataPoints"
 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 vtkQuantizePolyDataPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkQuantizePolyDataPoints_GetQFactor_01 (HandleRef pThis)
static internal double vtkQuantizePolyDataPoints_GetQFactorMaxValue_02 (HandleRef pThis)
static internal double vtkQuantizePolyDataPoints_GetQFactorMinValue_03 (HandleRef pThis)
static internal int vtkQuantizePolyDataPoints_IsA_04 (HandleRef pThis, string type)
static internal int vtkQuantizePolyDataPoints_IsTypeOf_05 (string type)
static internal IntPtr vtkQuantizePolyDataPoints_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkQuantizePolyDataPoints_OperateOnBounds_08 (HandleRef pThis, IntPtr arg0, IntPtr arg1)
static internal void vtkQuantizePolyDataPoints_OperateOnPoint_09 (HandleRef pThis, IntPtr arg0, IntPtr arg1)
static internal IntPtr vtkQuantizePolyDataPoints_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkQuantizePolyDataPoints_SetQFactor_11 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkQuantizePolyDataPoints ()
 Automatically generated type registration mechanics.

Detailed Description

vtkQuantizePolyDataPoints - quantizes x,y,z coordinates of points

Description vtkQuantizePolyDataPoints is a subclass of vtkCleanPolyData and inherits the functionality of vtkCleanPolyData with the addition that it quantizes the point coordinates before inserting into the point list. The user should set QFactor to a positive value (0.25 by default) and all {x,y,z} coordinates will be quantized to that grain size.

A tolerance of zero is expected, though positive values may be used, the quantization will take place before the tolerance is applied.

Caveats Merging points can alter topology, including introducing non-manifold forms. Handling of degenerate cells is controlled by switches in vtkCleanPolyData.

vtkCleanPolyData


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkQuantizePolyDataPoints.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.vtkCleanPolyData.

Specify quantization grain size. Default is 0.25.

Specify quantization grain size. Default is 0.25.

Specify quantization grain size. Default is 0.25.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

override void Kitware.VTK.vtkQuantizePolyDataPoints.OperateOnBounds ( IntPtr  arg0,
IntPtr  arg1 
) [virtual]

Perform quantization on bounds.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

override void Kitware.VTK.vtkQuantizePolyDataPoints.OperateOnPoint ( IntPtr  arg0,
IntPtr  arg1 
) [virtual]

Perform quantization on a point.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkQuantizePolyDataPoints.SetQFactor ( double  _arg) [virtual]

Specify quantization grain size. Default is 0.25.

static internal double Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_GetQFactor_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_OperateOnBounds_08 ( HandleRef  pThis,
IntPtr  arg0,
IntPtr  arg1 
) [private]
static internal void Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_OperateOnPoint_09 ( HandleRef  pThis,
IntPtr  arg0,
IntPtr  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkQuantizePolyDataPoints.vtkQuantizePolyDataPoints_SetQFactor_11 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkQuantizePolyDataPoints.MRClassNameKey = "25vtkQuantizePolyDataPoints" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCleanPolyData.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCleanPolyData.


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