ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkSelectionNode Class Reference

vtkSelectionNode - A node in a selection tree. Used to store selection results. More...

Inheritance diagram for Kitware.VTK.vtkSelectionNode:
[legend]
Collaboration diagram for Kitware.VTK.vtkSelectionNode:
[legend]

List of all members.

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.

Detailed Description

vtkSelectionNode - A node in a selection tree. Used to store selection results.

Description


Member Enumeration Documentation

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.

Enumerator:
BLOCKS 

enum member

FRUSTUM 

enum member

GLOBALIDS 

enum member

INDICES 

enum member

LOCATIONS 

enum member

PEDIGREEIDS 

enum member

SELECTIONS 

enum member

THRESHOLDS 

enum member

VALUES 

enum member

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.

Enumerator:
CELL 

enum member

EDGE 

enum member

FIELD 

enum member

POINT 

enum member

ROW 

enum member

VERTEX 

enum member


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:

Used to identify a node in composite datasets.

Here is the call graph for this function:

This flag tells the extraction filter, when FIELD_TYPE==POINT, that it should also extract the cells that contain any of the extracted points.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

For location selection of points, if distance is greater than this reject.

Here is the call graph for this function:

bool Kitware.VTK.vtkSelectionNode.EqualProperties ( vtkSelectionNode  other,
bool  fullcompare 
)

Compares Properties of self and other to ensure that they are exactly same.

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.

Here is the call graph for this function:

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.

Returns the property map.

Here is the call graph for this function:

Get or set the prop of the selection. This is the same as setting the PROP() key on the property.

Here is the call graph for this function:

Sets the selection table.

Here is the call graph for this function:

Sets the selection list.

Here is the call graph for this function:

Used to identify a dataset in a hiererchical box dataset.

Here is the call graph for this function:

Used to identify a dataset in a hiererchical box dataset.

Here is the call graph for this function:

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.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSelectionNode.Initialize ( ) [virtual]

Restore data object to initial state,.

This flag tells the extraction filter to exclude the selection.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

A helper for visible cell selector, this is the number of pixels covered by the actor whose cells are listed in the selection.

Here is the call graph for this function:

Process id the selection is on.

Here is the call graph for this function:

Pointer to the prop the selection belongs to.

Here is the call graph for this function:

ID of the prop the selection belongs to. What ID means is application specific.

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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.

Sets the selection table.

Sets the selection list.

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.

Pointer to the data or algorithm the selection belongs to.

Here is the call graph for this function:

ID of the data or algorithm the selection belongs to. What ID means is application specific.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: