Functions | |
void | Show_Color_Map_Length (int *value) |
void | Show_Net_Color_Map_Length (int *value) |
void | QShow_Color_Map_Length (char const *segment, int *value) |
void | QShow_Net_Color_Map_Length (char const *segment, int *value) |
void | PShow_Net_Color_Map_Length (int count, HC_KEY const *keys, int *value) |
void Show_Color_Map_Length | ( | int * | value | ) |
Returns the size of the color map that has been set on the currently open segment.
value | The size of the color map associated with this segment. Passed by reference. Returned to user. |
void Show_Net_Color_Map_Length | ( | int * | value | ) |
Returns the size of the net color map for the currently open segment.
value | The size of the net color map associated for this segment. Passed by reference. Returned to user. |
void QShow_Color_Map_Length | ( | char const * | segment, | |
int * | value | |||
) |
Returns the size of the color map that has been set on the named segment.
segment | The name of the segment to query. | |
value | The size of the color map associated with this segment. Passed by reference. Returned to user. |
void QShow_Net_Color_Map_Length | ( | char const * | segment, | |
int * | value | |||
) |
Returns the size of the net color map that has been set on the named segment.
segment | The name of the segment to query. | |
value | The size of the color map associated with this segment. Passed by reference. Returned to user. |
void PShow_Net_Color_Map_Length | ( | int | count, | |
HC_KEY const * | keys, | |||
int * | value | |||
) |
Similar to Show_Net_Color_Map_Length but returns the size of the net effective color map along a discrete segment path.
count | The size of pathkeys. | |
keys | An array of HC_KEY's delineating a path of segments. | |
value | The size of the color map associated with this segment. Passed by reference. Returned to user. |