NEST main@caf0ae8
 
Loading...
Searching...
No Matches
position.h File Reference
#include <algorithm>
#include <array>
#include <cassert>
#include <cmath>
#include <iostream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "compose.hpp"
#include "exceptions.h"
#include "nest_types.h"
Include dependency graph for position.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nest::Position< D, T >
 
struct  nest::Box< D >
 A box is defined by the lower left corner (minimum coordinates) and the upper right corner (maximum coordinates). More...
 
class  nest::MultiIndex< D >
 An index into a multidimensional array. More...
 

Namespaces

namespace  nest
 Namespace for the NEST simulation kernel.
 

Functions

template<int D, class T >
std::ostream & nest::operator<< (std::ostream &os, const Position< D, T > &pos)