View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
core
quads.h
Go to the documentation of this file.
1
#ifndef VISTLE_QUADS_H
2
#define VISTLE_QUADS_H
3
4
#include "
ngons.h
"
5
6
namespace
vistle
{
7
8
extern
template
class
V_COREEXPORT
Ngons<4>
;
9
typedef
Ngons<4>
Quads
;
10
V_OBJECT_DECL
(
Ngons<4>
)
11
}
// namespace vistle
12
#endif
vistle::Ngons
Definition:
ngons.h:12
V_COREEXPORT
#define V_COREEXPORT
Definition:
export.h:9
vistle
Definition:
allobjects.cpp:30
vistle::Quads
Ngons< 4 > Quads
Definition:
quads.h:9
vistle::Ngons< 4 >
template class V_COREEXPORT Ngons< 4 >
ngons.h
V_OBJECT_DECL
#define V_OBJECT_DECL(ObjType)
Definition:
object.h:525