NEST main@caf0ae8
 
Loading...
Searching...
No Matches
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 > &lower_left, const Position< D > &upper_right)
 

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

◆ Box() [1/2]

template<int D>
nest::Box< D >::Box ( )
inline

◆ Box() [2/2]

template<int D>
nest::Box< D >::Box ( const Position< D > &  lower_left,
const Position< D > &  upper_right 
)
inline

Member Data Documentation

◆ lower_left

◆ upper_right


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