View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Classes | Namespaces | Typedefs | Variables
celltree.h File Reference
#include "export.h"
#include "scalar.h"
#include "index.h"
#include "shm.h"
#include "object.h"
#include "vector.h"
#include "geometry.h"
#include "shmvector.h"
#include "celltreenode.h"
Include dependency graph for celltree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vistle::Celltree< Scalar, Index, NumDimensions >
 
class  vistle::Celltree< Scalar, Index, NumDimensions >::VisitFunctor
 
class  vistle::Celltree< Scalar, Index, NumDimensions >::LeafFunctor
 return whether further cells have to be visited More...
 
class  vistle::Celltree< Scalar, Index, NumDimensions >::CellBoundsFunctor
 compute bounding box of a cell More...
 
class  vistle::CelltreeInterface< Dim >
 

Namespaces

namespace  vistle
 

Typedefs

typedef CelltreeNode< sizeof(Index), 1 > vistle::CelltreeNode1
 
typedef CelltreeNode< sizeof(Index), 2 > vistle::CelltreeNode2
 
typedef CelltreeNode< sizeof(Index), 3 > vistle::CelltreeNode3
 
typedef Celltree< Scalar, Index, 1 > vistle::Celltree1
 
typedef Celltree< Scalar, Index, 2 > vistle::Celltree2
 
typedef Celltree< Scalar, Index, 3 > vistle::Celltree3
 

Variables

template class V_COREEXPORT vistle::Celltree< Scalar, Index, 1 >
 
template class V_COREEXPORT vistle::Celltree< Scalar, Index, 2 >
 
template class V_COREEXPORT vistle::Celltree< Scalar, Index, 3 >