Go to the documentation of this file.
14 #ifndef ESYS_LSMBOUNDINGBOX_H
15 #define ESYS_LSMBOUNDINGBOX_H
46 inline bool contains(
const Vec3 &pt,
double tolerance = 0.0)
const;
const Vec3 & getMaxPt() const
Definition: BoundingBox.hpp:45
Vec3 m_maxPt
Definition: BoundingBox.h:50
double getVolume() const
Definition: BoundingBox.hpp:34
3D bounding box
Definition: BoundingBox.h:28
Definition: CheckPointable.cpp:17
bool operator==(const BoundingBox &bbox) const
Definition: BoundingBox.hpp:50
std::ostream & operator<<(std::ostream &oStream, const SimpleConnectionData &connectionData)
Definition: GeometryReader.cpp:134
const Vec3 & getMinPt() const
Definition: BoundingBox.hpp:40
bool contains(const Vec3 &pt, double tolerance=0.0) const
Definition: BoundingBox.hpp:60
virtual ~BoundingBox()
Definition: BoundingBox.hpp:30
Vec3 getSizes() const
Definition: BoundingBox.hpp:78
BoundingBox()
Definition: BoundingBox.hpp:18
Vec3 m_minPt
Definition: BoundingBox.h:49