Public Member Functions | Data Fields

Accum< C, A, S > Class Template Reference

#include <Vec.h>

Public Member Functions

void add (C c)
void add (Vec< C, A, S > v)
void clear ()

Data Fields

Vec< C, A, S > asset
Vec< C, A, S > asvec

Detailed Description

template<class C, class A = DefaultAlloc, int S = VEC_INTEGRAL_SHIFT_DEFAULT>
class Accum< C, A, S >

Definition at line 131 of file Vec.h.


Member Function Documentation

template<class C , class A = DefaultAlloc, int S = VEC_INTEGRAL_SHIFT_DEFAULT>
void Accum< C, A, S >::add ( c  )  [inline]

Definition at line 134 of file Vec.h.

References Accum< C, A, S >::asset, and Accum< C, A, S >::asvec.

template<class C , class A = DefaultAlloc, int S = VEC_INTEGRAL_SHIFT_DEFAULT>
void Accum< C, A, S >::add ( Vec< C, A, S >  v  )  [inline]

Definition at line 135 of file Vec.h.

References Accum< C, A, S >::add(), Vec< C, A, S >::n, and Vec< C, A, S >::v.

Referenced by Accum< C, A, S >::add().

template<class C , class A = DefaultAlloc, int S = VEC_INTEGRAL_SHIFT_DEFAULT>
void Accum< C, A, S >::clear ( void   )  [inline]

Definition at line 136 of file Vec.h.

References Accum< C, A, S >::asset, and Accum< C, A, S >::asvec.


Field Documentation

template<class C , class A = DefaultAlloc, int S = VEC_INTEGRAL_SHIFT_DEFAULT>
Vec<C,A,S> Accum< C, A, S >::asset

Definition at line 132 of file Vec.h.

Referenced by Accum< C, A, S >::add(), and Accum< C, A, S >::clear().

template<class C , class A = DefaultAlloc, int S = VEC_INTEGRAL_SHIFT_DEFAULT>
Vec<C,A,S> Accum< C, A, S >::asvec

Definition at line 133 of file Vec.h.

Referenced by Accum< C, A, S >::add(), and Accum< C, A, S >::clear().


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