Catchea
Topographic Data Browser
topographer.h
Go to the documentation of this file.
1 
7 #ifndef CATCHEA_TOPOGRAPHER_H
8 #define CATCHEA_TOPOGRAPHER_H
9 
10 
11 #include <vector>
12 
13 #include "real_tile/real_tile.h"
14 
22 void Topographer__interpret(RealTile* real_tile,
23  const RealTile::Coloring &lower,
24  const RealTile::Coloring &upper,
25  const std::vector<RealTileSample> &steps);
26 
27 #endif //CATCHEA_TOPOGRAPHER_H
Definition: real_tile.h:14
void Topographer__interpret(RealTile *real_tile, const RealTile::Coloring &lower, const RealTile::Coloring &upper, const std::vector< RealTileSample > &steps)
Definition: topographer.cpp:24
Definition: real_tile.h:20