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

Public Member Functions

override void Dispose ()
 
 MeshKey (HPS.Key in_that)
 
 MeshKey (HPS.MeshKey in_that)
 
override HPS.Type ObjectType ()
 
void Consume (HPS.MeshKit in_kit)
 
void Set (HPS.MeshKit in_kit)
 
void Show (out HPS.MeshKit out_kit)
 
ulong GetPointCount ()
 
HPS.MeshKey SetPoints (ulong in_rows, ulong in_columns, HPS.Point[] in_points)
 
bool ShowPoints (out HPS.Point[] out_points)
 
bool ShowPoints (out ulong out_rows, out ulong out_columns, 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 ShowRows (out ulong out_rows)
 
bool ShowColumns (out ulong out_columns)
 
HPS.MeshKey SetMaterialMapping (HPS.MaterialMappingKit in_kit)
 
HPS.MeshKey UnsetMaterialMapping ()
 
bool ShowMaterialMapping (out HPS.MaterialMappingKit out_kit)
 
HPS.MeshKey SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKey SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.MeshKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
 
HPS.MeshKey SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors)
 
HPS.MeshKey SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color)
 
HPS.MeshKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors)
 
HPS.MeshKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color)
 
HPS.MeshKey SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.MeshKey SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.MeshKey SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
 
HPS.MeshKey SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
 
HPS.MeshKey SetVertexNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.MeshKey SetVertexNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.MeshKey SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector[] in_normals)
 
HPS.MeshKey SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector in_normal)
 
HPS.MeshKey SetVertexParametersByRange (ulong in_start, float[] in_params, ulong in_param_width)
 
HPS.MeshKey SetVertexParametersByRange (ulong in_start, float[] in_params)
 
HPS.MeshKey SetVertexParametersByList (ulong[] in_vertices, float[] in_params, ulong in_param_width)
 
HPS.MeshKey SetVertexParametersByList (ulong[] in_vertices, float[] in_params)
 
HPS.MeshKey SetVertexVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.MeshKey SetVertexVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.MeshKey SetVertexVisibilitiesByList (ulong[] in_vertices, bool[] in_visibilities)
 
HPS.MeshKey SetVertexVisibilitiesByList (ulong[] in_vertices, bool in_visibility)
 
HPS.MeshKey UnsetVertexColors ()
 
HPS.MeshKey UnsetVertexColors (HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey UnsetVertexColorsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey UnsetVertexColorsByList (ulong[] in_vertices)
 
HPS.MeshKey UnsetVertexColorsByList (ulong[] in_vertices, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKey UnsetVertexNormals ()
 
HPS.MeshKey UnsetVertexNormalsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetVertexNormalsByList (ulong[] in_vertices)
 
HPS.MeshKey UnsetVertexParameters ()
 
HPS.MeshKey UnsetVertexParametersByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetVertexParametersByList (ulong[] in_vertices)
 
HPS.MeshKey UnsetVertexVisibilities ()
 
HPS.MeshKey UnsetVertexVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetVertexVisibilitiesByList (ulong[] in_vertices)
 
HPS.MeshKey UnsetVertexEverything ()
 
HPS.MeshKey UnsetEverything ()
 
bool ShowVertexColorsByRange (ulong in_start, ulong in_count, HPS.Mesh.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.Mesh.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.MeshKey SetFaceRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKey SetFaceRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.MeshKey SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKey SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor in_rgb_color)
 
HPS.MeshKey SetFaceIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.MeshKey SetFaceIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.MeshKey SetFaceIndexColorsByList (ulong[] in_faces, float[] in_indices)
 
HPS.MeshKey SetFaceIndexColorsByList (ulong[] in_faces, float in_index)
 
HPS.MeshKey SetFaceNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.MeshKey SetFaceNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.MeshKey SetFaceNormalsByList (ulong[] in_faces, HPS.Vector[] in_normals)
 
HPS.MeshKey SetFaceNormalsByList (ulong[] in_faces, HPS.Vector in_normal)
 
HPS.MeshKey SetFaceVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.MeshKey SetFaceVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.MeshKey SetFaceVisibilitiesByList (ulong[] in_faces, bool[] in_visibilities)
 
HPS.MeshKey SetFaceVisibilitiesByList (ulong[] in_faces, bool in_visibility)
 
HPS.MeshKey UnsetFaceColors ()
 
HPS.MeshKey UnsetFaceColorsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetFaceColorsByList (ulong[] in_faces)
 
HPS.MeshKey UnsetFaceNormals ()
 
HPS.MeshKey UnsetFaceNormalsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetFaceNormalsByList (ulong[] in_faces)
 
HPS.MeshKey UnsetFaceVisibilities ()
 
HPS.MeshKey UnsetFaceVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.MeshKey UnsetFaceVisibilitiesByList (ulong[] in_faces)
 
HPS.MeshKey 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.MeshKey EditMeshByReplacement (ulong in_row_offset, ulong in_column_offset, ulong in_row_count, ulong in_column_count, HPS.Point[] in_points)
 
- 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: