Empirical
Public Member Functions | List of all members
emp::internal::ImageManager Class Reference

#include <RawImage.h>

Public Member Functions

 ImageManager ()
 
 ~ImageManager ()
 
bool Has (const std::string &url)
 Is an image with the provided name currently being managed? More...
 
Ptr< ImageInfoAdd (const std::string &url)
 Create a new image with the provided name. More...
 
Ptr< ImageInfoGetInfo (const std::string &url)
 Get the info about a specified image (loading it only if needed!) More...
 

Constructor & Destructor Documentation

emp::internal::ImageManager::ImageManager ( )
inline
emp::internal::ImageManager::~ImageManager ( )
inline

Member Function Documentation

Ptr<ImageInfo> emp::internal::ImageManager::Add ( const std::string &  url)
inline

Create a new image with the provided name.

Ptr<ImageInfo> emp::internal::ImageManager::GetInfo ( const std::string &  url)
inline

Get the info about a specified image (loading it only if needed!)

bool emp::internal::ImageManager::Has ( const std::string &  url)
inline

Is an image with the provided name currently being managed?


The documentation for this class was generated from the following file: