hemocell
Loading...
Searching...
No Matches
Classes
geom Namespace Reference

Classes

class  BoxDomain
 A domain functional indicating true inside a rectangular box. The BoxDomain functional evaluates to true inside its box, where inclusive edges are considered using plb::contained(). More...
 
class  Difference
 Create the boolean difference of the first and subsequent domains. This creates the boolean difference between the first domain with respect to any of the subsequent domains. The difference is considered true if the first domain is true and none of the other domains are true. More...
 
class  EllipseDomain
 An ellipsoidal domain functional returning true inside the ellipsoid. The EllipseDomain represents an ellipsoidal domain which evaluates to true inside the ellipsoid. The ellipsoid can be given a desired center location and radius for each dimension. However, the EllipseDomain does current not support rotation. More...
 
class  Intersection
 The boolean intersection of a number of domain functionals. This creates the boolean intersection between the provided domains. The intersection returns true when all of the domains are true. More...
 
class  Union
 The union of multiple domain functionals. This domain functional builds the union of any number of domain functionals (derived from plb::DomainFunctional3D). The union of these domains considers the region where any of the included domains returns true. More...