ActiViz .NET
5.8.0
|
vtkLinearSubdivisionFilter - generate a subdivision surface using the Linear Scheme More...
Public Member Functions | |
vtkLinearSubdivisionFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkLinearSubdivisionFilter () | |
Construct object with NumberOfSubdivisions set to 1. | |
override int | IsA (string type) |
Construct object with NumberOfSubdivisions set to 1. | |
new vtkLinearSubdivisionFilter | NewInstance () |
Construct object with NumberOfSubdivisions set to 1. | |
Static Public Member Functions | |
static new vtkLinearSubdivisionFilter | New () |
Construct object with NumberOfSubdivisions set to 1. | |
static new int | IsTypeOf (string type) |
Construct object with NumberOfSubdivisions set to 1. | |
static new vtkLinearSubdivisionFilter | SafeDownCast (vtkObjectBase o) |
Construct object with NumberOfSubdivisions set to 1. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkLinearSubdivisionFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkLinearSubdivisionFilter" |
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 | vtkLinearSubdivisionFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkLinearSubdivisionFilter_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkLinearSubdivisionFilter_IsTypeOf_02 (string type) |
static internal IntPtr | vtkLinearSubdivisionFilter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkLinearSubdivisionFilter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkLinearSubdivisionFilter () |
Automatically generated type registration mechanics. |
vtkLinearSubdivisionFilter - generate a subdivision surface using the Linear Scheme
Description vtkLinearSubdivisionFilter is a filter that generates output by subdividing its input polydata. Each subdivision iteration create 4 new triangles for each triangle in the polydata.
static Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with NumberOfSubdivisions set to 1.
override void Kitware.VTK.vtkLinearSubdivisionFilter.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.vtkInterpolatingSubdivisionFilter.
override int Kitware.VTK.vtkLinearSubdivisionFilter.IsA | ( | string | type | ) | [virtual] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkInterpolatingSubdivisionFilter.
static new int Kitware.VTK.vtkLinearSubdivisionFilter.IsTypeOf | ( | string | type | ) | [static] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkInterpolatingSubdivisionFilter.
static new vtkLinearSubdivisionFilter Kitware.VTK.vtkLinearSubdivisionFilter.New | ( | ) | [static] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkInterpolatingSubdivisionFilter.
static new vtkLinearSubdivisionFilter Kitware.VTK.vtkLinearSubdivisionFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkInterpolatingSubdivisionFilter.
static internal int Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLinearSubdivisionFilter.vtkLinearSubdivisionFilter_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkLinearSubdivisionFilter.MRClassNameKey = "26vtkLinearSubdivisionFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInterpolatingSubdivisionFilter.
new const string Kitware.VTK.vtkLinearSubdivisionFilter.MRFullTypeName = "Kitware.VTK.vtkLinearSubdivisionFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInterpolatingSubdivisionFilter.