flavour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
std::multivector< T, 1 > Class Template Reference

Specialization template class of multivector<T,N> for N=1. More...

#include <multivector.h>

Inheritance diagram for std::multivector< T, 1 >:
Collaboration diagram for std::multivector< T, 1 >:

Public Types

typedef vector< T > v
 

Public Member Functions

 multivector ()
 Default constructor. More...
 
 multivector (const multivector &m)
 Copy constructor. More...
 
 multivector (const T &value, int x)
 Recommended constructor. More...
 
 multivector (const T &value, va_list &listPointer)
 Auxiliary constructor. More...
 

Detailed Description

template<class T>
class std::multivector< T, 1 >

Specialization template class of multivector<T,N> for N=1.

See also
multivector<T,N>

Definition at line 46 of file multivector.h.

Member Typedef Documentation

template<class T >
typedef vector< T > std::multivector< T, 1 >::v

Definition at line 48 of file multivector.h.

Constructor & Destructor Documentation

template<class T >
std::multivector< T, 1 >::multivector ( )
inline

Default constructor.

Definition at line 50 of file multivector.h.

template<class T >
std::multivector< T, 1 >::multivector ( const multivector< T, 1 > &  m)
inline

Copy constructor.

Definition at line 52 of file multivector.h.

template<class T >
std::multivector< T, 1 >::multivector ( const T &  value,
int  x 
)
inline

Recommended constructor.

Parameters
valuethe value with which every objects are initialized
xnumber of dimensions of the vector

Definition at line 57 of file multivector.h.

template<class T >
std::multivector< T, 1 >::multivector ( const T &  value,
va_list &  listPointer 
)
inline

Auxiliary constructor.

It is the last constructor to be called in the recursive constructor multivector<T,N>::multivector(const T&,va_list &).

See also
multivector<T,N>::multivector(const T&,va_list &)

Definition at line 63 of file multivector.h.


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