ActiViz .NET
5.8.0
|
vtkShrinkFilter - shrink cells composing an arbitrary data set More...
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. |
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.
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.
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.
virtual double Kitware.VTK.vtkShrinkFilter.GetShrinkFactorMaxValue | ( | ) | [virtual] |
Get/Set the fraction of shrink for each cell. The default is 0.5.
virtual double Kitware.VTK.vtkShrinkFilter.GetShrinkFactorMinValue | ( | ) | [virtual] |
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.
static new vtkShrinkFilter Kitware.VTK.vtkShrinkFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkShrinkFilter Kitware.VTK.vtkShrinkFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
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] |
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.