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