|
MeshKit
1.0
|
#include <Mesh.hpp>
Public Member Functions | |
| double | getLength (int d) |
| void | setLowerLeftCorner (const Point3D &p) |
| const Point3D & | getLowerLeftCorner () const |
| void | setUpperRightCorner (const Point3D &p) |
| const Point3D & | getUpperRightCorner () const |
Private Attributes | |
| Point3D | lowerLeftCorner |
| Point3D | upperRightCorner |
| const Point3D& getLowerLeftCorner | ( | ) | const [inline] |
| const Point3D& getUpperRightCorner | ( | ) | const [inline] |
| void setLowerLeftCorner | ( | const Point3D & | p | ) | [inline] |
| void setUpperRightCorner | ( | const Point3D & | p | ) | [inline] |
Point3D lowerLeftCorner [private] |
Point3D upperRightCorner [private] |