#include <NVec.h>
|
| NVec () |
|
| NVec (T *v) |
|
| NVec (T t1,...) |
|
| NVec (T t1, T t2, T t3, T t4) |
|
| NVec (T t1, T t2, T t3) |
|
| NVec (T t1, T t2) |
|
virtual | ~NVec () |
|
NVec< DIM, T > & | operator() (T t1,...) |
|
NVec< DIM, T > & | operator= (T s) |
|
| NVec () |
|
| NVec (T *v) |
|
| NVec (T t1,...) |
|
| NVec (T t1, T t2, T t3, T t4) |
|
| NVec (T t1, T t2, T t3) |
|
| NVec (T t1, T t2) |
|
virtual | ~NVec () |
|
NVec< DIM, T > & | operator() (T t1,...) |
|
NVec< DIM, T > & | operator= (T s) |
|
template<int DIM, typename T>
class nvc::NVec< DIM, T >
Definition at line 17 of file Rocon/include/NVec.h.
Definition at line 22 of file Rocon/include/NVec.h.
24 for(
int i =0;
i<DIM;
i++)
25 this->push_back(
v[
i]);
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition at line 28 of file Rocon/include/NVec.h.
32 va_start( marker, t1);
33 for(
int i =1;
i<DIM;
i++)
34 this->push_back((T) va_arg( marker, T));
NVec |
( |
T |
t1, |
|
|
T |
t2, |
|
|
T |
t3, |
|
|
T |
t4 |
|
) |
| |
|
inline |
Definition at line 40 of file Rocon/include/NVec.h.
42 (*this)[0] = t1;(*this)[1] = t2;
43 (*this)[2] = t3;(*this)[3] = t4;
NVec |
( |
T |
t1, |
|
|
T |
t2, |
|
|
T |
t3 |
|
) |
| |
|
inline |
Definition at line 22 of file Rocprop/include/NVec.h.
24 for(
int i =0;
i<DIM;
i++)
25 this->push_back(
v[
i]);
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition at line 28 of file Rocprop/include/NVec.h.
32 va_start( marker, t1);
33 for(
int i =1;
i<DIM;
i++)
34 this->push_back((T) va_arg( marker, T));
NVec |
( |
T |
t1, |
|
|
T |
t2, |
|
|
T |
t3, |
|
|
T |
t4 |
|
) |
| |
|
inline |
Definition at line 40 of file Rocprop/include/NVec.h.
42 (*this)[0] = t1;(*this)[1] = t2;
43 (*this)[2] = t3;(*this)[3] = t4;
NVec |
( |
T |
t1, |
|
|
T |
t2, |
|
|
T |
t3 |
|
) |
| |
|
inline |
NVec<DIM,T>& operator() |
( |
T |
t1, |
|
|
|
... |
|
) |
| |
|
inline |
Definition at line 57 of file Rocon/include/NVec.h.
61 va_start( marker, t1);
62 for(
int i =1;
i<DIM;
i++)
63 this->push_back((T) va_arg( marker, T));
NVec<DIM,T>& operator() |
( |
T |
t1, |
|
|
|
... |
|
) |
| |
|
inline |
Definition at line 57 of file Rocprop/include/NVec.h.
61 va_start( marker, t1);
62 for(
int i =1;
i<DIM;
i++)
63 this->push_back((T) va_arg( marker, T));
NVec<DIM,T>& operator= |
( |
T |
s | ) |
|
|
inline |
NVec<DIM,T>& operator= |
( |
T |
s | ) |
|
|
inline |
The documentation for this class was generated from the following files: