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

Public Member Functions

override void Dispose ()
 
 MeshKit (HPS.MeshKit in_kit)
 
override HPS.Type ObjectType ()
 
void Consume (HPS.MeshKit in_kit)
 
void Set (HPS.MeshKit in_kit)
 
void Show (out HPS.MeshKit out_kit)
 
override bool Empty ()
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.MeshKit in_kit)
 
ulong GetPointCount ()
 
HPS.MeshKit SetPriority (int in_priority)
 
HPS.MeshKit UnsetPriority ()
 
bool ShowPriority (out int out_priority)
 
HPS.MeshKit SetPoints (HPS.Point[] in_points)
 
HPS.MeshKit SetPoints (ulong in_rows, ulong in_columns, HPS.Point[] in_points)
 
HPS.MeshKit SetRows (ulong in_rows)
 
HPS.MeshKit SetColumns (ulong in_columns)
 
HPS.MeshKit UnsetPoints ()
 
HPS.MeshKit UnsetRows ()
 
HPS.MeshKit UnsetColumns ()
 
HPS.MeshKit UnsetEverything ()
 
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.MeshKit SetMaterialMapping (HPS.MaterialMappingKit in_kit)
 
HPS.MeshKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.MeshKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
 
HPS.MeshKit SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBAColorsByRange (ulong in_start, HPS.RGBAColor[] in_rgba_colors)
 
HPS.MeshKit SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBAColorsByRange (ulong in_start, ulong in_count, HPS.RGBAColor in_rgba_color)
 
HPS.MeshKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor[] in_rgba_colors)
 
HPS.MeshKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexRGBAColorsByList (ulong[] in_vertices, HPS.RGBAColor in_rgba_color)
 
HPS.MeshKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.MeshKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.MeshKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
 
HPS.MeshKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
 
HPS.MeshKit SetVertexNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.MeshKit SetVertexNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.MeshKit SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector[] in_normals)
 
HPS.MeshKit SetVertexNormalsByList (ulong[] in_vertices, HPS.Vector in_normal)
 
HPS.MeshKit SetVertexParametersByRange (ulong in_start, float[] in_params, ulong in_param_width)
 
HPS.MeshKit SetVertexParametersByRange (ulong in_start, float[] in_params)
 
HPS.MeshKit SetVertexParametersByList (ulong[] in_vertices, float[] in_params, ulong in_param_width)
 
HPS.MeshKit SetVertexParametersByList (ulong[] in_vertices, float[] in_params)
 
HPS.MeshKit SetVertexVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.MeshKit SetVertexVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.MeshKit SetVertexVisibilitiesByList (ulong[] in_vertices, bool[] in_visibilities)
 
HPS.MeshKit SetVertexVisibilitiesByList (ulong[] in_vertices, bool in_visibility)
 
HPS.MeshKit UnsetMaterialMapping ()
 
HPS.MeshKit UnsetVertexColors ()
 
HPS.MeshKit UnsetVertexColors (HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit UnsetVertexColorsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit UnsetVertexColorsByList (ulong[] in_vertices)
 
HPS.MeshKit UnsetVertexColorsByList (ulong[] in_vertices, HPS.Mesh.Component in_apply_to)
 
HPS.MeshKit UnsetVertexNormals ()
 
HPS.MeshKit UnsetVertexNormalsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetVertexNormalsByList (ulong[] in_vertices)
 
HPS.MeshKit UnsetVertexParameters ()
 
HPS.MeshKit UnsetVertexParametersByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetVertexParametersByList (ulong[] in_vertices)
 
HPS.MeshKit UnsetVertexVisibilities ()
 
HPS.MeshKit UnsetVertexVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetVertexVisibilitiesByList (ulong[] in_vertices)
 
HPS.MeshKit UnsetVertexEverything ()
 
bool ShowMaterialMapping (out HPS.MaterialMappingKit out_kit)
 
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.MeshKit SetFaceRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKit SetFaceRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
 
HPS.MeshKit SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor[] in_rgb_colors)
 
HPS.MeshKit SetFaceRGBColorsByList (ulong[] in_faces, HPS.RGBColor in_rgb_color)
 
HPS.MeshKit SetFaceIndexColorsByRange (ulong in_start, float[] in_indices)
 
HPS.MeshKit SetFaceIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
 
HPS.MeshKit SetFaceIndexColorsByList (ulong[] in_faces, float[] in_indices)
 
HPS.MeshKit SetFaceIndexColorsByList (ulong[] in_faces, float in_index)
 
HPS.MeshKit SetFaceNormalsByRange (ulong in_start, HPS.Vector[] in_normals)
 
HPS.MeshKit SetFaceNormalsByRange (ulong in_start, ulong in_count, HPS.Vector in_normal)
 
HPS.MeshKit SetFaceNormalsByList (ulong[] in_faces, HPS.Vector[] in_normals)
 
HPS.MeshKit SetFaceNormalsByList (ulong[] in_faces, HPS.Vector in_normal)
 
HPS.MeshKit SetFaceVisibilitiesByRange (ulong in_start, bool[] in_visibilities)
 
HPS.MeshKit SetFaceVisibilitiesByRange (ulong in_start, ulong in_count, bool in_visibility)
 
HPS.MeshKit SetFaceVisibilitiesByList (ulong[] in_faces, bool[] in_visibilities)
 
HPS.MeshKit SetFaceVisibilitiesByList (ulong[] in_faces, bool in_visibility)
 
HPS.MeshKit UnsetFaceColors ()
 
HPS.MeshKit UnsetFaceColorsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetFaceColorsByList (ulong[] in_vertices)
 
HPS.MeshKit UnsetFaceNormals ()
 
HPS.MeshKit UnsetFaceNormalsByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetFaceNormalsByList (ulong[] in_vertices)
 
HPS.MeshKit UnsetFaceVisibilities ()
 
HPS.MeshKit UnsetFaceVisibilitiesByRange (ulong in_start, ulong in_count)
 
HPS.MeshKit UnsetFaceVisibilitiesByList (ulong[] in_vertices)
 
HPS.MeshKit 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.MeshKit SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data)
 
HPS.MeshKit SetUserData (IntPtr in_index, byte[] in_data)
 
HPS.MeshKit SetUserData (IntPtr[] in_indices, byte[][] in_data)
 
HPS.MeshKit UnsetUserData (IntPtr in_index)
 
HPS.MeshKit UnsetUserData (IntPtr[] in_indices)
 
HPS.MeshKit 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.MeshKit a, HPS.MeshKit b)
 
static bool operator!= (HPS.MeshKit a, HPS.MeshKit 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: