NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::Box< D > Struct Template Reference

A box is defined by the lower left corner (minimum coordinates) and the upper right corner (maximum coordinates). More...

#include <position.h>

Public Member Functions

 Box ()
 
 Box (const Position< D > &ll, const Position< D > &ur)
 

Public Attributes

Position< D > lower_left
 
Position< D > upper_right
 

Detailed Description

template<int D>
struct nest::Box< D >

A box is defined by the lower left corner (minimum coordinates) and the upper right corner (maximum coordinates).

Constructor & Destructor Documentation

template<int D>
nest::Box< D >::Box ( )
inline
template<int D>
nest::Box< D >::Box ( const Position< D > &  ll,
const Position< D > &  ur 
)
inline

Member Data Documentation

template<int D>
Position<D> nest::Box< D >::lower_left
template<int D>
Position<D> nest::Box< D >::upper_right

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