16 #include <boost/filesystem.hpp>
36 static void getAbsolutePath(std::string& msFilename,
const std::string& fromFile);
38 static boost::filesystem::path resolve(
39 const boost::filesystem::path& p);
41 static boost::filesystem::path resolve(
42 const boost::filesystem::path& p,
43 const boost::filesystem::path& base);
46 static std::string ts_buildAcceleratedFilename(
const std::string& filePathIn,
47 const std::string& cacheDir,
48 const std::string& cachedExtension,
50 const std::string& zipCdbFile,
52 const std::string& zipTextureName);
55 static bool isTerraPage(
const std::string& inputExtension,
const std::string& secondaryExtension)
Definition: DtOsgFileCacheUtil.h:26
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
static const char * theTerraPagePageExtension
Definition: DtFileExtensions.h:29
static bool isTerraPage(const std::string &inputExtension, const std::string &secondaryExtension)
check if the file extension are TerraPage extension
Definition: DtOsgFileCacheUtil.h:55
static const char * theTerraPageFileExtension
Definition: DtFileExtensions.h:28
Contains file extensions that DtOsgFileCache/Vantage refers to.
Contains DLL export macros.
static const char * theTerraPageExtension
Extensions.
Definition: DtFileExtensions.h:27