Go to the documentation of this file.
21 #ifndef mia_3d_distance_hh
22 #define mia_3d_distance_hh
72 void push_slice(
int z,
const C2DImage& slice);
79 float get_distance_at(
const C3DFVector& p)
const;
86 C2DFImage get_distance_slice(
int z)
const;
88 struct C3DDistanceImpl *impl;