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

NRVec< bool > Class Template Reference

#include <nrutil_mtl.h>

Inheritance diagram for NRVec< bool >:

NRVec< int > List of all members.

Public Member Functions

 NRVec ()
 NRVec (const int n)
 NRVec (const bool &a, int n)
 NRVec (const bool *a, int n)

template<>
class NRVec< bool >


Member Function Documentation

NRVec< bool >::NRVec const bool *  a,
int  n
[inline]
 

Definition at line 116 of file nrutil_mtl.h.

00116                                     : NRVec<int>(n) {
00117                 for (int i=0; i<n; i++) myvec[i] = *a++;}

NRVec< bool >::NRVec const bool &  a,
int  n
[inline]
 

Definition at line 115 of file nrutil_mtl.h.

00115 : NRVec<int>(int(a),n) {}

NRVec< bool >::NRVec const int  n  )  [inline, explicit]
 

Reimplemented from NRVec< int >.

Definition at line 114 of file nrutil_mtl.h.

00114 : NRVec<int>(n) {}

NRVec< bool >::NRVec  )  [inline]
 

Reimplemented from NRVec< int >.

Definition at line 113 of file nrutil_mtl.h.

00113 : NRVec<int>() {}


The documentation for this class was generated from the following file:
Generated on Thu Nov 1 11:59:45 2007 for loon by  doxygen 1.3.9.1