|
Ocean
|
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 | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::Geometry |
| Namespace of the Geometry library. | |
Typedefs | |
| typedef OctreeT< Scalar > | Ocean::Geometry::Octree |
| Definition of an Octree using Scalar as data type. | |
| typedef OctreeT< double > | Ocean::Geometry::OctreeD |
| Definition of an Octree using double as data type. | |
| typedef OctreeT< float > | Ocean::Geometry::OctreeF |
| Definition of an Octree using float as data type. | |