|
ActiViz .NET
5.8.0
|
vtkHyperOctreeToUniformGridFilter - Flat the octree into a uniform grid More...
Public Member Functions | |
| vtkHyperOctreeToUniformGridFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkHyperOctreeToUniformGridFilter () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkHyperOctreeToUniformGridFilter | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkHyperOctreeToUniformGridFilter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkHyperOctreeToUniformGridFilter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkHyperOctreeToUniformGridFilter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "33vtkHyperOctreeToUniformGridFilter" |
| 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 | vtkHyperOctreeToUniformGridFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkHyperOctreeToUniformGridFilter_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkHyperOctreeToUniformGridFilter_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkHyperOctreeToUniformGridFilter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkHyperOctreeToUniformGridFilter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkHyperOctreeToUniformGridFilter () |
| Automatically generated type registration mechanics. | |
vtkHyperOctreeToUniformGridFilter - Flat the octree into a uniform grid
Description vtkHyperOctreeToUniformGridFilter creates a uniform grid with a resolution based on the number of levels of the hyperoctree. Then, it copies celldata in each cell of the uniform grid that belongs to an actual leaf of the hyperoctree.
| static Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkHyperOctreeToUniformGridFilter.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.vtkImageAlgorithm.
| override int Kitware.VTK.vtkHyperOctreeToUniformGridFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new int Kitware.VTK.vtkHyperOctreeToUniformGridFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkHyperOctreeToUniformGridFilter Kitware.VTK.vtkHyperOctreeToUniformGridFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkHyperOctreeToUniformGridFilter Kitware.VTK.vtkHyperOctreeToUniformGridFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static internal int Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkHyperOctreeToUniformGridFilter.vtkHyperOctreeToUniformGridFilter_SafeDownCast_05 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkHyperOctreeToUniformGridFilter.MRClassNameKey = "33vtkHyperOctreeToUniformGridFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| new const string Kitware.VTK.vtkHyperOctreeToUniformGridFilter.MRFullTypeName = "Kitware.VTK.vtkHyperOctreeToUniformGridFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
1.7.6.1