CSGOperators.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
CSGOperator
¶ Parent class(es)
-
class
CSGUnion
¶ Parent class(es)
Union of CSG geometries
Create union of two geometries
-
std::string
str
(bool verbose) const¶ Informal string representation
-
class
CSGDifference
¶ Parent class(es)
Difference of CSG geometries
Create union of two geometries
-
std::string
str
(bool verbose) const¶ Informal string representation
-
class
CSGIntersection
¶ Parent class(es)
Intersection of CSG geometries
Create intersection of two geometries
-
std::string
str
(bool verbose) const¶ Informal string representation
Create union of two geometries
Create union of two geometries
Create union of two geometries
-
boost::shared_ptr<CSGUnion>
operator+
(CSGGeometry &g0, CSGGeometry &g1)¶ Create union of two geometries
Create difference of two geometries
Create difference of two geometries
Create union of two geometries
-
boost::shared_ptr<CSGDifference>
operator-
(CSGGeometry &g0, CSGGeometry &g1)¶ Create difference of two geometries
Create intersection of two geometries
Create intersection of two geometries
Create intersection of two geometries
-
boost::shared_ptr<CSGIntersection>
operator*
(CSGGeometry &g0, CSGGeometry &g1)¶ Create intersection of two geometries