Adopts boost graph as Metric. More...
#include <graph_metrics.hpp>
Public Types | |
typedef array_metric < DistanceType > | GMBase |
typedef graph_metric_filler_impl < typename graph_metric_traits < Graph >::graph_tag_type > | GMFBase |
Public Types inherited from paal::data_structures::rectangle_array_metric< DistanceType > | |
typedef DistanceType | DistanceType |
typedef int | VertexType |
Public Member Functions | |
graph_metric (const Graph &g) | |
constructor More... | |
Public Member Functions inherited from paal::data_structures::array_metric< DistanceType > | |
array_metric (int N=0) | |
constructor More... | |
array_metric (const OtherMetrics &other, Items &&items) | |
constructor from another metric More... | |
int | size () const |
returns N More... | |
Public Member Functions inherited from paal::data_structures::rectangle_array_metric< DistanceType > | |
rectangle_array_metric (int N=0, int M=0) | |
constructor More... | |
rectangle_array_metric (const OtherMetrics &other, XRange &&xrange, YRange &&yrange) | |
constructor from another metric More... | |
DistanceType | operator() (const VertexType &v, const VertexType &w) const |
operator(), valid only when v < N and w < M More... | |
DistanceType & | operator() (const VertexType &v, const VertexType &w) |
operator(), valid only when v < N and w < M, nonconst version More... | |
rectangle_array_metric & | operator= (const rectangle_array_metric &am) |
operator= More... | |
bool | operator== (const rectangle_array_metric &other) const |
operator== | |
Additional Inherited Members | |
Protected Types inherited from paal::data_structures::rectangle_array_metric< DistanceType > | |
typedef boost::multi_array < DistanceType, DIM_NR > | matrix_type |
Protected Attributes inherited from paal::data_structures::rectangle_array_metric< DistanceType > | |
matrix_type | m_matrix |
matrix with data | |
Static Protected Attributes inherited from paal::data_structures::rectangle_array_metric< DistanceType > | |
static const int | DIM_NR |
dimention of multi array | |
Adopts boost graph as Metric.
Graph | |
DistanceType | |
GraphType |
Definition at line 94 of file graph_metrics.hpp.
|
inline |