Functions | |
int | Compute_Selection_By_Shell (const char *action, const char *start_seg, int point_count, const HC_POINT *points, int face_list_length, const int *face_list) |
int | DCompute_Selection_By_Shell (const char *action, const char *start_seg, int point_count, const HC_DPOINT *points, int face_list_length, const int *face_list) |
float | Compute_Selection_Distance_By_Shell (const char *action, const char *start_seg, int pcount, const HC_POINT *points, int flist_length, const int *face_list, const char *options) |
float | DCompute_Selection_Distance_By_Shell (const char *action, const char *start_seg, int pcount, const HC_DPOINT *points, int flist_length, const int *face_list, const char *options) |
int | Compute_Selection_By_Swept_Shell (const char *action, const char *start_seg, HC_KEY shellkey, int number_of_sweeps, const float *matrices, const char *options) |
int | DCompute_Selection_By_Swept_Shell (const char *action, const char *start_seg, HC_KEY shellkey, int number_of_sweeps, const double *matrices, const char *options) |
int | Compute_Selection_By_Swept_Shell2 (const char *action, const char *start_seg, HC_KEY shellkey, int number_of_sweeps, const float *matrices, const char *options, float *bounding_box) |
int | DCompute_Selection_By_Swept_Shell2 (const char *action, const char *start_seg, HC_KEY shellkey, int number_of_sweeps, const double *matrices, const char *options, double *bounding_box) |
int | Compute_Selection_By_Shell_With_Options (const char *action, const char *start_seg, int point_count, const HC_POINT *points, int face_list_length, const int *face_list, const char *options) |
int | DCompute_Selection_By_Shell_With_Options (const char *action, const char *start_seg, int point_count, const HC_DPOINT *points, int face_list_length, const int *face_list, const char *options) |