ActiViz .NET
5.8.0
|
vtkHardwareSelector - manager for OpenGL-based selection. More...
Public Types | |
enum | PassTypes { ACTOR_PASS = 1, COMPOSITE_INDEX_PASS = 2, ID_HIGH16 = 5, ID_LOW24 = 3, ID_MID24 = 4, MAX_KNOWN_PASS = 5, MIN_KNOWN_PASS = 0, PROCESS_PASS = 0 } |
returns the prop associated with a ID. This is valid only until ReleasePixBuffers() gets called. More... | |
Public Member Functions | |
vtkHardwareSelector (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkHardwareSelector () | |
Struct used to return information about a pixel location. | |
void | BeginRenderProp () |
Called by the mapper (vtkHardwareSelectionPolyDataPainter) before and after rendering each prop. | |
virtual bool | CaptureBuffers () |
It is possible to use the vtkHardwareSelector for a custom picking. (Look at vtkScenePicker). In that case instead of Select() on can use CaptureBuffers() to render the selection buffers and then get information about pixel locations suing GetPixelInformation(). Use ClearBuffers() to clear buffers after one's done with the scene. The optional final parameter maxDist will look for a cell within the specified number of pixels from display_position. | |
void | ClearBuffers () |
It is possible to use the vtkHardwareSelector for a custom picking. (Look at vtkScenePicker). In that case instead of Select() on can use CaptureBuffers() to render the selection buffers and then get information about pixel locations suing GetPixelInformation(). Use ClearBuffers() to clear buffers after one's done with the scene. The optional final parameter maxDist will look for a cell within the specified number of pixels from display_position. | |
void | EndRenderProp () |
Called by the mapper (vtkHardwareSelectionPolyDataPainter) before and after rendering each prop. | |
virtual vtkSelection | GenerateSelection () |
Generates the vtkSelection from pixel buffers. Requires that CaptureBuffers() has already been called. Optionally you may pass a screen region (xmin, ymin, xmax, ymax) to generate a selection from. The region must be a subregion of the region specified by SetArea(), otherwise it will be clipped to that region. | |
virtual vtkSelection | GenerateSelection (IntPtr r) |
Generates the vtkSelection from pixel buffers. Requires that CaptureBuffers() has already been called. Optionally you may pass a screen region (xmin, ymin, xmax, ymax) to generate a selection from. The region must be a subregion of the region specified by SetArea(), otherwise it will be clipped to that region. | |
virtual vtkSelection | GenerateSelection (uint x1, uint y1, uint x2, uint y2) |
Generates the vtkSelection from pixel buffers. Requires that CaptureBuffers() has already been called. Optionally you may pass a screen region (xmin, ymin, xmax, ymax) to generate a selection from. The region must be a subregion of the region specified by SetArea(), otherwise it will be clipped to that region. | |
virtual uint[] | GetArea () |
Get/Set the area to select as (xmin, ymin, xmax, ymax). | |
virtual void | GetArea (ref uint _arg1, ref uint _arg2, ref uint _arg3, ref uint _arg4) |
Get/Set the area to select as (xmin, ymin, xmax, ymax). | |
virtual void | GetArea (IntPtr _arg) |
Get/Set the area to select as (xmin, ymin, xmax, ymax). | |
virtual int | GetCurrentPass () |
Get the current pass number. | |
virtual int | GetFieldAssociation () |
Set the field type to select. Valid values are. | |
bool | GetPixelInformation (IntPtr display_position, ref int processId, ref int attrId, vtkProp prop) |
bool | GetPixelInformation (IntPtr display_position, ref int processId, ref int attrId, vtkProp prop, int maxDist) |
virtual int | GetProcessID () |
Get/Set the process id. If process id < 0 (default -1), then the PROCESS_PASS is not rendered. | |
vtkProp | GetPropFromID (int id) |
returns the prop associated with a ID. This is valid only until ReleasePixBuffers() gets called. | |
virtual vtkRenderer | GetRenderer () |
Get/Set the renderer to perform the selection on. | |
override int | IsA (string type) |
Struct used to return information about a pixel location. | |
new vtkHardwareSelector | NewInstance () |
Struct used to return information about a pixel location. | |
void | RenderAttributeId (int attribid) |
Called by any vtkMapper or vtkProp subclass to render an attribute's id. | |
void | RenderCompositeIndex (uint index) |
Called by any vtkMapper or vtkProp subclass to render a composite-index. Currently indices > 0xffffff are not supported. | |
vtkSelection | Select () |
Perform the selection. Returns a new instance of vtkSelection containing the selection on success. | |
virtual void | SetArea (uint _arg1, uint _arg2, uint _arg3, uint _arg4) |
Get/Set the area to select as (xmin, ymin, xmax, ymax). | |
virtual void | SetArea (IntPtr _arg) |
Get/Set the area to select as (xmin, ymin, xmax, ymax). | |
virtual void | SetFieldAssociation (int _arg) |
Set the field type to select. Valid values are. | |
virtual void | SetProcessID (int _arg) |
Get/Set the process id. If process id < 0 (default -1), then the PROCESS_PASS is not rendered. | |
void | SetRenderer (vtkRenderer arg0) |
Get/Set the renderer to perform the selection on. | |
Static Public Member Functions | |
static new vtkHardwareSelector | New () |
Struct used to return information about a pixel location. | |
static new int | IsTypeOf (string type) |
Struct used to return information about a pixel location. | |
static new vtkHardwareSelector | SafeDownCast (vtkObjectBase o) |
Struct used to return information about a pixel location. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkHardwareSelector" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkHardwareSelector" |
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 | vtkHardwareSelector_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHardwareSelector_BeginRenderProp_01 (HandleRef pThis) |
static internal byte | vtkHardwareSelector_CaptureBuffers_02 (HandleRef pThis) |
static internal void | vtkHardwareSelector_ClearBuffers_03 (HandleRef pThis) |
static internal void | vtkHardwareSelector_EndRenderProp_04 (HandleRef pThis) |
static internal IntPtr | vtkHardwareSelector_GenerateSelection_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHardwareSelector_GenerateSelection_06 (HandleRef pThis, IntPtr r, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHardwareSelector_GenerateSelection_07 (HandleRef pThis, uint x1, uint y1, uint x2, uint y2, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHardwareSelector_GetArea_08 (HandleRef pThis) |
static internal void | vtkHardwareSelector_GetArea_09 (HandleRef pThis, ref uint _arg1, ref uint _arg2, ref uint _arg3, ref uint _arg4) |
static internal void | vtkHardwareSelector_GetArea_10 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkHardwareSelector_GetCurrentPass_11 (HandleRef pThis) |
static internal int | vtkHardwareSelector_GetFieldAssociation_12 (HandleRef pThis) |
static internal byte | vtkHardwareSelector_GetPixelInformation_13 (HandleRef pThis, IntPtr display_position, ref int processId, ref int attrId, HandleRef prop) |
static internal byte | vtkHardwareSelector_GetPixelInformation_14 (HandleRef pThis, IntPtr display_position, ref int processId, ref int attrId, HandleRef prop, int maxDist) |
static internal int | vtkHardwareSelector_GetProcessID_15 (HandleRef pThis) |
static internal IntPtr | vtkHardwareSelector_GetPropFromID_16 (HandleRef pThis, int id, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHardwareSelector_GetRenderer_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkHardwareSelector_IsA_18 (HandleRef pThis, string type) |
static internal int | vtkHardwareSelector_IsTypeOf_19 (string type) |
static internal IntPtr | vtkHardwareSelector_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHardwareSelector_RenderAttributeId_22 (HandleRef pThis, int attribid) |
static internal void | vtkHardwareSelector_RenderCompositeIndex_23 (HandleRef pThis, uint index) |
static internal IntPtr | vtkHardwareSelector_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHardwareSelector_Select_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHardwareSelector_SetArea_26 (HandleRef pThis, uint _arg1, uint _arg2, uint _arg3, uint _arg4) |
static internal void | vtkHardwareSelector_SetArea_27 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkHardwareSelector_SetFieldAssociation_28 (HandleRef pThis, int _arg) |
static internal void | vtkHardwareSelector_SetProcessID_29 (HandleRef pThis, int _arg) |
static internal void | vtkHardwareSelector_SetRenderer_30 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkHardwareSelector () |
Automatically generated type registration mechanics. |
vtkHardwareSelector - manager for OpenGL-based selection.
Description vtkHardwareSelector is a helper that orchestrates color buffer based selection. This relies on OpenGL. vtkHardwareSelector can be used to select visible cells or points within a given rectangle of the RenderWindow. To use it, call in order:
Limitations: Antialiasing will break this class. If your graphics card settings force their use this class will return invalid results.
Currently only cells from PolyDataMappers can be selected from. When vtkRenderer::Selector is non-null vtkPainterPolyDataMapper uses the vtkHardwareSelectionPolyDataPainter which make appropriate calls to BeginRenderProp(), EndRenderProp(), RenderAttributeId() to render colors correctly. Until alternatives to vtkHardwareSelectionPolyDataPainter exist that can do a similar coloration of other vtkDataSet types, only polygonal data can be selected. If you need to select other data types, consider using vtkDataSetMapper and turning on it's PassThroughCellIds feature, or using vtkFrustumExtractor.
Only Opaque geometry in Actors is selected from. Assemblies and LODMappers are not currently supported.
During selection, visible datasets that can not be selected from are temporarily hidden so as not to produce invalid indices from their colors.
returns the prop associated with a ID. This is valid only until ReleasePixBuffers() gets called.
static Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Struct used to return information about a pixel location.
Called by the mapper (vtkHardwareSelectionPolyDataPainter) before and after rendering each prop.
virtual bool Kitware.VTK.vtkHardwareSelector.CaptureBuffers | ( | ) | [virtual] |
It is possible to use the vtkHardwareSelector for a custom picking. (Look at vtkScenePicker). In that case instead of Select() on can use CaptureBuffers() to render the selection buffers and then get information about pixel locations suing GetPixelInformation(). Use ClearBuffers() to clear buffers after one's done with the scene. The optional final parameter maxDist will look for a cell within the specified number of pixels from display_position.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
It is possible to use the vtkHardwareSelector for a custom picking. (Look at vtkScenePicker). In that case instead of Select() on can use CaptureBuffers() to render the selection buffers and then get information about pixel locations suing GetPixelInformation(). Use ClearBuffers() to clear buffers after one's done with the scene. The optional final parameter maxDist will look for a cell within the specified number of pixels from display_position.
override void Kitware.VTK.vtkHardwareSelector.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.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
Called by the mapper (vtkHardwareSelectionPolyDataPainter) before and after rendering each prop.
virtual vtkSelection Kitware.VTK.vtkHardwareSelector.GenerateSelection | ( | ) | [virtual] |
Generates the vtkSelection from pixel buffers. Requires that CaptureBuffers() has already been called. Optionally you may pass a screen region (xmin, ymin, xmax, ymax) to generate a selection from. The region must be a subregion of the region specified by SetArea(), otherwise it will be clipped to that region.
virtual vtkSelection Kitware.VTK.vtkHardwareSelector.GenerateSelection | ( | IntPtr | r | ) | [virtual] |
Generates the vtkSelection from pixel buffers. Requires that CaptureBuffers() has already been called. Optionally you may pass a screen region (xmin, ymin, xmax, ymax) to generate a selection from. The region must be a subregion of the region specified by SetArea(), otherwise it will be clipped to that region.
virtual vtkSelection Kitware.VTK.vtkHardwareSelector.GenerateSelection | ( | uint | x1, |
uint | y1, | ||
uint | x2, | ||
uint | y2 | ||
) | [virtual] |
Generates the vtkSelection from pixel buffers. Requires that CaptureBuffers() has already been called. Optionally you may pass a screen region (xmin, ymin, xmax, ymax) to generate a selection from. The region must be a subregion of the region specified by SetArea(), otherwise it will be clipped to that region.
virtual uint [] Kitware.VTK.vtkHardwareSelector.GetArea | ( | ) | [virtual] |
Get/Set the area to select as (xmin, ymin, xmax, ymax).
virtual void Kitware.VTK.vtkHardwareSelector.GetArea | ( | ref uint | _arg1, |
ref uint | _arg2, | ||
ref uint | _arg3, | ||
ref uint | _arg4 | ||
) | [virtual] |
Get/Set the area to select as (xmin, ymin, xmax, ymax).
virtual void Kitware.VTK.vtkHardwareSelector.GetArea | ( | IntPtr | _arg | ) | [virtual] |
Get/Set the area to select as (xmin, ymin, xmax, ymax).
virtual int Kitware.VTK.vtkHardwareSelector.GetCurrentPass | ( | ) | [virtual] |
Get the current pass number.
virtual int Kitware.VTK.vtkHardwareSelector.GetFieldAssociation | ( | ) | [virtual] |
Set the field type to select. Valid values are.
bool Kitware.VTK.vtkHardwareSelector.GetPixelInformation | ( | IntPtr | display_position, |
ref int | processId, | ||
ref int | attrId, | ||
vtkProp | prop | ||
) |
bool Kitware.VTK.vtkHardwareSelector.GetPixelInformation | ( | IntPtr | display_position, |
ref int | processId, | ||
ref int | attrId, | ||
vtkProp | prop, | ||
int | maxDist | ||
) |
virtual int Kitware.VTK.vtkHardwareSelector.GetProcessID | ( | ) | [virtual] |
Get/Set the process id. If process id < 0 (default -1), then the PROCESS_PASS is not rendered.
returns the prop associated with a ID. This is valid only until ReleasePixBuffers() gets called.
virtual vtkRenderer Kitware.VTK.vtkHardwareSelector.GetRenderer | ( | ) | [virtual] |
Get/Set the renderer to perform the selection on.
override int Kitware.VTK.vtkHardwareSelector.IsA | ( | string | type | ) | [virtual] |
Struct used to return information about a pixel location.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
static new int Kitware.VTK.vtkHardwareSelector.IsTypeOf | ( | string | type | ) | [static] |
Struct used to return information about a pixel location.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
static new vtkHardwareSelector Kitware.VTK.vtkHardwareSelector.New | ( | ) | [static] |
Struct used to return information about a pixel location.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
Struct used to return information about a pixel location.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
void Kitware.VTK.vtkHardwareSelector.RenderAttributeId | ( | int | attribid | ) |
void Kitware.VTK.vtkHardwareSelector.RenderCompositeIndex | ( | uint | index | ) |
static new vtkHardwareSelector Kitware.VTK.vtkHardwareSelector.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Struct used to return information about a pixel location.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
Perform the selection. Returns a new instance of vtkSelection containing the selection on success.
virtual void Kitware.VTK.vtkHardwareSelector.SetArea | ( | uint | _arg1, |
uint | _arg2, | ||
uint | _arg3, | ||
uint | _arg4 | ||
) | [virtual] |
Get/Set the area to select as (xmin, ymin, xmax, ymax).
virtual void Kitware.VTK.vtkHardwareSelector.SetArea | ( | IntPtr | _arg | ) | [virtual] |
Get/Set the area to select as (xmin, ymin, xmax, ymax).
virtual void Kitware.VTK.vtkHardwareSelector.SetFieldAssociation | ( | int | _arg | ) | [virtual] |
Set the field type to select. Valid values are.
virtual void Kitware.VTK.vtkHardwareSelector.SetProcessID | ( | int | _arg | ) | [virtual] |
Get/Set the process id. If process id < 0 (default -1), then the PROCESS_PASS is not rendered.
void Kitware.VTK.vtkHardwareSelector.SetRenderer | ( | vtkRenderer | arg0 | ) |
Get/Set the renderer to perform the selection on.
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_BeginRenderProp_01 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_CaptureBuffers_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_ClearBuffers_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_EndRenderProp_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GenerateSelection_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GenerateSelection_06 | ( | HandleRef | pThis, |
IntPtr | r, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GenerateSelection_07 | ( | HandleRef | pThis, |
uint | x1, | ||
uint | y1, | ||
uint | x2, | ||
uint | y2, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetArea_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetArea_09 | ( | HandleRef | pThis, |
ref uint | _arg1, | ||
ref uint | _arg2, | ||
ref uint | _arg3, | ||
ref uint | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetArea_10 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetCurrentPass_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetFieldAssociation_12 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetPixelInformation_13 | ( | HandleRef | pThis, |
IntPtr | display_position, | ||
ref int | processId, | ||
ref int | attrId, | ||
HandleRef | prop | ||
) | [private] |
static internal byte Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetPixelInformation_14 | ( | HandleRef | pThis, |
IntPtr | display_position, | ||
ref int | processId, | ||
ref int | attrId, | ||
HandleRef | prop, | ||
int | maxDist | ||
) | [private] |
static internal int Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetProcessID_15 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetPropFromID_16 | ( | HandleRef | pThis, |
int | id, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_GetRenderer_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_IsA_18 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_IsTypeOf_19 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_NewInstance_21 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_RenderAttributeId_22 | ( | HandleRef | pThis, |
int | attribid | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_RenderCompositeIndex_23 | ( | HandleRef | pThis, |
uint | index | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_Select_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_SetArea_26 | ( | HandleRef | pThis, |
uint | _arg1, | ||
uint | _arg2, | ||
uint | _arg3, | ||
uint | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_SetArea_27 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_SetFieldAssociation_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_SetProcessID_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHardwareSelector.vtkHardwareSelector_SetRenderer_30 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkHardwareSelector.MRClassNameKey = "19vtkHardwareSelector" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.
new const string Kitware.VTK.vtkHardwareSelector.MRFullTypeName = "Kitware.VTK.vtkHardwareSelector" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkPHardwareSelector.