ViennaLS
Loading...
Searching...
No Matches
viennals::Box< T, D > Class Template Reference

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, DminCorner
 
VectorType< T, DmaxCorner
 

Detailed Description

template<class T, int D>
class viennals::Box< T, D >

Class describing a square box from one coordinate to another.

Constructor & Destructor Documentation

◆ Box() [1/3]

template<class T, int D>
viennals::Box< T, D >::Box ( VectorType< T, D > passedMinCorner,
VectorType< T, D > passedMaxCorner )
inline

◆ Box() [2/3]

template<class T, int D>
viennals::Box< T, D >::Box ( const T * passedMinCorner,
const T * passedMaxCorner )
inline

◆ Box() [3/3]

template<class T, int D>
viennals::Box< T, D >::Box ( const std::vector< T > & passedMinCorner,
const std::vector< T > & passedMaxCorner )
inline

Member Data Documentation

◆ maxCorner

template<class T, int D>
VectorType<T, D> viennals::Box< T, D >::maxCorner

◆ minCorner

template<class T, int D>
VectorType<T, D> viennals::Box< T, D >::minCorner

The documentation for this class was generated from the following file: