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

Public Member Functions

override void Dispose ()
 
 ShellKit (HPS.ShellKit in_kit)
 
override HPS.Type ObjectType ()
 
void Consume (HPS.ShellKit in_kit)
 
void Set (HPS.ShellKit in_kit)
 
void Show (out HPS.ShellKit out_kit)
 
ulong GetPointCount ()
 
ulong GetFaceCount ()
 
override bool Empty ()
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.ShellKit in_kit)
 
HPS.ShellKit SetPriority (int in_priority)
 
HPS.ShellKit UnsetPriority ()
 
bool ShowPriority (out int out_priority)
 
HPS.ShellKit SetPoints (HPS.Point[] in_points)
 
HPS.ShellKit SetFacelist (int[] in_facelist)
 
HPS.ShellKit SetTristrips (int[] in_tristrips)
 
HPS.ShellKit UnsetPoints ()
 
HPS.ShellKit UnsetFacelist ()
 
HPS.ShellKit UnsetTristrips ()
 
HPS.ShellKit 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 ShowFacelist (out int[] out_facelist)
 
bool ShowTristrips (out int[] out_tristrips)
 
HPS.ShellKit SetMaterialMapping (HPS.MaterialMappingKit in_kit)
 
HPS.ShellKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.ShellKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
 
HPS.ShellKit SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors)
 
HPS.ShellKit SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color)
 
HPS.ShellKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors)
 
HPS.ShellKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color)
 
HPS.ShellKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.ShellKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.ShellKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
 
HPS.ShellKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
 
HPS.ShellKit SetVertexNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.ShellKit SetVertexNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.ShellKit SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector[] in_normals)
 
HPS.ShellKit SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector in_normal)
 
HPS.ShellKit SetVertexParametersByRange (ulong in_start, float[] in_params, ulong in_param_width)
 
HPS.ShellKit SetVertexParametersByRange (ulong in_start, float[] in_params)
 
HPS.ShellKit SetVertexParametersByList (ulong[] in_vertices, float[] in_params, ulong in_param_width)
 
HPS.ShellKit SetVertexParametersByList (ulong[] in_vertices, float[] in_params)
 
HPS.ShellKit SetVertexVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.ShellKit SetVertexVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.ShellKit SetVertexVisibilitiesByList (ulong[] in_vertices, bool[] in_visibilities)
 
HPS.ShellKit SetVertexVisibilitiesByList (ulong[] in_vertices, bool in_visibility)
 
HPS.ShellKit UnsetMaterialMapping ()
 
HPS.ShellKit UnsetVertexColors ()
 
HPS.ShellKit UnsetVertexColors (HPS.Shell.Component in_apply_to)
 
HPS.ShellKit UnsetVertexColorsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit UnsetVertexColorsByList (ulong[] in_vertices)
 
HPS.ShellKit UnsetVertexColorsByList (ulong[] in_vertices, HPS.Shell.Component in_apply_to)
 
HPS.ShellKit UnsetVertexNormals ()
 
HPS.ShellKit UnsetVertexNormalsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetVertexNormalsByList (ulong[] in_vertices)
 
HPS.ShellKit UnsetVertexParameters ()
 
HPS.ShellKit UnsetVertexParametersByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetVertexParametersByList (ulong[] in_vertices)
 
HPS.ShellKit UnsetVertexVisibilities ()
 
HPS.ShellKit UnsetVertexVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetVertexVisibilitiesByList (ulong[] in_vertices)
 
HPS.ShellKit UnsetVertexEverything ()
 
bool ShowMaterialMapping (out HPS.MaterialMappingKit out_kit)
 
bool ShowVertexColorsByRange (ulong in_start, ulong in_count, HPS.Shell.Component in_applied_to, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out HPS.RGBAColor[] out_rgba_colors, out float[] out_indices)
 
bool ShowVertexColorsByList (ulong[] in_vertices, HPS.Shell.Component in_applied_to, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out HPS.RGBAColor[] out_rgba_colors, out float[] out_indices)
 
bool ShowVertexNormalsByRange (ulong in_start, ulong in_count, out bool[] out_validities, out HPS.Vector[] out_normals)
 
bool ShowVertexNormalsByList (ulong[] in_vertices, out bool[] out_validities, out HPS.Vector[] out_normals)
 
bool ShowVertexParametersByRange (ulong in_start, ulong in_count, out bool[] out_validities, out float[] out_params)
 
bool ShowVertexParametersByRange (ulong in_start, ulong in_count, out bool[] out_validities, out float[] out_params, out ulong out_param_width)
 
bool ShowVertexParametersByList (ulong[] in_vertices, out bool[] out_validities, out float[] out_params)
 
bool ShowVertexParametersByList (ulong[] in_vertices, out bool[] out_validities, out float[] out_params, out ulong out_param_width)
 
bool ShowVertexVisibilitiesByRange (ulong in_start, ulong in_count, out bool[] out_validities, out bool[] out_visibilities)
 
bool ShowVertexVisibilitiesByList (ulong[] in_vertices, out bool[] out_validities, out bool[] out_visibilities)
 
HPS.ShellKit SetFaceRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKit SetFaceRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.ShellKit SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKit SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor in_rgb_color)
 
HPS.ShellKit SetFaceIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.ShellKit SetFaceIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.ShellKit SetFaceIndexColorsByList (ulong[] in_faces, float[] in_indices)
 
HPS.ShellKit SetFaceIndexColorsByList (ulong[] in_faces, float in_index)
 
HPS.ShellKit SetFaceNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.ShellKit SetFaceNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.ShellKit SetFaceNormalsByList (ulong[] in_faces, HPS.Vector[] in_normals)
 
HPS.ShellKit SetFaceNormalsByList (ulong[] in_faces, HPS.Vector in_normal)
 
HPS.ShellKit SetFaceVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.ShellKit SetFaceVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.ShellKit SetFaceVisibilitiesByList (ulong[] in_faces, bool[] in_visibilities)
 
HPS.ShellKit SetFaceVisibilitiesByList (ulong[] in_faces, bool in_visibility)
 
HPS.ShellKit UnsetFaceColors ()
 
HPS.ShellKit UnsetFaceColorsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetFaceColorsByList (ulong[] in_faces)
 
HPS.ShellKit UnsetFaceNormals ()
 
HPS.ShellKit UnsetFaceNormalsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetFaceNormalsByList (ulong[] in_vertices)
 
HPS.ShellKit UnsetFaceVisibilities ()
 
HPS.ShellKit UnsetFaceVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.ShellKit UnsetFaceVisibilitiesByList (ulong[] in_vertices)
 
HPS.ShellKit UnsetFaceEverything ()
 
bool ShowFaceColorsByRange (ulong in_start, ulong in_count, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out float[] out_indices)
 
bool ShowFaceColorsByList (ulong[] in_faces, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out float[] out_indices)
 
bool ShowFaceNormalsByRange (ulong in_start, ulong in_count, out bool[] out_validities, out HPS.Vector[] out_normals)
 
bool ShowFaceNormalsByList (ulong[] in_faces, out bool[] out_validities, out HPS.Vector[] out_normals)
 
bool ShowFaceVisibilitiesByRange (ulong in_start, ulong in_count, out bool[] out_validities, out bool[] out_visibilities)
 
bool ShowFaceVisibilitiesByList (ulong[] in_faces, out bool[] out_validities, out bool[] out_visibilities)
 
HPS.ShellKit EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points)
 
HPS.ShellKit EditPointsByDeletion (ulong in_offset, ulong in_count)
 
HPS.ShellKit EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points)
 
HPS.ShellKit EditFacelistByInsertion (ulong in_offset, int[] in_facelist)
 
HPS.ShellKit EditFacelistByDeletion (ulong in_offset, ulong in_count)
 
HPS.ShellKit EditFacelistByReplacement (ulong in_offset, int[] in_facelist)
 
void Optimize (HPS.ShellOptimizationOptionsKit in_shell_optimization_kit)
 
void ComputeRelation (HPS.Point[] in_points, HPS.ShellRelationOptionsKit in_options, out HPS.ShellRelationResultsKit out_results)
 
void ComputeRelation (HPS.ShellKey in_points_source, HPS.ShellRelationOptionsKit in_options, out HPS.ShellRelationResultsKit out_results)
 
void ComputeRelation (HPS.ShellKit in_points_source, HPS.ShellRelationOptionsKit in_options, out HPS.ShellRelationResultsKit out_results)
 
HPS.ShellKit SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data)
 
HPS.ShellKit SetUserData (IntPtr in_index, byte[] in_data)
 
HPS.ShellKit SetUserData (IntPtr[] in_indices, byte[][] in_data)
 
HPS.ShellKit UnsetUserData (IntPtr in_index)
 
HPS.ShellKit UnsetUserData (IntPtr[] in_indices)
 
HPS.ShellKit 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.ShellKit a, HPS.ShellKit b)
 
static bool operator!= (HPS.ShellKit a, HPS.ShellKit 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: