Functions | |
void | Show_Color_Map_Count (int *count) |
void | PShow_Net_Color_Map_Count (int key_count, const HC_KEY *path_keys, int *count) |
void Show_Color_Map_Count | ( | int * | count | ) |
Shows the number of entries in the current virtual color map.
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |
void PShow_Net_Color_Map_Count | ( | int | key_count, | |
const HC_KEY * | path_keys, | |||
int * | count | |||
) |
Similar to Show_Color_Map_Count(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
key_count | - The size of the keys array | |
path_keys | - The list of keys starting with the owning segment and following all the way back to the root segment or other desired segment. | |
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |
By default, HOOPS will determine the Net attribute from the last specified key all the way to the root. If you add -1 at the end of the array, the PShow_Net routines will not proceed beyond the end of the last specified key.
For other details, see Show_Color_Map_Count()