NiHu  2.0
NiHu::space< Scalar, Dimension > Struct Template Reference

class representing a coordinate space with a scalar and a dimension More...

#include <space.hpp>

Public Types

enum  { dimension = Dimension }
 integral constants More...
 
typedef space type
 self-returning
 
typedef Scalar scalar_t
 template parameter as nested type
 
typedef Eigen::Matrix< scalar_t, Dimension, 1 > location_t
 the location type
 

Detailed Description

template<class Scalar, unsigned Dimension>
struct NiHu::space< Scalar, Dimension >

class representing a coordinate space with a scalar and a dimension

Template Parameters
Scalarthe scalar variable
Dimensionthe space dimensionality

Definition at line 36 of file space.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<class Scalar , unsigned Dimension>
anonymous enum

integral constants

Enumerator
dimension 

template parameter as nested value

Definition at line 45 of file space.hpp.


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