Functions | |
void | Show_Clip_Region (int *clipCount, int *clipSizeArray, HC_POINT *points, char *options) |
void | Show_Clip_Region_Size (int *clipCount, int *clipSizeArray, char *options) |
void | Show_Net_Clip_Region_Size (int *clipCount, int *clipSizeArray, char *options) |
void | Show_Net_Clip_Region (int *clipCount, int *clipSizeArray, HC_POINT *points, char *options) |
void | QShow_Clip_Region (const char *segment, int *clipCount, int *clipSizeArray, HC_POINT *points, char *options) |
void | QShow_Clip_Region_Size (const char *segment, int *clipCount, int *clipSizeArray, char *options) |
void | QShow_Net_Clip_Region (const char *segment, int *clipCount, int *clipSizeArray, HC_POINT *points, char *options) |
void | QShow_Net_Clip_Region_Size (const char *segment, int *clipCount, int *clipSizeArray, char *options) |
void | PShow_Net_Clip_Region (int keycount, HC_KEY *pathkeys, int *clipCount, int *clipSizeArray, HC_POINT *points, char *options) |
void | PShow_Net_Clip_Region_Size (int keycount, HC_KEY *pathkeys, int *clipCount, int *clipSizeArray, char *options) |
void Show_Clip_Region | ( | int * | clipCount, | |
int * | clipSizeArray, | |||
HC_POINT * | points, | |||
char * | options | |||
) |
Show the clip region settings on the currently open segment.
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
points | - The array of points which are used to define the clip region. Returned to caller. Passed by reference always | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void Show_Clip_Region_Size | ( | int * | clipCount, | |
int * | clipSizeArray, | |||
char * | options | |||
) |
Finds the size of a clip region. This is useful in determining the size of the data structure that must hold points.
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void Show_Net_Clip_Region_Size | ( | int * | clipCount, | |
int * | clipSizeArray, | |||
char * | options | |||
) |
Similar to Show_Clip_Region(), but returns the net effective value of the attribute(s) in the currently open segment.
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void Show_Net_Clip_Region | ( | int * | clipCount, | |
int * | clipSizeArray, | |||
HC_POINT * | points, | |||
char * | options | |||
) |
Similar to Show_Clip_Region(), but returns the net effective value of the attribute(s) in the currently open segment.
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
points | - The array of points which are used to define the clip region. Returned to caller. Passed by reference always | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void QShow_Clip_Region | ( | const char * | segment, | |
int * | clipCount, | |||
int * | clipSizeArray, | |||
HC_POINT * | points, | |||
char * | options | |||
) |
Similar to Show_Clip_Region(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment to be queried | |
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
points | - The array of points which are used to define the clip region. Returned to caller. Passed by reference always | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void QShow_Clip_Region_Size | ( | const char * | segment, | |
int * | clipCount, | |||
int * | clipSizeArray, | |||
char * | options | |||
) |
Similar to Show_Clip_Region_Size() but operates on a given segment rather than the currently open one.
segment | - Name of the segment to be queried | |
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void QShow_Net_Clip_Region | ( | const char * | segment, | |
int * | clipCount, | |||
int * | clipSizeArray, | |||
HC_POINT * | points, | |||
char * | options | |||
) |
Similar to Show_Clip_Region(), but returns the net effective value of the attribute(s) in a given segment, rather than the currently open one.
segment | - Name of the segment to be queried | |
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
points | - The array of points which are used to define the clip region. Returned to caller. Passed by reference always | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void QShow_Net_Clip_Region_Size | ( | const char * | segment, | |
int * | clipCount, | |||
int * | clipSizeArray, | |||
char * | options | |||
) |
Similar to Show_Clip_Region(), but returns the net effective value of the attribute(s) in a given segment, rather than the currently open one.
segment | - Name of the segment to be queried | |
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void PShow_Net_Clip_Region | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
int * | clipCount, | |||
int * | clipSizeArray, | |||
HC_POINT * | points, | |||
char * | options | |||
) |
Similar to Show_Clip_Region(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - number of keys in the keys array | |
pathkeys | - The list of keys starting with the owning segment and following all the way back to the root segment or other desired segment. | |
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
points | - The array of points which are used to define the clip region. Returned to caller. Passed by reference always | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |
void PShow_Net_Clip_Region_Size | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
int * | clipCount, | |||
int * | clipSizeArray, | |||
char * | options | |||
) |
Similar to Show_Clip_Region_Size(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - number of keys in the keys array | |
pathkeys | - The list of keys starting with the owning segment and following all the way back to the root segment or other desired segment. | |
clipCount | - number of clip regions defined in the points array. This will be the size of the array clipSizeArray Returned to caller. Passed by reference always | |
clipSizeArray | - an array of integers defining the number of points in each clip region. The sum of these values will | |
options | - Options that were used to define that clip region. Returned to caller. Passed by reference always |