#include <Box.h>
|
| static const Box | NIL = Box(Coord::NIL, Coord::NIL) |
| |
◆ Box()
| inet::Box::Box |
( |
const Coord & |
min, |
|
|
const Coord & |
max |
|
) |
| |
◆ computeBoundingBox()
| Box inet::Box::computeBoundingBox |
( |
const std::vector< Coord > & |
points | ) |
|
|
static |
◆ getCenter()
| Coord inet::Box::getCenter |
( |
| ) |
const |
|
inline |
◆ getMax()
| const Coord& inet::Box::getMax |
( |
| ) |
const |
|
inline |
◆ getMin()
| const Coord& inet::Box::getMin |
( |
| ) |
const |
|
inline |
◆ getSize()
| Coord inet::Box::getSize |
( |
| ) |
const |
|
inline |
◆ isNil()
| virtual bool inet::Box::isNil |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns true if this geometric object is the same as the unspecified singleton instance of this type.
Implements inet::GeometricObjectBase.
36 {
return this == &
NIL; }
◆ isUnspecified()
| virtual bool inet::Box::isUnspecified |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ max
◆ min
◆ NIL
| const Box inet::Box::NIL = Box(Coord::NIL, Coord::NIL) |
|
static |
The documentation for this class was generated from the following files: