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

vtkShrinkFilter - shrink cells composing an arbitrary data set More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkShrinkFilter"
 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 vtkShrinkFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkShrinkFilter_GetShrinkFactor_01 (HandleRef pThis)
static internal double vtkShrinkFilter_GetShrinkFactorMaxValue_02 (HandleRef pThis)
static internal double vtkShrinkFilter_GetShrinkFactorMinValue_03 (HandleRef pThis)
static internal int vtkShrinkFilter_IsA_04 (HandleRef pThis, string type)
static internal int vtkShrinkFilter_IsTypeOf_05 (string type)
static internal IntPtr vtkShrinkFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkShrinkFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkShrinkFilter_SetShrinkFactor_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkShrinkFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkShrinkFilter - shrink cells composing an arbitrary data set

Description vtkShrinkFilter shrinks cells composing an arbitrary data set 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 of this filter is of general dataset type vtkUnstructuredGrid.


Constructor & Destructor Documentation

static Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter ( ) [static, private]

Automatically generated type registration mechanics.

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

virtual double Kitware.VTK.vtkShrinkFilter.GetShrinkFactor ( ) [virtual]

Get/Set the fraction of shrink for each cell. The default is 0.5.

Get/Set the fraction of shrink for each cell. The default is 0.5.

Get/Set the fraction of shrink for each cell. The default is 0.5.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkShrinkFilter.SetShrinkFactor ( double  _arg) [virtual]

Get/Set the fraction of shrink for each cell. The default is 0.5.

static internal double Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_GetShrinkFactor_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_GetShrinkFactorMaxValue_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_GetShrinkFactorMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkShrinkFilter.vtkShrinkFilter_SetShrinkFactor_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkShrinkFilter.MRClassNameKey = "15vtkShrinkFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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