View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Classes | Namespaces | Macros
vec.h File Reference
#include "index.h"
#include "dimensions.h"
#include "object.h"
#include "vector.h"
#include "database.h"
#include "shmvector.h"
Include dependency graph for vec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vistle::Vec< T, Dim >
 
struct  vistle::Vec< T, Dim >::Data
 

Namespaces

namespace  vistle
 

Macros

#define V_VEC_COMMA   ,
 
#define V_VEC_TEMPLATE(ValueType)
 

Macro Definition Documentation

◆ V_VEC_COMMA

#define V_VEC_COMMA   ,

◆ V_VEC_TEMPLATE

#define V_VEC_TEMPLATE (   ValueType)
Value:
extern template class V_COREEXPORT Vec<ValueType, 1>; \
V_OBJECT_DECL(Vec<ValueType V_VEC_COMMA 1>) \
extern template class V_COREEXPORT Vec<ValueType, 2>; \
V_OBJECT_DECL(Vec<ValueType V_VEC_COMMA 2>) \
extern template class V_COREEXPORT Vec<ValueType, 3>; \
V_OBJECT_DECL(Vec<ValueType V_VEC_COMMA 3>) \
/* extern template class V_COREEXPORT Vec<ValueType,4>; \
V_OBJECT_DECL(Vec<ValueType V_VEC_COMMA 4>) */
#define V_COREEXPORT
Definition: export.h:9