MeVisLab Toolbox Reference
|
#include <DCMTree_FileCache.h>
Public Member Functions | |
virtual | ~FileCache ()=default |
virtual void | init (std::string const &filename, TagId const &id)=0 |
virtual bool | isInitialized () const =0 |
virtual bool | getValue (boost::uint32_t idx, unsigned char *dest, boost::uint32_t bufSize)=0 |
virtual bool | getValue (boost::uint32_t idx, unsigned char *dest, boost::uint32_t bufSize, std::string &colorModel, unsigned int &fragment)=0 |
Definition at line 26 of file DCMTree_FileCache.h.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |