CylinderKit

class HPS.CylinderKit : public HPS.Kit

Public Functions

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

Public Static Functions

bool operator!= (HPS.CylinderKit a, HPS.CylinderKit b)
bool operator== (HPS.CylinderKit a, HPS.CylinderKit b)