|
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 | |
| using | Ocean::Geometry::Octree = OctreeT< Scalar > |
| Definition of an Octree using Scalar as data type. | |
| using | Ocean::Geometry::OctreeD = OctreeT< double > |
| Definition of an Octree using double as data type. | |
| using | Ocean::Geometry::OctreeF = OctreeT< float > |
| Definition of an Octree using float as data type. | |