MorphoGraphX  2.0-1-227
Classes | Namespaces | Typedefs
Mesh.hpp File Reference
#include <Config.hpp>
#include <Types.hpp>
#include <Attributes.hpp>
#include <cuda/CudaExport.hpp>
#include <CellTissue.hpp>
#include <Stack.hpp>
#include <TransferFunction.hpp>
#include <omp.h>
#include <QImage>
#include <string.h>
#include <typeinfo>

Go to the source code of this file.

Classes

class  mgx::Mesh
 

Namespaces

 mgx
 Distributed matrix library.
 

Typedefs

typedef std::unordered_map< int, HVec3U > mgx::IntHVec3uMap
 Map of an integer to a host vector of 3 unsigned integers. More...
 
typedef std::pair< int, HVec3U > mgx::IntHVec3uPair
 Element in IntHVec3uMap. More...
 

Detailed Description

This files contains the definition of a mesh for the Process API

Definition in file Mesh.hpp.