dynamicIndexedOctree.H File Reference
Include dependency graph for dynamicIndexedOctree.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dynamicIndexedOctree< Type >
 Non-pointer based hierarchical recursive searching. Storage is dynamic, so elements can be deleted. More...
 
class  dynamicIndexedOctree< Type >
 Non-pointer based hierarchical recursive searching. Storage is dynamic, so elements can be deleted. More...
 
class  dynamicIndexedOctree< Type >::node
 Tree node. Has up pointer and down pointers. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

typedef DynamicList< autoPtr< DynamicList< label > > > contentListList
 

Functions

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

Detailed Description

Original source file dynamicIndexedOctree.H

Definition in file dynamicIndexedOctree.H.