Definition at line 25 of file BoxNet.h.
|
| BoxNet (double length, double width, double height) |
|
| ~BoxNet () override |
|
virtual std::vector< R3 > | vertices () const |
| Retrieves a list of the vertices constituting this concrete shape. More...
|
|
|
std::vector< R3 > | m_vertices |
| List of vertices initialized during construction. More...
|
|
◆ BoxNet()
BoxNet::BoxNet |
( |
double |
length, |
|
|
double |
width, |
|
|
double |
height |
|
) |
| |
Definition at line 19 of file BoxNet.cpp.
24 std::move(bottom_face.begin(), bottom_face.end(),
m_vertices.begin());
25 std::move(top_face.begin(), top_face.end(),
m_vertices.begin() + 4);
std::vector< R3 > RectangleVertices(double length, double width, double z)
Helper functions to construct lists of vertices.
std::vector< R3 > m_vertices
List of vertices initialized during construction.
References IShape3D::m_vertices, and RectangleVertices().
◆ ~BoxNet()
◆ vertices()
std::vector< R3 > IShape3D::vertices |
( |
| ) |
const |
|
virtualinherited |
◆ m_vertices
std::vector<R3> IShape3D::m_vertices |
|
protectedinherited |
◆ N_Circle
const size_t IShape3D::N_Circle = 24 |
|
staticinherited |
The documentation for this class was generated from the following files:
- /home/build/builds/o5h8MZZm/0/mlz/bornagain/Sample/Shapes/BoxNet.h
- /home/build/builds/o5h8MZZm/0/mlz/bornagain/Sample/Shapes/BoxNet.cpp