EXPERIMENTAL
-
class
HPS.EXPERIMENTAL -
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_cells_list)
-
HPS.EXPERIMENTAL.CellularVolumeKey
EditCellsByDeletion(ulong in_offset, ulong in_count)
-
HPS.EXPERIMENTAL.CellularVolumeKey
EditCellsListByInsertion(ulong in_offset, int[] in_cells_list)
-
HPS.EXPERIMENTAL.CellularVolumeKey
EditCellsListByReplacement(ulong in_offset, int[] in_cells_list)
-
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
SetCellsList(int[] in_cells_list)
-
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
ShowCellsList(out int[] out_cells_list)
-
bool
ShowMaterialMapping(out HPS.MaterialMappingKit out_kit)
-
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
UnsetCellsList()
-
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
EditCellsListByInsertion(ulong in_offset, int[] in_cellslist)
-
HPS.EXPERIMENTAL.CellularVolumeKit
EditCellsListByReplacement(ulong in_offset, int[] in_cellslist)
-
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
SetCellsList(int[] in_cells_list)
-
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
ShowCellsList(out int[] out_cells_list)
-
bool
ShowMaterialMapping(out HPS.MaterialMappingKit out_kit)
-
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
UnsetCellsList()
-
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)
Public Static Functions
-
bool
operator!=(HPS.EXPERIMENTAL.CellularVolumeKit a, HPS.EXPERIMENTAL.CellularVolumeKit b)
-
bool
operator==(HPS.EXPERIMENTAL.CellularVolumeKit a, HPS.EXPERIMENTAL.CellularVolumeKit b)
-
-
class