All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
List of all members
paal::data_structures::voronoi_traits< V > Struct Template Reference

default VertexType is int. More...

#include <voronoi_traits.hpp>

Inheritance diagram for paal::data_structures::voronoi_traits< V >:
paal::data_structures::_voronoi_traits< V, int >

Additional Inherited Members

- Public Types inherited from paal::data_structures::_voronoi_traits< V, int >
typedef int VertexType
 
- Public Member Functions inherited from paal::data_structures::_voronoi_traits< V, int >
typedef puretype (std::declval< V >().get_generators()) GeneratorsSet
 Generators set.
 
typedef puretype (std::declval< V >().get_vertices()) VerticesSet
 vertices set
 
- Public Attributes inherited from paal::data_structures::_voronoi_traits< V, int >
decltype(std::declval< V >
().add_generator(std::declval
< VertexType >())) typedef 
DistanceType
 distance type
 

Detailed Description

template<typename V>
struct paal::data_structures::voronoi_traits< V >

default VertexType is int.

Definition at line 43 of file voronoi_traits.hpp.


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