Brief Index      Full Index      I.M. Reference

Show_Color_Map_Length


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)

Function Documentation

void Show_Color_Map_Length ( int *  value  ) 

Returns the size of the color map that has been set on the currently open segment.

Parameters:
value The size of the color map associated with this segment. Passed by reference. Returned to user.

DETAILS

No additional details. See Set_Color_Map()

void Show_Net_Color_Map_Length ( int *  value  ) 

Returns the size of the net color map for the currently open segment.

Parameters:
value The size of the net color map associated for this segment. Passed by reference. Returned to user.

DETAILS

No additional details. See Set_Color_Map()

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.

Parameters:
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.

DETAILS

No additional details. See Set_Color_Map()

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.

Parameters:
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.

DETAILS

No additional details. See Set_Color_Map()

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.

Parameters:
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.

DETAILS

As with all PShow_Net_* routines, pathkeys[0] represents the lowest (a.k.a the "most local" or "leaf"), and pathkeys[keycount-1] represents the highest segment. If the path is incomplete, missing segments are filled in if possible. Missing segments must be part of the same direct ancestry in order to be filled in. If the desired path contains an include link, the shortest unambiguous set of pathkeys would be [leaf, includelink, root], where includelink is the return value from KInclude_Segment(). For other details, see Show_Net_Color_Map_Length().

Main Index
Brief Index      Full Index      I.M. Functions