#include <nrutil_mtl.h>
Inheritance diagram for NRVec< bool >:

Public Member Functions | |
| NRVec () | |
| NRVec (const int n) | |
| NRVec (const bool &a, int n) | |
| NRVec (const bool *a, int n) | |
|
||||||||||||
|
Definition at line 116 of file nrutil_mtl.h. 00116 : NRVec<int>(n) { 00117 for (int i=0; i<n; i++) myvec[i] = *a++;}
|
|
||||||||||||
|
Definition at line 115 of file nrutil_mtl.h. 00115 : NRVec<int>(int(a),n) {}
|
|
|
Reimplemented from NRVec< int >. Definition at line 114 of file nrutil_mtl.h. 00114 : NRVec<int>(n) {}
|
|
|
Reimplemented from NRVec< int >. Definition at line 113 of file nrutil_mtl.h. 00113 : NRVec<int>() {}
|
1.3.9.1