9#ifndef IMPBFF_PATHMAPTILEEDGE_H
10#define IMPBFF_PATHMAPTILEEDGE_H
12#include <IMP/bff/bff_config.h>
16#include <IMP/bff/PathMap.h>
17#include <IMP/bff/PathMapTile.h>
50 float edge_cost = std::numeric_limits<float>::max()
Definition PathMapTileEdge.h:25
int tile_idx
Definition PathMapTileEdge.h:33
float length
The tile the edge is pointing to.
Definition PathMapTileEdge.h:34
float get_length() const
the path length / cost of going to the tile
Definition PathMapTileEdge.h:39
PathMapTileEdge(int edge_target=-1, float edge_cost=std::numeric_limits< float >::max())
Definition PathMapTileEdge.h:48
Definition PathMapTile.h:50