IMP.bff
|
This is the complete list of members for PathMapHeader, including all inherited members.
get_density_header() const | PathMapHeader | inline |
get_density_header_writable() | PathMapHeader | inline |
get_grid_edge_length() | PathMapHeader | |
get_max_path_length() | PathMapHeader | inline |
get_neighbor_box_size() const | PathMapHeader | |
get_neighbor_radius() const | PathMapHeader | inline |
get_obstacle_threshold() const | PathMapHeader | inline |
get_origin() const | PathMapHeader | |
get_path_origin() const | PathMapHeader | inline |
get_simulation_grid_resolution() | PathMapHeader | |
path_origin_ | PathMapHeader | protected |
PathMapHeader(double max_path_length=10.0, double grid_spacing=1.0, double neighbor_radius=2, double obstacle_threshold=std::numeric_limits< double >::epsilon()) | PathMapHeader | |
set_neighbor_radius(double neighbor_radius) | PathMapHeader | |
set_obstacle_threshold(double obstacle_threshold) | PathMapHeader | |
set_origin(float x, float y, float z) | PathMapHeader | |
set_path_origin(const IMP::algebra::Vector3D &v) | PathMapHeader | |
update_map_dimensions(int nx=-1, int ny=-1, int nz=-1) | PathMapHeader | |
~PathMapHeader()=default | PathMapHeader |