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

vtkShrinkPolyData - shrink cells composing PolyData More...

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

List of all members.

Public Member Functions

 vtkShrinkPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkShrinkPolyData ()
 Undocumented Block.
virtual double GetShrinkFactor ()
 Get the fraction of shrink for each cell.
virtual double GetShrinkFactorMaxValue ()
 Set the fraction of shrink for each cell.
virtual double GetShrinkFactorMinValue ()
 Set the fraction of shrink for each cell.
override int IsA (string type)
 Undocumented Block.
new vtkShrinkPolyData NewInstance ()
 Undocumented Block.
virtual void SetShrinkFactor (double _arg)
 Set the fraction of shrink for each cell.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkShrinkPolyData"
 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 vtkShrinkPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkShrinkPolyData_GetShrinkFactor_01 (HandleRef pThis)
static internal double vtkShrinkPolyData_GetShrinkFactorMaxValue_02 (HandleRef pThis)
static internal double vtkShrinkPolyData_GetShrinkFactorMinValue_03 (HandleRef pThis)
static internal int vtkShrinkPolyData_IsA_04 (HandleRef pThis, string type)
static internal int vtkShrinkPolyData_IsTypeOf_05 (string type)
static internal IntPtr vtkShrinkPolyData_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkShrinkPolyData_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkShrinkPolyData_SetShrinkFactor_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkShrinkPolyData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkShrinkPolyData - shrink cells composing PolyData

Description vtkShrinkPolyData shrinks cells composing a polygonal dataset (e.g., vertices, lines, polygons, and triangle strips) towards their centroid. The centroid of a cell is computed as the average position of the cell points. Shrinking results in disconnecting the cells from one another. The output dataset type of this filter is polygonal data.

During execution the filter passes its input cell data to its output. Point data attributes are copied to the points created during the shrinking process.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData ( 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.vtkShrinkPolyData.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 double Kitware.VTK.vtkShrinkPolyData.GetShrinkFactor ( ) [virtual]

Get the fraction of shrink for each cell.

Set the fraction of shrink for each cell.

Set the fraction of shrink for each cell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkShrinkPolyData.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.vtkShrinkPolyData.SetShrinkFactor ( double  _arg) [virtual]

Set the fraction of shrink for each cell.

static internal double Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_GetShrinkFactor_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_GetShrinkFactorMaxValue_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_GetShrinkFactorMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkShrinkPolyData.vtkShrinkPolyData_SetShrinkFactor_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkShrinkPolyData.MRClassNameKey = "17vtkShrinkPolyData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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