ViennaLS
|
Class describing a square box from one coordinate to another. More...
#include <lsGeometries.hpp>
Public Member Functions | |
Box (VectorType< T, D > passedMinCorner, VectorType< T, D > passedMaxCorner) | |
Box (const T *passedMinCorner, const T *passedMaxCorner) | |
Box (const std::vector< T > &passedMinCorner, const std::vector< T > &passedMaxCorner) | |
Public Attributes | |
VectorType< T, D > | minCorner |
VectorType< T, D > | maxCorner |
Class describing a square box from one coordinate to another.
|
inline |
|
inline |
|
inline |