Public Member Functions | Protected Member Functions | List of all members
HPS.SelectionControl Class Reference
Inheritance diagram for HPS.SelectionControl:
HPS.Object

Public Member Functions

override void Dispose ()
 
 SelectionControl (HPS.WindowKey in_window)
 
 SelectionControl (HPS.SelectionControl in_that)
 
override HPS.Type ObjectType ()
 
ulong SelectByPoint (HPS.Point in_location, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByPoint (HPS.Point in_location, out HPS.SelectionResults out_results)
 
ulong SelectByArea (HPS.Rectangle in_area, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByArea (HPS.Rectangle in_area, out HPS.SelectionResults out_results)
 
ulong SelectByPolygon (HPS.Point[] in_points, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByPolygon (HPS.Point[] in_points, out HPS.SelectionResults out_results)
 
ulong SelectByLine (HPS.Point[] in_points, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByLine (HPS.Point[] in_points, out HPS.SelectionResults out_results)
 
ulong SelectByShell (HPS.ShellKit in_shell, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByShell (HPS.ShellKit in_shell, out HPS.SelectionResults out_results)
 
ulong SelectByShell (HPS.ShellKey in_shell, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByShell (HPS.ShellKey in_shell, out HPS.SelectionResults out_results)
 
ulong SelectByVolume (HPS.SimpleCuboid in_volume, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByVolume (HPS.SimpleCuboid in_volume, out HPS.SelectionResults out_results)
 
ulong SelectByRay (HPS.Point in_start_point, HPS.Vector in_direction, HPS.SelectionOptionsKit in_options, out HPS.SelectionResults out_results)
 
ulong SelectByRay (HPS.Point in_start_point, HPS.Vector in_direction, out HPS.SelectionResults out_results)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual bool Empty ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

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