IMP logo
IMP Reference Guide  develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
PathMapTile.h File Reference

Tile used in path search by PathMap. More...

#include <IMP/bff/bff_config.h>
#include <cmath>
#include <vector>
#include <utility>
#include <algorithm>
#include <IMP/bff/PathMapTileEdge.h>
+ Include dependency graph for PathMapTile.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::bff::PathMapTile
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::bff
 Bayesian Fluorescence Framework.
 

Enumerations

enum  IMP::bff::PathMapTileOutputs {
  PM_TILE_PENALTY, IMP::bff::PM_TILE_COST, IMP::bff::PM_TILE_DENSITY, IMP::bff::PM_TILE_COST_DENSITY,
  IMP::bff::PM_TILE_PATH_LENGTH, IMP::bff::PM_TILE_PATH_LENGTH_DENSITY, IMP::bff::PM_TILE_FEATURE, IMP::bff::PM_TILE_ACCESSIBLE_DENSITY,
  IMP::bff::PM_TILE_ACCESSIBLE_FEATURE
}
 Value types that can be read from a PathMapTile. More...
 

Variables

const float IMP::bff::TILE_COST_DEFAULT = 100000.0f
 
const float IMP::bff::TILE_EDGE_COST_DEFAULT = 100000.0f
 
const float IMP::bff::TILE_OBSTACLE_PENALTY = 100000.0f
 
const float IMP::bff::TILE_OBSTACLE_THRESHOLD = 0.000001f
 
const float IMP::bff::TILE_PENALTY_DEFAULT = 100000.0f
 
const float IMP::bff::TILE_PENALTY_THRESHOLD = 100000.0f
 
const bool IMP::bff::TILE_VISITED_DEFAULT = false
 

Detailed Description

Tile used in path search by PathMap.

Authors
Thomas-Otavio Peulen Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file PathMapTile.h.