Bitstream Interpretation Library (BIL)  0.1
PIPRefString.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_PIPREFSTRING_HPP
8 #define BIL_PIPREFSTRING_HPP
9 
10 #include <string>
11 #include <xdl/model/PIPRef.hpp>
12 #include <xdlrc/model/Tile.hpp>
13 #include <xdlrc/model/TileType.hpp>
14 
15 
16 namespace bil {
17 
26  std::string pipRefString(const PIPRef& pipRef, const Tiles& tiles, const TileTypes& tileTypes);
27 
28 }
29 
30 #endif