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

vtkDensifyPolyData - Densify the input by adding points at the centroid More...

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

List of all members.

Public Member Functions

 vtkDensifyPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDensifyPolyData ()
 Undocumented Block.
virtual uint GetNumberOfSubdivisions ()
 Number of recursive subdivisions. Initial value is 1.
override int IsA (string type)
 Undocumented Block.
new vtkDensifyPolyData NewInstance ()
 Undocumented Block.
virtual void SetNumberOfSubdivisions (uint _arg)
 Number of recursive subdivisions. Initial value is 1.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkDensifyPolyData"
 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 vtkDensifyPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkDensifyPolyData_GetNumberOfSubdivisions_01 (HandleRef pThis)
static internal int vtkDensifyPolyData_IsA_02 (HandleRef pThis, string type)
static internal int vtkDensifyPolyData_IsTypeOf_03 (string type)
static internal IntPtr vtkDensifyPolyData_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDensifyPolyData_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDensifyPolyData_SetNumberOfSubdivisions_07 (HandleRef pThis, uint _arg)

Static Private Member Functions

static vtkDensifyPolyData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDensifyPolyData - Densify the input by adding points at the centroid

Description The filter takes any polygonal data as input and will tessellate cells that are planar polygons present by fanning out triangles from its centroid. Other cells are simply passed through to the output. PointData, if present, is interpolated via linear interpolation. CellData for any tessellated cell is simply copied over from its parent cell. Planar polygons are assumed to be convex. Funny things will happen if they are not.

The number of subdivisions can be controlled by the parameter NumberOfSubdivisions.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData ( 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.vtkDensifyPolyData.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.

Number of recursive subdivisions. Initial value is 1.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDensifyPolyData.SetNumberOfSubdivisions ( uint  _arg) [virtual]

Number of recursive subdivisions. Initial value is 1.

static internal uint Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_GetNumberOfSubdivisions_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDensifyPolyData.vtkDensifyPolyData_SetNumberOfSubdivisions_07 ( HandleRef  pThis,
uint  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDensifyPolyData.MRClassNameKey = "18vtkDensifyPolyData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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