#include <cassert>
#include <cstring>
#include <limits>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
|
#define | VINIT(d) dim(d), v(MaxDimension), x(v[0]), y(v[1]), z(v[2]), w(v[3]) |
|
|
template<typename S > |
bool | vistle::operator== (const ParameterVector< S > &v1, const ParameterVector< S > &v2) |
|
template<typename S > |
bool | vistle::operator!= (const ParameterVector< S > &v1, const ParameterVector< S > &v2) |
|
template<typename S > |
bool | vistle::operator< (const ParameterVector< S > &v1, const ParameterVector< S > &v2) |
|
template<typename S > |
bool | vistle::operator> (const ParameterVector< S > &v1, const ParameterVector< S > &v2) |
|
template<typename S > |
std::ostream & | vistle::operator<< (std::ostream &out, const ParameterVector< S > &v) |
|
◆ VINIT
#define VINIT |
( |
|
d | ) |
dim(d), v(MaxDimension), x(v[0]), y(v[1]), z(v[2]), w(v[3]) |