Ocean
Octree.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Geometry::OctreeT< T >
 Forward declaration. More...
 
class  Ocean::Geometry::OctreeT< T >::Parameters
 This class stores construction parameters for an octree. More...
 
class  Ocean::Geometry::OctreeT< T >::ReusableData
 Definition of a class which holds reusable data for internal use. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::Geometry
 Namespace of the Geometry library.
 

Typedefs

typedef OctreeT< Scalar > Ocean::Geometry::Octree
 Definition of an Octree using Scalar as data type. More...
 
typedef OctreeT< double > Ocean::Geometry::OctreeD
 Definition of an Octree using double as data type. More...
 
typedef OctreeT< float > Ocean::Geometry::OctreeF
 Definition of an Octree using float as data type. More...