$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::algebra::internal::vec_base_< n, T > Class Template Reference

#include <mln/algebra/vec.hh>

Protected Attributes

T data_ [n]

Public Types

typedef Object< void > category
typedef vec< n, Texact_t

Detailed Description

template<unsigned n, typename T>
class mln::algebra::internal::vec_base_< n, T >

Definition at line 117 of file algebra/vec.hh.

Member Data Documentation

template<unsigned n, typename T>
T mln::algebra::internal::vec_base_< n, T >::data_[n]
protected

Definition at line 120 of file algebra/vec.hh.

Member Typedef Documentation

typedef Object<void> mln::Object< vec< n, T > >::category
inherited

Definition at line 106 of file object.hh.

typedef vec< n, T > mln::Object< vec< n, T > >::exact_t
inherited

Definition at line 105 of file object.hh.