ActiViz .NET
5.8.0
|
vtkLoopSubdivisionFilter - generate a subdivision surface using the Loop Scheme More...
Public Member Functions | |
vtkLoopSubdivisionFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkLoopSubdivisionFilter () | |
Construct object with NumberOfSubdivisions set to 1. | |
override int | IsA (string type) |
Construct object with NumberOfSubdivisions set to 1. | |
new vtkLoopSubdivisionFilter | NewInstance () |
Construct object with NumberOfSubdivisions set to 1. | |
Static Public Member Functions | |
static new vtkLoopSubdivisionFilter | New () |
Construct object with NumberOfSubdivisions set to 1. | |
static new int | IsTypeOf (string type) |
Construct object with NumberOfSubdivisions set to 1. | |
static new vtkLoopSubdivisionFilter | SafeDownCast (vtkObjectBase o) |
Construct object with NumberOfSubdivisions set to 1. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkLoopSubdivisionFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkLoopSubdivisionFilter" |
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 | vtkLoopSubdivisionFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkLoopSubdivisionFilter_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkLoopSubdivisionFilter_IsTypeOf_02 (string type) |
static internal IntPtr | vtkLoopSubdivisionFilter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkLoopSubdivisionFilter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkLoopSubdivisionFilter () |
Automatically generated type registration mechanics. |
vtkLoopSubdivisionFilter - generate a subdivision surface using the Loop Scheme
Description vtkLoopSubdivisionFilter is an approximating subdivision scheme that creates four new triangles for each triangle in the mesh. The user can specify the NumberOfSubdivisions. Loop's subdivision scheme is described in: Loop, C., "Smooth Subdivision surfaces based on triangles,", Masters Thesis, University of Utah, August 1987. For a nice summary of the technique see, Hoppe, H., et. al, "Piecewise Smooth Surface Reconstruction,:, Proceedings of Siggraph 94 (Orlando, Florida, July 24-29, 1994). In COmputer Graphics Proceedings, Annual COnference Series, 1994, ACM SIGGRAPH, pp. 295-302. <P> The filter only operates on triangles. Users should use the vtkTriangleFilter to triangulate meshes that contain polygons or triangle strips. <P> The filter approximates point data using the same scheme. New triangles create at a subdivision step will have the cell data of their parent cell.
static Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter | ( | 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.vtkLoopSubdivisionFilter.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.vtkApproximatingSubdivisionFilter.
override int Kitware.VTK.vtkLoopSubdivisionFilter.IsA | ( | string | type | ) | [virtual] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkApproximatingSubdivisionFilter.
static new int Kitware.VTK.vtkLoopSubdivisionFilter.IsTypeOf | ( | string | type | ) | [static] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkApproximatingSubdivisionFilter.
static new vtkLoopSubdivisionFilter Kitware.VTK.vtkLoopSubdivisionFilter.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.vtkApproximatingSubdivisionFilter.
static new vtkLoopSubdivisionFilter Kitware.VTK.vtkLoopSubdivisionFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from Kitware.VTK.vtkApproximatingSubdivisionFilter.
static internal int Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLoopSubdivisionFilter.vtkLoopSubdivisionFilter_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkLoopSubdivisionFilter.MRClassNameKey = "24vtkLoopSubdivisionFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkApproximatingSubdivisionFilter.
new const string Kitware.VTK.vtkLoopSubdivisionFilter.MRFullTypeName = "Kitware.VTK.vtkLoopSubdivisionFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkApproximatingSubdivisionFilter.