template<typename T >
Fill the cartesian map dst with the output of the function src(azimuth, range) Definizione alla linea 109 del file cart.h. Referenzia map_azimuth, map_range, e missing. Matrix2D< unsigned > map_range Range indices to use to lookup a map point in a volume -1 means no mapping. Definition: cart.h:76 static const unsigned missing Missing value in the azimuth and range index mappings. Definition: cart.h:66 Matrix2D< unsigned > map_azimuth Azimuth indices to use to lookup a map point in a volume -1 means no mapping. Definition: cart.h:73 |