BIE::ContainerTessellation Class Reference

A tessellation class for holding sets of spacially disjoint tessellations. More...

#include <ContainerTessellation.h>

Inheritance diagram for BIE::ContainerTessellation:
Collaboration diagram for BIE::ContainerTessellation:

List of all members.

Public Member Functions

 ContainerTessellation (clivectortess *tessellations)
 Creates a container tessellation from a vector of existing tessellations.
virtual ~ContainerTessellation ()
 Destructor.
vector< int > GetRootTiles ()
 Return the tile ids of the tree roots in the tessellation forest.
vector< Node * > GetRootNodes ()
 Return the roots of the trees in the tessellation forest.

Friends

class boost::serialization::access


Detailed Description

A tessellation class for holding sets of spacially disjoint tessellations.

A container tessellation is created from existing tessellations, which can be normal tessellations like QuadTree and KDTree or other container tessellations. The notion of a tessellation tree becomes a little blurred when using container tessellations - container tessellations are "forests" of tessellation trees. The set of root tiles for a container tessellation is the union of the root tiles of the tessellation being held in the container.


Constructor & Destructor Documentation

BIE::ContainerTessellation::ContainerTessellation ( clivectortess *  tessellations  ) 

Creates a container tessellation from a vector of existing tessellations.

The constituent tessellations should cover disjoint regions in the space being examined.

Parameters:
tessellations A cli vector containing the set of tessellation objects to put into the container tessellation.


Member Function Documentation

vector<int> BIE::ContainerTessellation::GetRootTiles (  )  [inline, virtual]

Return the tile ids of the tree roots in the tessellation forest.

QuadTree and Kd have forests with size one. All MappedGrid are "root" nodes.

Implements BIE::Tessellation.

vector<Node*> BIE::ContainerTessellation::GetRootNodes (  )  [inline, virtual]

Return the roots of the trees in the tessellation forest.

QuadTree and Kd have forests with size one.

Implements BIE::Tessellation.


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

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:12 2010 by doxygen