MeVisLab Toolbox Reference
|
This is the complete list of members for ml::Tools, including all inherited members.
_separateBuffer(const std::string &str, const std::string &colSep, const std::string &lineSep) | ml::Tools | protectedstatic |
appendToLog(const std::string &path, const std::string &logString) | ml::Tools | static |
calculateImageCheckSum(MLint outNum, Module &baseOp) | ml::Tools | static |
clearLogFile(const std::string &path, bool remove=false) | ml::Tools | static |
getLoopOrder(int dim, const SubImageBox &calcBox, std::vector< int > &loopOrder, std::vector< int > &loopStart, std::vector< int > &loopEnd) | ml::Tools | static |
getTypeInformation(MLDataType dt) | ml::Tools | static |
getVoxelValueRescale(MedicalImageProperties *img, double &slope, double &intercept, bool inverse=false) | ml::Tools | static |
replace(std::string &s, char sch, char rep) | ml::Tools | static |
scanImage(PagedImage &img, MLdouble &stdMin, MLdouble &stdMax, MLdouble &realMin, MLdouble &realMax, MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Tools | static |
scanImageWithGetTile(PagedImage &img, MLdouble &stdMin, MLdouble &stdMax, MLdouble &realMin, MLdouble &realMax) | ml::Tools | protectedstatic |
scanImageWithProcessAllPages(PagedImage &img, MLdouble &stdMin, MLdouble &stdMax, MLdouble &realMin, MLdouble &realMax, MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Tools | protectedstatic |
scanInput(Module *op, MLint inIdx, MLdouble &stdMin, MLdouble &stdMax, MLdouble &realMin, MLdouble &realMax) | ml::Tools | static |
scanOutput(Module *op, MLint outIdx, MLdouble &stdMin, MLdouble &stdMax, MLdouble &realMin, MLdouble &realMax) | ml::Tools | static |
separate(const std::string &stri, char sep, MLuint &num, std::string *&seps) | ml::Tools | static |
toHex(MLint64 val, size_t minNumDigitSpace=1, bool useCapitals=true, bool isSigned=false) | ml::Tools | static |
toString(MLint64 val, size_t minFieldSize=1, int align=1, size_t preSpaces=0, size_t postSpaces=0, int hex=0, size_t minNumDigitSpace=8, bool useCapitals=true) | ml::Tools | static |