SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Separating_Plane_Select_Parameters
/*
 * STRUCT: SE_Separating_Plane_Select_Parameters
 *
 *   Used to build up the SE_Hierarchy_Select_Parameters struct.
 *
 *   Used to select which branches to traverse from a <Separating Plane
 *   Related Geometry> object when encountered by a Component Iterator.
 *
 *   See the definitions of the <Separating Plane Related Geometry> and
 *   <Separating Plane Data> classes for more details.
 */
typedef struct
{

SE_Boolean traverse_positive_branches;
SE_Boolean traverse_negative_branches;
} SE_Separating_Plane_Select_Parameters;



Prev: SE_Search_Value_Type. Next: SE_Sibling_Traversal_Order.


Return to: Top of this Page, Type Index