ActiViz .NET
5.8.0
|
vtkExtractLevel - extract levels between min and max from a hierarchical box dataset. More...
Public Member Functions | |
vtkExtractLevel (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractLevel () | |
Undocumented Block. | |
void | AddLevel (uint level) |
Select the levels that should be extracted. All other levels will have no datasets in them. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractLevel | NewInstance () |
Undocumented Block. | |
void | RemoveAllLevels () |
Select the levels that should be extracted. All other levels will have no datasets in them. | |
void | RemoveLevel (uint level) |
Select the levels that should be extracted. All other levels will have no datasets in them. | |
Static Public Member Functions | |
static new vtkExtractLevel | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractLevel | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractLevel" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkExtractLevel" |
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 | vtkExtractLevel_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractLevel_AddLevel_01 (HandleRef pThis, uint level) |
static internal int | vtkExtractLevel_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkExtractLevel_IsTypeOf_03 (string type) |
static internal IntPtr | vtkExtractLevel_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractLevel_RemoveAllLevels_06 (HandleRef pThis) |
static internal void | vtkExtractLevel_RemoveLevel_07 (HandleRef pThis, uint level) |
static internal IntPtr | vtkExtractLevel_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkExtractLevel () |
Automatically generated type registration mechanics. |
vtkExtractLevel - extract levels between min and max from a hierarchical box dataset.
Description vtkExtractLevel filter extracts the levels between (and including) the user specified min and max levels.
static Kitware.VTK.vtkExtractLevel.vtkExtractLevel | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractLevel.vtkExtractLevel | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkExtractLevel.AddLevel | ( | uint | level | ) |
Select the levels that should be extracted. All other levels will have no datasets in them.
override void Kitware.VTK.vtkExtractLevel.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.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
override int Kitware.VTK.vtkExtractLevel.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
static new int Kitware.VTK.vtkExtractLevel.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
static new vtkExtractLevel Kitware.VTK.vtkExtractLevel.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
Select the levels that should be extracted. All other levels will have no datasets in them.
void Kitware.VTK.vtkExtractLevel.RemoveLevel | ( | uint | level | ) |
Select the levels that should be extracted. All other levels will have no datasets in them.
static new vtkExtractLevel Kitware.VTK.vtkExtractLevel.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
static internal void Kitware.VTK.vtkExtractLevel.vtkExtractLevel_AddLevel_01 | ( | HandleRef | pThis, |
uint | level | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractLevel.vtkExtractLevel_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractLevel.vtkExtractLevel_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractLevel.vtkExtractLevel_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractLevel.vtkExtractLevel_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractLevel.vtkExtractLevel_RemoveAllLevels_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractLevel.vtkExtractLevel_RemoveLevel_07 | ( | HandleRef | pThis, |
uint | level | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractLevel.vtkExtractLevel_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractLevel.MRClassNameKey = "15vtkExtractLevel" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.
new const string Kitware.VTK.vtkExtractLevel.MRFullTypeName = "Kitware.VTK.vtkExtractLevel" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractLevel.