LineKit
-
class
HPS.LineKit
: HPS.Kit Public Functions
-
void
Consume
(HPS.LineKit in_kit)
-
override void
Dispose
()
-
HPS.LineKit
EditPointsByDeletion
(ulong in_offset, ulong in_count)
-
HPS.LineKit
EditPointsByInsertion
(ulong in_offset, HPS.Point[] in_points)
-
HPS.LineKit
EditPointsByReplacement
(ulong in_offset, HPS.Point[] in_points)
-
override bool
Empty
()
-
bool
Equals
(HPS.LineKit in_kit)
-
override bool
Equals
(Object obj)
-
override int
GetHashCode
()
-
ulong
GetPointCount
()
-
LineKit
()
-
LineKit
(HPS.LineKit in_kit)
-
override HPS.Type
ObjectType
()
-
void
Set
(HPS.LineKit in_kit)
-
HPS.LineKit
SetPointCoordinateSpace
(HPS.Line.CoordinateSpace[] in_spaces)
-
HPS.LineKit
SetPointCoordinateSpace
(ulong[] in_indices, HPS.Line.CoordinateSpace[] in_spaces)
-
HPS.LineKit
SetPoints
(HPS.Point[] in_points)
-
HPS.LineKit
SetPoints
(HPS.Point[] in_points, HPS.Line.CoordinateSpace[] in_spaces)
-
HPS.LineKit
SetPriority
(int in_priority)
-
HPS.LineKit
SetUserData
(IntPtr in_index, byte[] in_data)
-
HPS.LineKit
SetUserData
(IntPtr in_index, ulong in_bytes, byte[] in_data)
-
HPS.LineKit
SetUserData
(IntPtr[] in_indices, byte[][] in_data)
-
void
Show
(out HPS.LineKit out_kit)
-
bool
ShowPointCoordinateSpace
(out HPS.Line.CoordinateSpace[] out_spaces)
-
bool
ShowPointCoordinateSpace
(ulong[] in_indices, out HPS.Line.CoordinateSpace[] out_spaces)
-
bool
ShowPoints
(out HPS.Point[] out_points, out HPS.Line.CoordinateSpace[] out_coordinate_spaces)
-
bool
ShowPriority
(out int out_priority)
-
bool
ShowUserData
(IntPtr in_index, out byte[] out_data)
-
bool
ShowUserData
(out IntPtr[] out_indices, out byte[][] out_data)
-
ulong
ShowUserDataCount
()
-
bool
ShowUserDataIndices
(out IntPtr[] out_indices)
-
HPS.LineKit
UnsetAllUserData
()
-
HPS.LineKit
UnsetEverything
()
-
HPS.LineKit
UnsetPointCoordinateSpace
()
-
HPS.LineKit
UnsetPointCoordinateSpace
(ulong[] in_indices)
-
HPS.LineKit
UnsetPoints
()
-
HPS.LineKit
UnsetPriority
()
-
HPS.LineKit
UnsetUserData
(IntPtr in_index)
-
HPS.LineKit
UnsetUserData
(IntPtr[] in_indices)
Public Static Functions
-
bool
operator!=
(HPS.LineKit a, HPS.LineKit b)
-
bool
operator==
(HPS.LineKit a, HPS.LineKit b)
-
void