Octree< Content, GivenDimension >::__Node Class Reference

Inheritance diagram for Octree< Content, GivenDimension >::__Node:

Inheritance graph
[legend]

List of all members.

Public Types

enum  Type { subtree, leaf }

Public Member Functions

virtual const __Node::Type type () const =0
 __Node ()
 __Node (const __Node &n)
virtual ~__Node ()


Detailed Description

template<typename Content, size_t GivenDimension>
class Octree< Content, GivenDimension >::__Node

Definition at line 44 of file Octree.hpp.


Member Enumeration Documentation

template<typename Content, size_t GivenDimension>
enum Octree::__Node::Type

Enumerator:
subtree 
leaf 

Definition at line 47 of file Octree.hpp.

00047               {
00048       subtree,
00049       leaf
00050     };


Constructor & Destructor Documentation

template<typename Content, size_t GivenDimension>
Octree< Content, GivenDimension >::__Node::__Node (  )  [inline]

Definition at line 54 of file Octree.hpp.

00055     {
00056       ;
00057     }

template<typename Content, size_t GivenDimension>
Octree< Content, GivenDimension >::__Node::__Node ( const __Node n  )  [inline]

Definition at line 59 of file Octree.hpp.

00060     {
00061       ;
00062     }

template<typename Content, size_t GivenDimension>
virtual Octree< Content, GivenDimension >::__Node::~__Node (  )  [inline, virtual]

Definition at line 64 of file Octree.hpp.

00065     {
00066       ;
00067     }


Member Function Documentation

template<typename Content, size_t GivenDimension>
virtual const __Node::Type Octree< Content, GivenDimension >::__Node::type (  )  const [pure virtual]


The documentation for this class was generated from the following file:

Generated on Wed Nov 19 00:10:43 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6