EXPERIMENTAL

class HPS.EXPERIMENTAL
class CellElement : public HPS.Object

Public Functions

CellElement ()
CellElement (HPS.EXPERIMENTAL.CellElement in_that)
override void Dispose ()
bool Equals (HPS.EXPERIMENTAL.CellElement in_that)
override bool Equals (Object obj)
override int GetHashCode ()
override HPS.Type ObjectType ()
void Set (HPS.EXPERIMENTAL.CellElement in_that)
HPS.CellularVolume.CellType ShowCellKind ()
ulong ShowCellSize ()
int[] ShowIndices ()

Public Static Functions

HPS.EXPERIMENTAL.CellElement Box (int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8)
HPS.EXPERIMENTAL.CellElement Box (int[] in_indices)
HPS.EXPERIMENTAL.CellElement Face (int[] in_indices)
bool operator!= (HPS.EXPERIMENTAL.CellElement a, HPS.EXPERIMENTAL.CellElement b)
bool operator== (HPS.EXPERIMENTAL.CellElement a, HPS.EXPERIMENTAL.CellElement b)
HPS.EXPERIMENTAL.CellElement Polyhedron (int[] in_indices)
HPS.EXPERIMENTAL.CellElement Pyramid (int p1, int p2, int p3, int p4, int p5)
HPS.EXPERIMENTAL.CellElement Pyramid (int[] in_indices)
HPS.EXPERIMENTAL.CellElement Simplex (int p1, int p2, int p3, int p4)
HPS.EXPERIMENTAL.CellElement Simplex (int[] in_indices)
HPS.EXPERIMENTAL.CellElement Wedge (int p1, int p2, int p3, int p4, int p5, int p6)
HPS.EXPERIMENTAL.CellElement Wedge (int[] in_indices)
class CellularVolumeKey : public HPS.GeometryKey

Public Functions

CellularVolumeKey ()
CellularVolumeKey (HPS.EXPERIMENTAL.CellularVolumeKey in_that)
CellularVolumeKey (HPS.Key in_that)
void Consume (HPS.EXPERIMENTAL.CellularVolumeKit in_kit)
override void Dispose ()
HPS.EXPERIMENTAL.CellularVolumeKey EditCellsByDeletion (int[] in_specific_cells)
HPS.EXPERIMENTAL.CellularVolumeKey EditCellsByDeletion (ulong in_offset, ulong in_count)
HPS.EXPERIMENTAL.CellularVolumeKey EditCellsByInsertion (ulong in_offset, HPS.EXPERIMENTAL.CellElement[] in_cell_array)
HPS.EXPERIMENTAL.CellularVolumeKey EditCellsByReplacement (ulong in_offset, HPS.EXPERIMENTAL.CellElement[] in_cell_array)
HPS.EXPERIMENTAL.CellularVolumeKey EditPointsByDeletion (int[] in_points_list)
HPS.EXPERIMENTAL.CellularVolumeKey EditPointsByDeletion (ulong in_offset, ulong in_count)
HPS.EXPERIMENTAL.CellularVolumeKey EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points)
HPS.EXPERIMENTAL.CellularVolumeKey EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points)
ulong GetCellCount ()
ulong GetFaceCount ()
ulong GetPointCount ()
override HPS.Type ObjectType ()
void Set (HPS.EXPERIMENTAL.CellularVolumeKit in_kit)
HPS.EXPERIMENTAL.CellularVolumeKey SetCells (HPS.EXPERIMENTAL.CellElement[] in_cell_array)
HPS.EXPERIMENTAL.CellularVolumeKey SetMaterialMapping (HPS.MaterialMappingKit in_kit)
HPS.EXPERIMENTAL.CellularVolumeKey SetPoints (HPS.Point[] in_points)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexParametersByList (ulong[] in_vertices, float[] in_params)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexParametersByList (ulong[] in_vertices, float[] in_params, ulong in_param_width)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexParametersByRange (ulong in_start, float[] in_params)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexParametersByRange (ulong in_start, float[] in_params, ulong in_param_width)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
HPS.EXPERIMENTAL.CellularVolumeKey SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.CellularVolume.Component in_apply_to)
void Show (out HPS.EXPERIMENTAL.CellularVolumeKit out_kit)
bool ShowCells (out HPS.EXPERIMENTAL.CellElement[] out_cell_array)
bool ShowMaterialMapping (out HPS.MaterialMappingKit out_kit)
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 ShowVertexColors (HPS.CellularVolume.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.CellularVolume.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.CellularVolume.Component in_apply_to, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out float[] out_indices)
bool ShowVertexParameters (out bool[] out_validities, out float[] out_params)
bool ShowVertexParameters (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 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)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetCells ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetEverything ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetMaterialMapping ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetPoints ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexColors ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexColors (HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexColorsByList (ulong[] in_vertices)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexColorsByList (ulong[] in_vertices, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexColorsByRange (ulong in_start, ulong in_count)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexEverything ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexParameters ()
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexParametersByList (ulong[] in_vertices)
HPS.EXPERIMENTAL.CellularVolumeKey UnsetVertexParametersByRange (ulong in_start, ulong in_count)
class CellularVolumeKit : public HPS.Kit

Public Functions

CellularVolumeKit ()
CellularVolumeKit (HPS.EXPERIMENTAL.CellularVolumeKit in_kit)
void Consume (HPS.EXPERIMENTAL.CellularVolumeKit in_kit)
override void Dispose ()
HPS.EXPERIMENTAL.CellularVolumeKit EditCellsByDeletion (ulong in_offset, ulong in_count)
HPS.EXPERIMENTAL.CellularVolumeKit EditCellsByInsertion (ulong in_offset, HPS.EXPERIMENTAL.CellElement[] in_cell_array)
HPS.EXPERIMENTAL.CellularVolumeKit EditCellsByReplacement (ulong in_offset, HPS.EXPERIMENTAL.CellElement[] in_cell_array)
HPS.EXPERIMENTAL.CellularVolumeKit EditPointsByDeletion (ulong in_offset, ulong in_count)
HPS.EXPERIMENTAL.CellularVolumeKit EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points)
HPS.EXPERIMENTAL.CellularVolumeKit EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points)
override bool Empty ()
bool Equals (HPS.EXPERIMENTAL.CellularVolumeKit in_kit)
override bool Equals (Object obj)
ulong GetCellCount ()
override int GetHashCode ()
ulong GetPointCount ()
override HPS.Type ObjectType ()
void Set (HPS.EXPERIMENTAL.CellularVolumeKit in_kit)
HPS.EXPERIMENTAL.CellularVolumeKit SetCells (HPS.EXPERIMENTAL.CellElement[] in_cell_array)
HPS.EXPERIMENTAL.CellularVolumeKit SetMaterialMapping (HPS.MaterialMappingKit in_kit)
HPS.EXPERIMENTAL.CellularVolumeKit SetPoints (HPS.Point[] in_points)
HPS.EXPERIMENTAL.CellularVolumeKit SetPriority (int in_priority)
HPS.EXPERIMENTAL.CellularVolumeKit SetUserData (IntPtr in_index, byte[] in_data)
HPS.EXPERIMENTAL.CellularVolumeKit SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data)
HPS.EXPERIMENTAL.CellularVolumeKit SetUserData (IntPtr[] in_indices, byte[][] in_data)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByList (ulong[] in_vertices, float in_index, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByList (ulong[] in_vertices, float[] in_indices, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByRange (ulong in_start, float[] in_indices, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexIndexColorsByRange (ulong in_start, ulong in_count, float in_index, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexParametersByList (ulong[] in_vertices, float[] in_params)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexParametersByList (ulong[] in_vertices, float[] in_params, ulong in_param_width)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexParametersByRange (ulong in_start, float[] in_params)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexParametersByRange (ulong in_start, float[] in_params, ulong in_param_width)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor in_rgb_color, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByList (ulong[] in_vertices, HPS.RGBColor[] in_rgb_colors, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByRange (ulong in_start, HPS.RGBColor[] in_rgb_colors, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color)
HPS.EXPERIMENTAL.CellularVolumeKit SetVertexRGBColorsByRange (ulong in_start, ulong in_count, HPS.RGBColor in_rgb_color, HPS.CellularVolume.Component in_apply_to)
void Show (out HPS.EXPERIMENTAL.CellularVolumeKit out_kit)
bool ShowCells (out HPS.EXPERIMENTAL.CellElement[] out_cell_array)
bool ShowCellsList (out int[] out_cells_list)
bool ShowMaterialMapping (out HPS.MaterialMappingKit out_kit)
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 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.CellularVolume.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.CellularVolume.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.CellularVolume.Component in_apply_to, out HPS.Material.Type[] out_types, out HPS.RGBColor[] out_rgb_colors, out float[] out_indices)
bool ShowVertexParameters (out bool[] out_validities, out float[] out_params)
bool ShowVertexParameters (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 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)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetAllUserData ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetCells ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetEverything ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetMaterialMapping ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetPoints ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetPriority ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetUserData (IntPtr in_index)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetUserData (IntPtr[] in_indices)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexColors ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexColors (HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexColorsByList (ulong[] in_vertices)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexColorsByList (ulong[] in_vertices, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexColorsByRange (ulong in_start, ulong in_count)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexColorsByRange (ulong in_start, ulong in_count, HPS.CellularVolume.Component in_apply_to)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexEverything ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexParameters ()
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexParametersByList (ulong[] in_vertices)
HPS.EXPERIMENTAL.CellularVolumeKit UnsetVertexParametersByRange (ulong in_start, ulong in_count)