Abstract Class Name: Base Quad Tree Data
Subclasses
Definition
An abstract class used to specify which branch, or quadrant, of a
Quad Tree that the associated data represents.
Primary Page in DRM Diagram:
Example
- Consider a Quad Tree Related
Geometry linked to a Union of
Primitive Geometry that represents its upper-right quadrant, via a
Geometry Quad Tree Data. The
Geometry Quad Tree Data's
"quadrant" value would be
SE_NE_QUADRANT.
Constraints
None.
Notes
Fields Notes
Indicates which quadrant this object belongs to
Prev: Base Perimeter Data.
Next: Base Reference Vector.
Up:Index.