ActiViz .NET
5.8.0
|
vtkExtractSelectedLocations - extract cells within a dataset that contain the locations listen in the vtkSelection. More...
Public Member Functions | |
vtkExtractSelectedLocations (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractSelectedLocations () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractSelectedLocations | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkExtractSelectedLocations | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractSelectedLocations | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractSelectedLocations" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkExtractSelectedLocations" |
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 | vtkExtractSelectedLocations_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkExtractSelectedLocations_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkExtractSelectedLocations_IsTypeOf_02 (string type) |
static internal IntPtr | vtkExtractSelectedLocations_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractSelectedLocations_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkExtractSelectedLocations () |
Automatically generated type registration mechanics. |
vtkExtractSelectedLocations - extract cells within a dataset that contain the locations listen in the vtkSelection.
Description vtkExtractSelectedLocations extracts all cells whose volume contain at least one point listed in the LOCATIONS content of the vtkSelection. This filter adds a scalar array called vtkOriginalCellIds that says what input cell produced each output cell. This is an example of a Pedigree ID which helps to trace back results.
static Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkExtractSelectedLocations.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.vtkExtractSelectionBase.
override int Kitware.VTK.vtkExtractSelectedLocations.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
static new int Kitware.VTK.vtkExtractSelectedLocations.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
static new vtkExtractSelectedLocations Kitware.VTK.vtkExtractSelectedLocations.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
static new vtkExtractSelectedLocations Kitware.VTK.vtkExtractSelectedLocations.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
static internal int Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractSelectedLocations.vtkExtractSelectedLocations_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractSelectedLocations.MRClassNameKey = "27vtkExtractSelectedLocations" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
new const string Kitware.VTK.vtkExtractSelectedLocations.MRFullTypeName = "Kitware.VTK.vtkExtractSelectedLocations" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.