$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_< 3, T > Class Template Reference

#include <mln/algebra/vec.hh>

Public Member Functions

void set (const T &val0, const T &val1, const T &val2)

Protected Attributes

data_ [3]

Public Types

typedef Object< void > category
typedef vec< 3, T > exact_t

Detailed Description

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

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

Member Function Documentation

template<typename T >
void mln::algebra::internal::vec_base_< 3, T >::set ( const T &  val0,
const T &  val1,
const T &  val2 
)
inline

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

Member Data Documentation

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

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

Member Typedef Documentation

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

Definition at line 106 of file object.hh.

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

Definition at line 105 of file object.hh.