Public Member Functions | |
| override void | Dispose () |
| CullingKit (HPS.CullingKit in_kit) | |
| override HPS.Type | ObjectType () |
| void | Set (HPS.CullingKit in_kit) |
| void | Show (out HPS.CullingKit out_kit) |
| override bool | Empty () |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.CullingKit in_kit) |
| HPS.CullingKit | SetDeferralExtent (bool in_state, uint in_pixels) |
| HPS.CullingKit | SetDeferralExtent (uint in_pixels) |
| HPS.CullingKit | SetExtent (bool in_state, uint in_pixels) |
| HPS.CullingKit | SetExtent (uint in_pixels) |
| HPS.CullingKit | SetBackFace (bool in_state) |
| HPS.CullingKit | SetVector (bool in_state, HPS.Vector in_vector, float in_tolerance_degrees) |
| HPS.CullingKit | SetVector (HPS.Vector in_vector, float in_tolerance_degrees) |
| HPS.CullingKit | SetVector (bool in_state, HPS.Vector in_vector) |
| HPS.CullingKit | SetVector (bool in_state) |
| HPS.CullingKit | SetVector (HPS.Vector in_vector) |
| HPS.CullingKit | SetVectorTolerance (float in_tolerance_degrees) |
| HPS.CullingKit | SetFrustum (bool in_state) |
| HPS.CullingKit | UnsetDeferralExtent () |
| HPS.CullingKit | UnsetExtent () |
| HPS.CullingKit | UnsetBackFace () |
| HPS.CullingKit | UnsetVector () |
| HPS.CullingKit | UnsetVectorTolerance () |
| HPS.CullingKit | UnsetFrustum () |
| HPS.CullingKit | UnsetEverything () |
| bool | ShowDeferralExtent (out bool out_state, out uint out_pixels) |
| bool | ShowExtent (out bool out_state, out uint out_pixels) |
| bool | ShowBackFace (out bool out_state) |
| bool | ShowVector (out bool out_state, out HPS.Vector out_vector) |
| bool | ShowVectorTolerance (out float out_tolerance_degrees) |
| bool | ShowFrustum (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.CullingKit | GetDefault () |
| static bool | operator== (HPS.CullingKit a, HPS.CullingKit b) |
| static bool | operator!= (HPS.CullingKit a, HPS.CullingKit 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 |