9 #ifndef IMPEM_MAP_DISTANCE_TRANSFORM_H
10 #define IMPEM_MAP_DISTANCE_TRANSFORM_H
12 #include <IMP/em/em_config.h>
43 return -std::numeric_limits<float>::max();
47 void compute_distance_transform();
51 std::vector<long> neighbors_;
Class for handling density maps.
Class for handling density maps.
long get_number_of_voxels() const
Get the number of map voxels.
long get_voxel_by_location(float x, float y, float z) const
Calculate the voxel of a given location.