ActiViz .NET
5.8.0
|
vtkSelectionNode - A node in a selection tree. Used to store selection results. More...
Public Types | |
enum | SelectionContent { BLOCKS = 8, FRUSTUM = 5, GLOBALIDS = 1, INDICES = 4, LOCATIONS = 6, PEDIGREEIDS = 2, SELECTIONS = 0, THRESHOLDS = 7, VALUES = 3 } |
vtkSelectionNode specific keys follow: Get the (primary) property that describes the content of a selection node's data. Other auxiliary description properties follow. GLOBALIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. PEDIGREEIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. VALUES means the the selection list contains values from an arbitrary attribute array (ignores any globalids attribute) INDICES means that the selection list contains indexes into the cell or point arrays. FRUSTUM means the set of points and cells inside a frustum LOCATIONS means the set of points and cells near a set of positions THRESHOLDS means the points and cells with values within a set of ranges GetContentType() returns -1 if the content type is not set. More... | |
enum | SelectionField { CELL = 0, EDGE = 4, FIELD = 2, POINT = 1, ROW = 5, VERTEX = 3 } |
Controls whether cell, point, or field data determine what is inside and out. The default is CELL. Vertex and edge types are also available for graph classes. GetFieldType() returns -1 if the field type is not set. More... | |
Public Member Functions | |
vtkSelectionNode (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSelectionNode () | |
Undocumented Block. | |
virtual void | DeepCopy (vtkSelectionNode src) |
Copy properties, selection list and children of the input. | |
bool | EqualProperties (vtkSelectionNode other, bool fullcompare) |
Compares Properties of self and other to ensure that they are exactly same. | |
virtual int | GetContentType () |
Get or set the content type of the selection. This is the same as setting the CONTENT_TYPE() key on the property. | |
virtual int | GetFieldType () |
Get or set the field type of the selection. This is the same as setting the FIELD_TYPE() key on the property. | |
override uint | GetMTime () |
Return the MTime taking into account changes to the properties. | |
virtual vtkInformation | GetProperties () |
Returns the property map. | |
virtual vtkProp | GetSelectedProp () |
Get or set the prop of the selection. This is the same as setting the PROP() key on the property. | |
virtual vtkDataSetAttributes | GetSelectionData () |
Sets the selection table. | |
virtual vtkAbstractArray | GetSelectionList () |
Sets the selection list. | |
virtual void | Initialize () |
Restore data object to initial state,. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSelectionNode | NewInstance () |
Undocumented Block. | |
virtual void | SetContentType (int type) |
Get or set the content type of the selection. This is the same as setting the CONTENT_TYPE() key on the property. | |
virtual void | SetFieldType (int type) |
Get or set the field type of the selection. This is the same as setting the FIELD_TYPE() key on the property. | |
virtual void | SetSelectedProp (vtkProp prop) |
Get or set the prop of the selection. This is the same as setting the PROP() key on the property. | |
virtual void | SetSelectionData (vtkDataSetAttributes data) |
Sets the selection table. | |
virtual void | SetSelectionList (vtkAbstractArray arg0) |
Sets the selection list. | |
virtual void | ShallowCopy (vtkSelectionNode src) |
Copy properties, selection list and children of the input. This is a shallow copy: selection lists and pointers in the properties are passed by reference. | |
void | UnionSelectionList (vtkSelectionNode other) |
Merges the selection list between self and the other. Assumes that both has identical properties. | |
Static Public Member Functions | |
static new vtkSelectionNode | New () |
Undocumented Block. | |
static vtkInformationIntegerKey | COMPONENT_NUMBER () |
When ContentType==THRESHOLDS or ContentType==VALUES i.e. threshold and value based selections, it is possible pick the component number using this key. If none is specified, the 0th component is used. If any number less than 0 is specified, then the magnitude is used. | |
static vtkInformationIntegerKey | COMPOSITE_INDEX () |
Used to identify a node in composite datasets. | |
static vtkInformationIntegerKey | CONTAINING_CELLS () |
This flag tells the extraction filter, when FIELD_TYPE==POINT, that it should also extract the cells that contain any of the extracted points. | |
static vtkInformationIntegerKey | CONTENT_TYPE () |
vtkSelectionNode specific keys follow: Get the (primary) property that describes the content of a selection node's data. Other auxiliary description properties follow. GLOBALIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. PEDIGREEIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. VALUES means the the selection list contains values from an arbitrary attribute array (ignores any globalids attribute) INDICES means that the selection list contains indexes into the cell or point arrays. FRUSTUM means the set of points and cells inside a frustum LOCATIONS means the set of points and cells near a set of positions THRESHOLDS means the points and cells with values within a set of ranges GetContentType() returns -1 if the content type is not set. | |
static vtkInformationDoubleKey | EPSILON () |
For location selection of points, if distance is greater than this reject. | |
static vtkInformationIntegerKey | FIELD_TYPE () |
Controls whether cell, point, or field data determine what is inside and out. The default is CELL. Vertex and edge types are also available for graph classes. GetFieldType() returns -1 if the field type is not set. | |
static vtkInformationIntegerKey | HIERARCHICAL_INDEX () |
Used to identify a dataset in a hiererchical box dataset. | |
static vtkInformationIntegerKey | HIERARCHICAL_LEVEL () |
Used to identify a dataset in a hiererchical box dataset. | |
static vtkInformationIntegerKey | INDEXED_VERTICES () |
This key is used when making visible vertex selection. It means that the cell ID selection has data about which vertices for each cell are visible. | |
static vtkInformationIntegerKey | INVERSE () |
This flag tells the extraction filter to exclude the selection. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static vtkInformationIntegerKey | PIXEL_COUNT () |
A helper for visible cell selector, this is the number of pixels covered by the actor whose cells are listed in the selection. | |
static vtkInformationIntegerKey | PROCESS_ID () |
Process id the selection is on. | |
static vtkInformationObjectBaseKey | PROP () |
Pointer to the prop the selection belongs to. | |
static vtkInformationIntegerKey | PROP_ID () |
ID of the prop the selection belongs to. What ID means is application specific. | |
static vtkInformationObjectBaseKey | SOURCE () |
Pointer to the data or algorithm the selection belongs to. | |
static vtkInformationIntegerKey | SOURCE_ID () |
ID of the data or algorithm the selection belongs to. What ID means is application specific. | |
static new vtkSelectionNode | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSelectionNode" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkSelectionNode" |
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 | vtkSelectionNode_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_COMPONENT_NUMBER_01 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_COMPOSITE_INDEX_02 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_CONTAINING_CELLS_03 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_CONTENT_TYPE_04 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSelectionNode_DeepCopy_05 (HandleRef pThis, HandleRef src) |
static internal IntPtr | vtkSelectionNode_EPSILON_06 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkSelectionNode_EqualProperties_07 (HandleRef pThis, HandleRef other, byte fullcompare) |
static internal IntPtr | vtkSelectionNode_FIELD_TYPE_08 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSelectionNode_GetContentType_09 (HandleRef pThis) |
static internal int | vtkSelectionNode_GetFieldType_10 (HandleRef pThis) |
static internal uint | vtkSelectionNode_GetMTime_11 (HandleRef pThis) |
static internal IntPtr | vtkSelectionNode_GetProperties_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_GetSelectedProp_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_GetSelectionData_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_GetSelectionList_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_HIERARCHICAL_INDEX_16 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_HIERARCHICAL_LEVEL_17 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_INDEXED_VERTICES_18 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_INVERSE_19 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSelectionNode_Initialize_20 (HandleRef pThis) |
static internal int | vtkSelectionNode_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkSelectionNode_IsTypeOf_22 (string type) |
static internal IntPtr | vtkSelectionNode_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_PIXEL_COUNT_25 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_PROCESS_ID_26 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_PROP_27 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_PROP_ID_28 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_SOURCE_29 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_SOURCE_ID_30 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSelectionNode_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSelectionNode_SetContentType_32 (HandleRef pThis, int type) |
static internal void | vtkSelectionNode_SetFieldType_33 (HandleRef pThis, int type) |
static internal void | vtkSelectionNode_SetSelectedProp_34 (HandleRef pThis, HandleRef prop) |
static internal void | vtkSelectionNode_SetSelectionData_35 (HandleRef pThis, HandleRef data) |
static internal void | vtkSelectionNode_SetSelectionList_36 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkSelectionNode_ShallowCopy_37 (HandleRef pThis, HandleRef src) |
static internal void | vtkSelectionNode_UnionSelectionList_38 (HandleRef pThis, HandleRef other) |
Static Private Member Functions | |
static | vtkSelectionNode () |
Automatically generated type registration mechanics. |
vtkSelectionNode - A node in a selection tree. Used to store selection results.
Description
vtkSelectionNode specific keys follow: Get the (primary) property that describes the content of a selection node's data. Other auxiliary description properties follow. GLOBALIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. PEDIGREEIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. VALUES means the the selection list contains values from an arbitrary attribute array (ignores any globalids attribute) INDICES means that the selection list contains indexes into the cell or point arrays. FRUSTUM means the set of points and cells inside a frustum LOCATIONS means the set of points and cells near a set of positions THRESHOLDS means the points and cells with values within a set of ranges GetContentType() returns -1 if the content type is not set.
Controls whether cell, point, or field data determine what is inside and out. The default is CELL. Vertex and edge types are also available for graph classes. GetFieldType() returns -1 if the field type is not set.
static Kitware.VTK.vtkSelectionNode.vtkSelectionNode | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSelectionNode.vtkSelectionNode | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.COMPONENT_NUMBER | ( | ) | [static] |
When ContentType==THRESHOLDS or ContentType==VALUES i.e. threshold and value based selections, it is possible pick the component number using this key. If none is specified, the 0th component is used. If any number less than 0 is specified, then the magnitude is used.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.COMPOSITE_INDEX | ( | ) | [static] |
Used to identify a node in composite datasets.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.CONTAINING_CELLS | ( | ) | [static] |
This flag tells the extraction filter, when FIELD_TYPE==POINT, that it should also extract the cells that contain any of the extracted points.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.CONTENT_TYPE | ( | ) | [static] |
vtkSelectionNode specific keys follow: Get the (primary) property that describes the content of a selection node's data. Other auxiliary description properties follow. GLOBALIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. PEDIGREEIDS means that the selection list contains values from the vtkDataSetAttribute array of the same name. VALUES means the the selection list contains values from an arbitrary attribute array (ignores any globalids attribute) INDICES means that the selection list contains indexes into the cell or point arrays. FRUSTUM means the set of points and cells inside a frustum LOCATIONS means the set of points and cells near a set of positions THRESHOLDS means the points and cells with values within a set of ranges GetContentType() returns -1 if the content type is not set.
virtual void Kitware.VTK.vtkSelectionNode.DeepCopy | ( | vtkSelectionNode | src | ) | [virtual] |
Copy properties, selection list and children of the input.
override void Kitware.VTK.vtkSelectionNode.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.vtkObject.
static vtkInformationDoubleKey Kitware.VTK.vtkSelectionNode.EPSILON | ( | ) | [static] |
For location selection of points, if distance is greater than this reject.
bool Kitware.VTK.vtkSelectionNode.EqualProperties | ( | vtkSelectionNode | other, |
bool | fullcompare | ||
) |
Compares Properties of self and other to ensure that they are exactly same.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.FIELD_TYPE | ( | ) | [static] |
Controls whether cell, point, or field data determine what is inside and out. The default is CELL. Vertex and edge types are also available for graph classes. GetFieldType() returns -1 if the field type is not set.
virtual int Kitware.VTK.vtkSelectionNode.GetContentType | ( | ) | [virtual] |
Get or set the content type of the selection. This is the same as setting the CONTENT_TYPE() key on the property.
virtual int Kitware.VTK.vtkSelectionNode.GetFieldType | ( | ) | [virtual] |
Get or set the field type of the selection. This is the same as setting the FIELD_TYPE() key on the property.
override uint Kitware.VTK.vtkSelectionNode.GetMTime | ( | ) | [virtual] |
Return the MTime taking into account changes to the properties.
Reimplemented from Kitware.VTK.vtkObject.
virtual vtkInformation Kitware.VTK.vtkSelectionNode.GetProperties | ( | ) | [virtual] |
Returns the property map.
virtual vtkProp Kitware.VTK.vtkSelectionNode.GetSelectedProp | ( | ) | [virtual] |
Get or set the prop of the selection. This is the same as setting the PROP() key on the property.
virtual vtkDataSetAttributes Kitware.VTK.vtkSelectionNode.GetSelectionData | ( | ) | [virtual] |
Sets the selection table.
virtual vtkAbstractArray Kitware.VTK.vtkSelectionNode.GetSelectionList | ( | ) | [virtual] |
Sets the selection list.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.HIERARCHICAL_INDEX | ( | ) | [static] |
Used to identify a dataset in a hiererchical box dataset.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.HIERARCHICAL_LEVEL | ( | ) | [static] |
Used to identify a dataset in a hiererchical box dataset.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.INDEXED_VERTICES | ( | ) | [static] |
This key is used when making visible vertex selection. It means that the cell ID selection has data about which vertices for each cell are visible.
virtual void Kitware.VTK.vtkSelectionNode.Initialize | ( | ) | [virtual] |
Restore data object to initial state,.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.INVERSE | ( | ) | [static] |
This flag tells the extraction filter to exclude the selection.
override int Kitware.VTK.vtkSelectionNode.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkSelectionNode.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkSelectionNode Kitware.VTK.vtkSelectionNode.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.PIXEL_COUNT | ( | ) | [static] |
A helper for visible cell selector, this is the number of pixels covered by the actor whose cells are listed in the selection.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.PROCESS_ID | ( | ) | [static] |
Process id the selection is on.
static vtkInformationObjectBaseKey Kitware.VTK.vtkSelectionNode.PROP | ( | ) | [static] |
Pointer to the prop the selection belongs to.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.PROP_ID | ( | ) | [static] |
ID of the prop the selection belongs to. What ID means is application specific.
static new vtkSelectionNode Kitware.VTK.vtkSelectionNode.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkSelectionNode.SetContentType | ( | int | type | ) | [virtual] |
Get or set the content type of the selection. This is the same as setting the CONTENT_TYPE() key on the property.
virtual void Kitware.VTK.vtkSelectionNode.SetFieldType | ( | int | type | ) | [virtual] |
Get or set the field type of the selection. This is the same as setting the FIELD_TYPE() key on the property.
virtual void Kitware.VTK.vtkSelectionNode.SetSelectedProp | ( | vtkProp | prop | ) | [virtual] |
Get or set the prop of the selection. This is the same as setting the PROP() key on the property.
virtual void Kitware.VTK.vtkSelectionNode.SetSelectionData | ( | vtkDataSetAttributes | data | ) | [virtual] |
Sets the selection table.
virtual void Kitware.VTK.vtkSelectionNode.SetSelectionList | ( | vtkAbstractArray | arg0 | ) | [virtual] |
Sets the selection list.
virtual void Kitware.VTK.vtkSelectionNode.ShallowCopy | ( | vtkSelectionNode | src | ) | [virtual] |
Copy properties, selection list and children of the input. This is a shallow copy: selection lists and pointers in the properties are passed by reference.
static vtkInformationObjectBaseKey Kitware.VTK.vtkSelectionNode.SOURCE | ( | ) | [static] |
Pointer to the data or algorithm the selection belongs to.
static vtkInformationIntegerKey Kitware.VTK.vtkSelectionNode.SOURCE_ID | ( | ) | [static] |
ID of the data or algorithm the selection belongs to. What ID means is application specific.
Merges the selection list between self and the other. Assumes that both has identical properties.
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_COMPONENT_NUMBER_01 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_COMPOSITE_INDEX_02 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_CONTAINING_CELLS_03 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_CONTENT_TYPE_04 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_DeepCopy_05 | ( | HandleRef | pThis, |
HandleRef | src | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_EPSILON_06 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkSelectionNode.vtkSelectionNode_EqualProperties_07 | ( | HandleRef | pThis, |
HandleRef | other, | ||
byte | fullcompare | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_FIELD_TYPE_08 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetContentType_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetFieldType_10 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetMTime_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetProperties_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetSelectedProp_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetSelectionData_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_GetSelectionList_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_HIERARCHICAL_INDEX_16 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_HIERARCHICAL_LEVEL_17 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_INDEXED_VERTICES_18 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_Initialize_20 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_INVERSE_19 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSelectionNode.vtkSelectionNode_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSelectionNode.vtkSelectionNode_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_PIXEL_COUNT_25 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_PROCESS_ID_26 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_PROP_27 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_PROP_ID_28 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SafeDownCast_31 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SetContentType_32 | ( | HandleRef | pThis, |
int | type | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SetFieldType_33 | ( | HandleRef | pThis, |
int | type | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SetSelectedProp_34 | ( | HandleRef | pThis, |
HandleRef | prop | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SetSelectionData_35 | ( | HandleRef | pThis, |
HandleRef | data | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SetSelectionList_36 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_ShallowCopy_37 | ( | HandleRef | pThis, |
HandleRef | src | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SOURCE_29 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSelectionNode.vtkSelectionNode_SOURCE_ID_30 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSelectionNode.vtkSelectionNode_UnionSelectionList_38 | ( | HandleRef | pThis, |
HandleRef | other | ||
) | [private] |
new readonly string Kitware.VTK.vtkSelectionNode.MRClassNameKey = "16vtkSelectionNode" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkSelectionNode.MRFullTypeName = "Kitware.VTK.vtkSelectionNode" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.