ActiViz .NET
5.8.0
|
vtkHierarchicalBoxDataSetAlgorithm - superclass for algorithms that produce vtkHierarchicalBoxDataSet as output. More...
Public Member Functions | |
vtkHierarchicalBoxDataSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkHierarchicalBoxDataSetAlgorithm () | |
Undocumented Block. | |
vtkHierarchicalBoxDataSet | GetOutput () |
Get the output data object for a port on this algorithm. | |
vtkHierarchicalBoxDataSet | GetOutput (int arg0) |
Get the output data object for a port on this algorithm. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkHierarchicalBoxDataSetAlgorithm | NewInstance () |
Undocumented Block. | |
void | SetInput (vtkDataObject arg0) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. | |
void | SetInput (int arg0, vtkDataObject arg1) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. | |
Static Public Member Functions | |
static new vtkHierarchicalBoxDataSetAlgorithm | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkHierarchicalBoxDataSetAlgorithm | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "34vtkHierarchicalBoxDataSetAlgorithm" |
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 | vtkHierarchicalBoxDataSetAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHierarchicalBoxDataSetAlgorithm_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHierarchicalBoxDataSetAlgorithm_GetOutput_02 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkHierarchicalBoxDataSetAlgorithm_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkHierarchicalBoxDataSetAlgorithm_IsTypeOf_04 (string type) |
static internal IntPtr | vtkHierarchicalBoxDataSetAlgorithm_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHierarchicalBoxDataSetAlgorithm_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHierarchicalBoxDataSetAlgorithm_SetInput_08 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkHierarchicalBoxDataSetAlgorithm_SetInput_09 (HandleRef pThis, int arg0, HandleRef arg1) |
Static Private Member Functions | |
static | vtkHierarchicalBoxDataSetAlgorithm () |
Automatically generated type registration mechanics. |
vtkHierarchicalBoxDataSetAlgorithm - superclass for algorithms that produce vtkHierarchicalBoxDataSet as output.
Description Algorithms that take any type of data object (including composite dataset) and produce a vtkHierarchicalBoxDataSet in the output can subclass from this class.
static Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.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.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
Get the output data object for a port on this algorithm.
Get the output data object for a port on this algorithm.
override int Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
static new int Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
static new vtkHierarchicalBoxDataSetAlgorithm Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
new vtkHierarchicalBoxDataSetAlgorithm Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
static new vtkHierarchicalBoxDataSetAlgorithm Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
void Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.SetInput | ( | int | arg0, |
vtkDataObject | arg1 | ||
) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
static internal IntPtr Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_GetOutput_02 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_SetInput_08 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.vtkHierarchicalBoxDataSetAlgorithm_SetInput_09 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
new readonly string Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.MRClassNameKey = "34vtkHierarchicalBoxDataSetAlgorithm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.
new const string Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.MRFullTypeName = "Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractDataSets, Kitware.VTK.vtkHierarchicalDataLevelFilter, Kitware.VTK.vtkExtractDataSets, Kitware.VTK.vtkExtractLevel, Kitware.VTK.vtkLevelIdScalars, and Kitware.VTK.vtkHierarchicalDataExtractLevel.