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

Public Member Functions

override void Dispose ()
 
 CylinderKit (HPS.CylinderKit in_kit)
 
override HPS.Type ObjectType ()
 
void Consume (HPS.CylinderKit in_kit)
 
void Set (HPS.CylinderKit in_kit)
 
void Show (out HPS.CylinderKit out_kit)
 
override bool Empty ()
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.CylinderKit in_kit)
 
ulong GetPointCount ()
 
HPS.CylinderKit SetPriority (int in_priority)
 
HPS.CylinderKit UnsetPriority ()
 
bool ShowPriority (out int out_priority)
 
HPS.CylinderKit SetPoints (HPS.Point[] in_points)
 
HPS.CylinderKit SetRadii (float[] in_radii)
 
HPS.CylinderKit SetCaps (HPS.Cylinder.Capping in_capping)
 
HPS.CylinderKit UnsetPoints ()
 
HPS.CylinderKit UnsetRadii ()
 
HPS.CylinderKit UnsetCaps ()
 
HPS.CylinderKit UnsetEverything ()
 
bool ShowPoints (out HPS.Point[] out_points)
 
bool ShowPointsByRange (ulong in_start_index, ulong in_count, out HPS.Point[] out_points)
 
bool ShowPointsByList (ulong[] in_indices, out HPS.Point[] out_points)
 
bool ShowRadii (out float[] out_radii)
 
bool ShowCaps (out HPS.Cylinder.Capping out_caps)
 
HPS.CylinderKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.CylinderKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.CylinderKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
 
HPS.CylinderKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
 
HPS.CylinderKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.CylinderKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.CylinderKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
 
HPS.CylinderKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
 
HPS.CylinderKit UnsetVertexColors ()
 
HPS.CylinderKit UnsetVertexColors (HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit UnsetVertexColorsByRange (ulong in_start, ulong in_count)
 
HPS.CylinderKit UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.Cylinder.Component in_apply_to)
 
HPS.CylinderKit UnsetVertexColorsByList (ulong[] in_vertices)
 
HPS.CylinderKit UnsetVertexColorsByList (ulong[] in_vertices, HPS.Cylinder.Component in_apply_to)
 
bool ShowVertexColorsByRange (ulong in_start, ulong in_count, HPS.Cylinder.Component in_applied_to, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out float[] out_indices)
 
bool ShowVertexColorsByList (ulong[] in_vertices, HPS.Cylinder.Component in_applied_to, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out float[] out_indices)
 
HPS.CylinderKit SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data)
 
HPS.CylinderKit SetUserData (IntPtr in_index, byte[] in_data)
 
HPS.CylinderKit SetUserData (IntPtr[] in_indices, byte[][] in_data)
 
HPS.CylinderKit UnsetUserData (IntPtr in_index)
 
HPS.CylinderKit UnsetUserData (IntPtr[] in_indices)
 
HPS.CylinderKit 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)
 
- 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 bool operator== (HPS.CylinderKit a, HPS.CylinderKit b)
 
static bool operator!= (HPS.CylinderKit a, HPS.CylinderKit 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
 

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