![]() |
ImFusion SDK 4.3
|
This is the complete list of members for DatasetCache, including all inherited members.
addDataset(std::shared_ptr< DcmDataset > dataset, const Url &url) | DatasetCache | |
authorizationProvider() const | DatasetCache | |
clear() | DatasetCache | |
contains(const Url &url) const | DatasetCache | |
DatasetCache(int maxCost=2048) (defined in DatasetCache) | DatasetCache | |
ErrorCallback typedef | ErrorRecorder | |
forwardErrors(const ErrorRecorder *otherRecorder) | ErrorRecorder | |
load(const Url &url, std::vector< std::string > *filepathsOut=nullptr, Progress *progress=nullptr, bool loadIntoMemory=true) | DatasetCache | |
loadFromFile(const std::string &filepath, Progress *progress=nullptr, bool loadIntoMemory=true) | DatasetCache | |
loadFromFolder(const std::string &folderpath, bool recursive=false, std::vector< std::string > *filepathsOut=nullptr, Progress *progress=nullptr, bool loadIntoMemory=true, bool ignoreNonDicomFiles=true) | DatasetCache | |
loadFromHttp(const Url &url, std::vector< std::string > *filepathsOut=nullptr, Progress *progress=nullptr) | DatasetCache | |
loadFromPacs(const Url &url, std::vector< std::string > *filepathsOut=nullptr, Progress *progress=nullptr) | DatasetCache | |
maxCost() const (defined in DatasetCache) | DatasetCache | |
registerError(const Error &error) const override | DatasetCache | virtual |
registerError(Error::Code code, Error::Type type, const std::string &details, TagProxy tag=TagProxy()) const (defined in ErrorRecorder) | ErrorRecorder | |
registerErrorHandler(ErrorCallback handler) | ErrorRecorder | virtual |
registerHttpError(const Network::HttpError &error) (defined in DatasetCache) | DatasetCache | |
remove(const Url &url) | DatasetCache | |
setAuthorizationProvider(std::shared_ptr< Network::AuthorizationProvider > provider) | DatasetCache | |
setMaxCost(int maxCost) | DatasetCache | |
size() const | DatasetCache | |
totalCost() const | DatasetCache | |
unregisterErrorHandler(void *handler) | ErrorRecorder | virtual |
~DatasetCache() override (defined in DatasetCache) | DatasetCache | |
~ErrorRecorder()=default (defined in ErrorRecorder) | ErrorRecorder | virtual |