COPASI API
4.40.278
|
#include <CLImageTexturizer.h>
Public Member Functions | |
virtual CLTextureSpec * | operator() (const std::string &filename, const std::string &basedir)=0 |
Static Protected Member Functions | |
static std::string | to_absolute_path (const std::string &filename, const std::string &basedir) |
|
pure virtual |
Implemented in CLSimpleImageTexturizer.
|
staticprotected |
Takes a filename and tries to find out if it is a relative or an absolute path. If the file can not be found either way, an empty string is returned.
References CDirEntry::makePathAbsolute().
Referenced by CLSimpleImageTexturizer::create_texture_for_image().