|
MeVisLab Toolbox Reference
|
#include <mlTypeDefs.h>#include <ThirdPartyWarningsDisable.h>#include <vector>#include <ThirdPartyWarningsRestore.h>Go to the source code of this file.
Namespaces | |
| namespace | ml |
| Main documentation file for ML users and developers. | |
Functions | |
| template<class T > | |
| void | ml::AdjustDimensionInfos (std::vector< T > &dimInfo, MLssize_t newStartPos, size_t newSize, size_t oldSize, T defaultValue=T{}) |
| Cut a new sub region out of existing C, T, or U dimension infos, filling undefined range with defaultValues. | |