Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

VEC< 1, T > Class Template Reference

One-dimensional VEC partial specialization. More...

#include <LUT.h>

List of all members.

Public Methods

 VEC (std::vector< T > const &v)
 Convenience constructor, initialize from std::vector.

 VEC (T d)
void set (T d)
operator[] (int n) const

Friends

class VEC< 2, T >


Detailed Description

template<typename T>
class VEC< 1, T >

One-dimensional VEC partial specialization.

The methods here are pretty straightforward, see VEC<N, T> for details.

Author:
Mark Rose <mrose@stm.lbl.gov>


Member Function Documentation

template<typename T>
T VEC< 1, T >::operator[] int    n const [inline]
 

template<typename T>
void VEC< 1, T >::set   d [inline]
 

template<typename T>
VEC< 1, T >::VEC   d [inline]
 

template<typename T>
VEC< 1, T >::VEC std::vector< T > const &    v [inline]
 

Convenience constructor, initialize from std::vector.


Friends And Related Function Documentation

template<typename T>
friend class VEC< 2, T > [friend]
 


The documentation for this class was generated from the following file:
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage.

Generated on Tue Oct 14 12:06:42 2003, using Doxygen 1.2.18.

[SF.net]