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

Go to the source code of this file.

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.