MeVisLab Toolbox Reference
|
This is the complete list of members for ml::CoreModuleLoaderBackendInterface, including all inherited members.
checkOrCreateReusableModule(const std::string &dllName, const std::string &moduleName, const std::vector< std::string > &expectedFields, Module **module, Module **moduleToUse)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
createAndSaveThumbNail(PagedImage &srcImg, const std::string &outFile, MLint ext, bool useMiddleSlice=true, bool buildNoPreviewImageOnInvalidImage=false)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
destroyMLImageFormatFileReaderInstance(MLImageFormat *&instance)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
getDCMTreeFromMLImageFile(const std::string &mlImageFileName, DCMTree::Const_TreePtr &treePtr, size_t &numVols, MLErrorCode &fileLoadError, MLErrorCode &treeExtractError)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
getImagePropertiesWithImgFileReader(const std::string &fileName, PagedImage &pImgProps, std::string &fileFormat)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
getImagePropertiesWithMLImageFormatReader(const std::string &fileName, PagedImage &pImgProps)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
getPreferredLoader(const std::string &fileName)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
loadWithHistoLoad(const std::string &fileName, SubImage &outSubImg, const ImageVector &corrOffset, Module **loaderToCreate, bool loadFullImage, PagedImage *pagedImg=nullptr, MLint level=0)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
loadWithImgFileLoader(const std::string &pageFileName, SubImage &outSubImg, const ImageVector &corrOffset, MLint dcmTiffExtZ, const bool isDCMTiff, bool loadFullImage=false)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
loadWithMLImageFormat(const std::string &pageFileName, SubImage &outSubImg, const ImageVector &corrOffset, MLImageFormat **loader, bool loadFullImage=false)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
loadWithMLItkImageFileReader(const std::string &pageFileName, SubImage &outSubImg, const ImageVector &corrOffset, MLDataType fileDataType, Module **loader, DCMTree::Const_TreePtr constTreePtr, bool dstIsRGB, std::string *metaDataDump=nullptr, bool loadFullImage=false, size_t itkLoadDim=3, bool hideErrorPosts=false, const SubImageBox &expectedImageExtent=SubImageBox())=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
ML_ABSTRACT_ROOT_CLASS_HEADER(CoreModuleLoaderBackendInterface) | ml::CoreModuleLoaderBackendInterface | |
saveAsMLImageFormat(PagedImage &imgToSave, const std::string &outFileName, const std::string &mliCompress, bool updateMinMaxAfterSave)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
saveSubImgInFile(const SubImage &srcSubImg, const std::string &outFileName)=0 | ml::CoreModuleLoaderBackendInterface | pure virtual |
~CoreModuleLoaderBackendInterface() | ml::CoreModuleLoaderBackendInterface | virtual |