MIRA
Namespaces | Functions
PackageFinder.h File Reference

Provides methods for finding packages. More...

#include <utils/Path.h>
#include <utils/Time.h>
Include dependency graph for PackageFinder.h:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

MIRA_BASE_EXPORT Path findPackage (const std::string &package, Duration maxCacheAge=Duration::infinity())
 Finds a package with given name using an internal cache of packages. More...
 
MIRA_BASE_EXPORT std::map< std::string, Path > findPackages (Duration maxCacheAge=Duration::infinity())
 Finds all packages using an internal cache of packages. More...
 

Detailed Description

Provides methods for finding packages.

Author
Tim Langner
Date
2013/04/29