https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
CSGRegion.h File Reference

Go to the source code of this file.

Classes

class  CSG::CSGRegion
 CSGRegions creates an internal representation of a CSG region, which can refer to an intersection, union, complement, or half-space. More...
 

Namespaces

namespace  CSG
 

Functions

const CSGRegion CSG::operator+ (const CSGSurface &surf)
 Operation overloads for operation based region construction.
 
const CSGRegion CSG::operator- (const CSGSurface &surf)
 Overload for creating a region from the negative half-space (-) of a surface.
 
const CSGRegion CSG::operator& (const CSGRegion &region_a, const CSGRegion &region_b)
 Overload for creating a region from the the intersection (&) of two regions.
 
const CSGRegion CSG::operator| (const CSGRegion &region_a, const CSGRegion &region_b)
 Overload for creating a region from the union (|) of two regions.
 
const CSGRegion CSG::operator~ (const CSGRegion &region)
 Overload for creating a region from the complement (~) of another region.