7 #ifndef cf3_mesh_BoundingBox_hpp
8 #define cf3_mesh_BoundingBox_hpp
33 static std::string
type_name() {
return "BoundingBox"; }
40 void build(
const Region& region);
51 void update_properties();
62 #endif // cf3_mesh_BoundingBox_hpp
std::string name(ComponentWrapper &self)
static std::string type_name()
Gets the Class name.
Top-level namespace for coolfluid.
boost::proto::terminal< SFOp< CoordinatesOp > >::type const coordinates
Bounding box defined by minimum and maximum coordinates.
Base class for defining CF components.