View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Namespaces | Macros | Functions
paramvector_impl.h File Reference
#include <cassert>
#include <cstring>
#include <limits>
#include <boost/lexical_cast.hpp>
Include dependency graph for paramvector_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vistle
 

Macros

#define VINIT(d)   dim(d), v(MaxDimension), x(v[0]), y(v[1]), z(v[2]), w(v[3])
 

Functions

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)
 

Macro Definition Documentation

◆ VINIT

#define VINIT (   d)    dim(d), v(MaxDimension), x(v[0]), y(v[1]), z(v[2]), w(v[3])