18 #ifndef PRTX_BOUNDINGBOX_H_
19 #define PRTX_BOUNDINGBOX_H_
21 #include "prtx/prtx.h"
22 #include "prtx/Types.h"
26 # pragma warning(push)
27 # pragma warning (disable : 4251) // 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
28 # pragma warning (disable : 4275) // non DLL-interface classkey 'identifier' used as base for DLL-interface classkey 'identifier'
54 BoundingBox(
const double* extMin,
const double* extMax);
71 void add(
const double& x,
const double& y,
const double& z);
111 double getDiameter()
const;
116 bool isModified()
const;
127 # pragma warning(pop)
Definition: BoundingBox.h:38
std::vector< double > DoubleVector
vector of double
Definition: Types.h:32