/* * mapping.h * * 3D Mapping * * (c) 2007 Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef MAPPING_H #define MAPPING_H #include "reflections.h" #include "control.h" extern ReflectionContext *mapping_create(ControlContext *ctx); #endif /* MAPPING_H */