#include <Box.h>
|
static const Box | NIL = Box(Coord::NIL, Coord::NIL) |
|
inet::Box::Box |
( |
const Coord & |
min, |
|
|
const Coord & |
max |
|
) |
| |
Box inet::Box::computeBoundingBox |
( |
const std::vector< Coord > & |
points | ) |
|
|
static |
Coord inet::Box::getCenter |
( |
| ) |
const |
|
inline |
const Coord& inet::Box::getMax |
( |
| ) |
const |
|
inline |
Coord max
Definition: Box.h:33
const Coord& inet::Box::getMin |
( |
| ) |
const |
|
inline |
Coord min
Definition: Box.h:32
Coord inet::Box::getSize |
( |
| ) |
const |
|
inline |
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.
46 {
return this == &
NIL; }
static const Box NIL
Definition: Box.h:29
virtual bool inet::Box::isUnspecified |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns true if this geometric object is not completely specified.
Implements inet::GeometricObjectBase.
bool isUnspecified() const
Returns true if this coordinate is unspecified.
Definition: Coord.h:257
Coord min
Definition: Box.h:32
Coord max
Definition: Box.h:33
const Box inet::Box::NIL = Box(Coord::NIL, Coord::NIL) |
|
static |
The documentation for this class was generated from the following files: