Public Member Functions

za_co_codespot::datastructures::QuadtreeConcept< QuadtreeType, ValueType > Struct Template Reference

#include <QuadtreeConcept.h>

List of all members.

Public Member Functions

 BOOST_CONCEPT_USAGE (QuadtreeConcept)

Detailed Description

template<typename QuadtreeType, typename ValueType>
struct za_co_codespot::datastructures::QuadtreeConcept< QuadtreeType, ValueType >

This concept is provided to make sure all the quadtrees have the same interface (allowing easy switching between implementations).

The NaiveQuadtree is the Archetype of this concept - the documentation for that class applies to this concept.

Note:
This concept is not meant to be used by client code - it is meant to ensure that the different implementations are still in synch if they are changed in the future.

Definition at line 25 of file QuadtreeConcept.h.


The documentation for this struct was generated from the following file:
 All Classes Functions