Public Member Functions | Protected Member Functions | List of all members
HPS.ShellKey Class Reference
Inheritance diagram for HPS.ShellKey:
HPS.GeometryKey HPS.Key HPS.Object

Public Member Functions

override void Dispose ()
 
 ShellKey (HPS.Key in_that)
 
 ShellKey (HPS.ShellKey in_that)
 
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 ()
 
HPS.ShellKey SetPoints (HPS.Point[] in_points)
 
HPS.ShellKey SetFacelist (int[] in_facelist)
 
HPS.ShellKey SetTristrips (int[] in_tristrips)
 
HPS.ShellKey SetMaterialMapping (HPS.MaterialMappingKit in_kit)
 
HPS.ShellKey UnsetPoints ()
 
HPS.ShellKey UnsetFacelist ()
 
HPS.ShellKey UnsetTristrips ()
 
HPS.ShellKey UnsetMaterialMapping ()
 
HPS.ShellKey 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)
 
bool ShowMaterialMapping (out HPS.MaterialMappingKit out_kit)
 
HPS.ShellKey SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKey SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.ShellKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
 
HPS.ShellKey SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors)
 
HPS.ShellKey SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color)
 
HPS.ShellKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors)
 
HPS.ShellKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color)
 
HPS.ShellKey SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.ShellKey SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.ShellKey SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
 
HPS.ShellKey SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
 
HPS.ShellKey SetVertexNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.ShellKey SetVertexNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.ShellKey SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector[] in_normals)
 
HPS.ShellKey SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector in_normal)
 
HPS.ShellKey SetVertexParametersByRange (ulong in_start, float[] in_params, ulong in_param_width)
 
HPS.ShellKey SetVertexParametersByRange (ulong in_start, float[] in_params)
 
HPS.ShellKey SetVertexParametersByList (ulong[] in_vertices, float[] in_params, ulong in_param_width)
 
HPS.ShellKey SetVertexParametersByList (ulong[] in_vertices, float[] in_params)
 
HPS.ShellKey SetVertexVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.ShellKey SetVertexVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.ShellKey SetVertexVisibilitiesByList (ulong[] in_vertices, bool[] in_visibilities)
 
HPS.ShellKey SetVertexVisibilitiesByList (ulong[] in_vertices, bool in_visibility)
 
HPS.ShellKey UnsetVertexColors ()
 
HPS.ShellKey UnsetVertexColors (HPS.Shell.Component in_apply_to)
 
HPS.ShellKey UnsetVertexColorsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey UnsetVertexColorsByList (ulong[] in_vertices)
 
HPS.ShellKey UnsetVertexColorsByList (ulong[] in_vertices, HPS.Shell.Component in_apply_to)
 
HPS.ShellKey UnsetVertexNormals ()
 
HPS.ShellKey UnsetVertexNormalsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetVertexNormalsByList (ulong[] in_vertices)
 
HPS.ShellKey UnsetVertexParameters ()
 
HPS.ShellKey UnsetVertexParametersByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetVertexParametersByList (ulong[] in_vertices)
 
HPS.ShellKey UnsetVertexVisibilities ()
 
HPS.ShellKey UnsetVertexVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetVertexVisibilitiesByList (ulong[] in_vertices)
 
HPS.ShellKey UnsetVertexEverything ()
 
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.ShellKey SetFaceRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKey SetFaceRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.ShellKey SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor[] in_rgb_colors)
 
HPS.ShellKey SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor in_rgb_color)
 
HPS.ShellKey SetFaceIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.ShellKey SetFaceIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.ShellKey SetFaceIndexColorsByList (ulong[] in_faces, float[] in_indices)
 
HPS.ShellKey SetFaceIndexColorsByList (ulong[] in_faces, float in_index)
 
HPS.ShellKey SetFaceNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.ShellKey SetFaceNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.ShellKey SetFaceNormalsByList (ulong[] in_faces, HPS.Vector[] in_normals)
 
HPS.ShellKey SetFaceNormalsByList (ulong[] in_faces, HPS.Vector in_normal)
 
HPS.ShellKey SetFaceVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.ShellKey SetFaceVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.ShellKey SetFaceVisibilitiesByList (ulong[] in_faces, bool[] in_visibilities)
 
HPS.ShellKey SetFaceVisibilitiesByList (ulong[] in_faces, bool in_visibility)
 
HPS.ShellKey UnsetFaceColors ()
 
HPS.ShellKey UnsetFaceColorsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetFaceColorsByList (ulong[] in_vertices)
 
HPS.ShellKey UnsetFaceNormals ()
 
HPS.ShellKey UnsetFaceNormalsByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetFaceNormalsByList (ulong[] in_vertices)
 
HPS.ShellKey UnsetFaceVisibilities ()
 
HPS.ShellKey UnsetFaceVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.ShellKey UnsetFaceVisibilitiesByList (ulong[] in_vertices)
 
HPS.ShellKey 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 ShowNetFaceNormalsByRange (ulong in_start, ulong in_count, out HPS.Vector[] out_normals)
 
bool ShowNetFaceNormalsByList (ulong[] in_faces, 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.ShellKey EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points)
 
HPS.ShellKey EditPointsByDeletion (ulong in_offset, ulong in_count)
 
HPS.ShellKey EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points)
 
HPS.ShellKey EditFacelistByInsertion (ulong in_offset, int[] in_facelist)
 
HPS.ShellKey EditFacelistByDeletion (ulong in_offset, ulong in_count)
 
HPS.ShellKey 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)
 
- 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
 Key (HPS.Key in_that)
 
 Key (HPS.Control in_control)
 
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.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
 

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