FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

octree.H File Reference


Detailed Description

Definition in file octree.H.

#include "src/meshTools/octree/treeBoundBoxList.H"
#include "src/meshTools/octree/treeLeaf.H"
#include "src/meshTools/octree/pointIndexHit.H"
#include "src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H"
Include dependency graph for octree.H:

Go to the source code of this file.

Classes

class  octree< Type >
 Octree, templated on type of shapes it refers to. More...
class  octree< Type >::iterator
 An STL iterator for octree. More...
class  octree< Type >::const_iterator
 An STL const_iterator for octree. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class Type >
Ostream &  operator<< (Ostream &, const octree< Type > &)
 TemplateName (octree)