Classes | |
struct | UsageSums |
Accumulate given values. More... | |
struct | BoolCounter |
Accumulate counts of true/false values passed to Count () More... | |
struct | VectorOps< T > |
class wrapper for static utiliity functions on data structures built around DPoint2d. More... | |
struct | DPoint2dOps |
Operations on arrays of DPoint2d (bvector and contiguous buffer). More... | |
struct | DVec3dOps |
Operations on arrays of DVec3d (bvector and contiguous buffer). More... | |
struct | DVec2dOps |
Operations on arrays of DVec2d (bvector and contiguous buffer). More... | |
struct | DoubleOps |
Operations on arrays of doubles (bvector and contiguous buffer). More... | |
struct | DPoint3dOps |
Operations on arrays of DPoint2d (bvector and contiguous buffer). More... | |
struct | PolylineOps |
Operations in which an array of points is understood to be connected as a polyline (but not closed as a polygon). More... | |
struct | PolygonOps |
Operations in which an array of points is understood to be connected as a closed polygon. More... | |
struct | UnionFind |
Implement the classic "Union Find" algorithm in bvector<size_t> Begin with n distinct sequential integers 0..(n-1). More... | |