Public Member Functions | |
| override void | Dispose () |
| SelectionOptionsKit (HPS.SelectionOptionsKit in_kit) | |
| override HPS.Type | ObjectType () |
| void | Set (HPS.SelectionOptionsKit in_kit) |
| void | Show (out HPS.SelectionOptionsKit out_kit) |
| override bool | Empty () |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.SelectionOptionsKit in_kit) |
| HPS.SelectionOptionsKit | SetProximity (float in_proximity) |
| HPS.SelectionOptionsKit | SetLevel (HPS.Selection.Level in_level) |
| HPS.SelectionOptionsKit | SetInternalLimit (ulong in_limit) |
| HPS.SelectionOptionsKit | SetRelatedLimit (ulong in_limit) |
| HPS.SelectionOptionsKit | SetSorting (bool in_sorted) |
| HPS.SelectionOptionsKit | SetAlgorithm (HPS.Selection.Algorithm in_algorithm) |
| HPS.SelectionOptionsKit | SetGranularity (HPS.Selection.Granularity in_granularity) |
| HPS.SelectionOptionsKit | SetScope (HPS.SegmentKey in_start_segment) |
| HPS.SelectionOptionsKit | SetScope (HPS.KeyPath in_start_path) |
| HPS.SelectionOptionsKit | SetTreeContext (HPS.TreeContext in_tree_context) |
| HPS.SelectionOptionsKit | SetExtentCullingRespected (bool in_state) |
| HPS.SelectionOptionsKit | SetDeferralExtentCullingRespected (bool in_state) |
| HPS.SelectionOptionsKit | SetFrustumCullingRespected (bool in_state) |
| HPS.SelectionOptionsKit | SetVectorCullingRespected (bool in_state) |
| HPS.SelectionOptionsKit | UnsetProximity () |
| HPS.SelectionOptionsKit | UnsetLevel () |
| HPS.SelectionOptionsKit | UnsetInternalLimit () |
| HPS.SelectionOptionsKit | UnsetRelatedLimit () |
| HPS.SelectionOptionsKit | UnsetSorting () |
| HPS.SelectionOptionsKit | UnsetAlgorithm () |
| HPS.SelectionOptionsKit | UnsetGranularity () |
| HPS.SelectionOptionsKit | UnsetScope () |
| HPS.SelectionOptionsKit | UnsetTreeContext () |
| HPS.SelectionOptionsKit | UnsetExtentCullingRespected () |
| HPS.SelectionOptionsKit | UnsetDeferralExtentCullingRespected () |
| HPS.SelectionOptionsKit | UnsetFrustumCullingRespected () |
| HPS.SelectionOptionsKit | UnsetVectorCullingRespected () |
| HPS.SelectionOptionsKit | UnsetEverything () |
| bool | ShowProximity (out float out_proximity) |
| bool | ShowLevel (out HPS.Selection.Level out_level) |
| bool | ShowInternalLimit (out ulong out_limit) |
| bool | ShowRelatedLimit (out ulong out_limit) |
| bool | ShowSorting (out bool out_sorted) |
| bool | ShowAlgorithm (out HPS.Selection.Algorithm out_algorithm) |
| bool | ShowGranularity (out HPS.Selection.Granularity out_granularity) |
| bool | ShowScope (out HPS.KeyPath out_start_path) |
| bool | ShowTreeContext (out HPS.TreeContext out_tree_context) |
| bool | ShowExtentCullingRespected (out bool out_state) |
| bool | ShowDeferralExtentCullingRespected (out bool out_state) |
| bool | ShowFrustumCullingRespected (out bool out_state) |
| bool | ShowVectorCullingRespected (out bool out_state) |
Public Member Functions inherited from HPS.Object | |
| IntPtr | GetClassID () |
| Object (HPS.Object in_that) | |
| HPS.Type | Type () |
| virtual void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Static Public Member Functions | |
| static HPS.SelectionOptionsKit | GetDefault () |
| static bool | operator== (HPS.SelectionOptionsKit a, HPS.SelectionOptionsKit b) |
| static bool | operator!= (HPS.SelectionOptionsKit a, HPS.SelectionOptionsKit b) |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |