Public Member Functions | |
| override void | Dispose () |
| GridKey (HPS.Key in_that) | |
| GridKey (HPS.GridKey in_that) | |
| override HPS.Type | ObjectType () |
| void | Consume (HPS.GridKit in_kit) |
| void | Set (HPS.GridKit in_kit) |
| void | Show (out HPS.GridKit out_kit) |
| HPS.GridKey | SetType (HPS.Grid.Type in_type) |
| HPS.GridKey | SetOrigin (HPS.Point in_origin) |
| HPS.GridKey | SetFirstPoint (HPS.Point in_first_point) |
| HPS.GridKey | SetSecondPoint (HPS.Point in_second_point) |
| HPS.GridKey | SetFirstCount (int in_first_count) |
| HPS.GridKey | SetSecondCount (int in_second_count) |
| bool | ShowType (out HPS.Grid.Type out_type) |
| bool | ShowOrigin (out HPS.Point out_origin) |
| bool | ShowFirstPoint (out HPS.Point out_first_point) |
| bool | ShowSecondPoint (out HPS.Point out_second_point) |
| bool | ShowFirstCount (out int out_first_count) |
| bool | ShowSecondCount (out int out_second_count) |
Public Member Functions inherited from HPS.GeometryKey | |
| GeometryKey (HPS.Key in_that) | |
| GeometryKey (HPS.GeometryKey in_that) | |
| ulong | ShowReferrers (out HPS.SegmentKey[] out_segments) |
| ulong | ShowReferrers (out HPS.ReferenceKey[] out_references) |
| HPS.GeometryKey | SetPriority (int in_priority) |
| HPS.GeometryKey | UnsetPriority () |
| bool | ShowPriority (out int out_priority) |
| HPS.GeometryKey | SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data) |
| HPS.GeometryKey | SetUserData (IntPtr in_index, byte[] in_data) |
| HPS.GeometryKey | SetUserData (IntPtr[] in_indices, byte[][] in_data) |
| HPS.GeometryKey | UnsetUserData (IntPtr in_index) |
| HPS.GeometryKey | UnsetUserData (IntPtr[] in_indices) |
| HPS.GeometryKey | UnsetAllUserData () |
| ulong | ShowUserDataCount () |
| bool | ShowUserDataIndices (out IntPtr[] out_indices) |
| bool | ShowUserData (IntPtr in_index, out byte[] out_data) |
| bool | ShowUserData (out IntPtr[] out_indices, out byte[][] out_data) |
| bool | ShowBoundings (out HPS.BoundingKit out_kit) |
Public Member Functions inherited from HPS.Key | |
| override void | Dispose () |
| Key (HPS.Key in_that) | |
| Key (HPS.Control in_control) | |
| override HPS.Type | ObjectType () |
| bool | HasOwner () |
| HPS.SegmentKey | Up () |
| HPS.SegmentKey | Owner () |
| void | Delete () |
| void | MoveTo (HPS.SegmentKey in_new_owner) |
| HPS.Key | CopyTo (HPS.SegmentKey in_destination) |
| virtual void | Assign (HPS.Key in_that) |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.Key in_that) |
| ulong | GetHash () |
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.Key | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Static Public Member Functions inherited from HPS.Key | |
| static bool | operator== (HPS.Key a, HPS.Key b) |
| static bool | operator!= (HPS.Key a, HPS.Key b) |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |