Box.hpp File Reference
#include <Core/Geometry/Surface.hpp>Go to the source code of this file.
Classes | |
| class | CubbyFlow::Box< N > |
| N-D box geometry. More... | |
| class | CubbyFlow::Box< N >::Builder |
| Front-end to create Box objects step by step. More... | |
Namespaces | |
| CubbyFlow | |
Typedefs | |
| using | CubbyFlow::Box2 = Box< 2 > |
| 2-D Box type. More... | |
| using | CubbyFlow::Box3 = Box< 3 > |
| 3-D Box type. More... | |
| using | CubbyFlow::Box2Ptr = std::shared_ptr< Box2 > |
| Shared pointer type for the Box2. More... | |
| using | CubbyFlow::Box3Ptr = std::shared_ptr< Box3 > |
| Shared pointer type for the Box3. More... | |
1.8.13