25 #ifndef WVECTOR3DTRAITS_H
26 #define WVECTOR3DTRAITS_H
30 #include <cxxtest/TestSuite.h>
31 #include <cxxtest/ValueTraits.h>
33 #include "../../test/WTraitsBase.h"
34 #include "../linearAlgebra/WVectorFixed.h"
36 #ifdef CXXTEST_RUNNING
39 CXXTEST_TEMPLATE_INSTANTIATION
52 explicit ValueTraits(
const WVector3d &m )
54 std::stringstream tmp;
56 tmp <<
"WVector3d( " << m[0] <<
" " << m[1] <<
" " << m[2] <<
" )";
61 #endif // CXXTEST_RUNNING
62 #endif // WVECTOR3DTRAITS_H
A fixed size matrix class.
Base class to all custom Value Traits for CxxTest.