Go to the source code of this file.
|
| MLITK_SUPPORT_EXPORT MLErrorCode | ml::setUpDefaultModuleAndApply (const std::string &dataTypeName, const ImageVector &imgExt, const ImageVector &pageExt, bool performOutputUpdate) |
| MLITK_SUPPORT_EXPORT MLErrorCode | ml::setAndConnectDefaultModuleWithNotify (Module &thisOp, const std::string &dataTypeName="float", const ImageVector &imgExt=ImageVector(16, 16, 1, 1, 1, 1), MLint minIdx=0, MLint maxIdx=ML_INT32_MAX, const ImageVector &pageExt=ImageVector(16, 16, 1, 1, 1, 1)) |
| MLITK_SUPPORT_EXPORT void | ml::disconnectAllInputs (Module &thisOp) |
| | Disconnects all connected inputs from thisOp.
|
| MLITK_SUPPORT_EXPORT mlModule * | ml::getDefaultModule (bool create=true) |
| MLITK_SUPPORT_EXPORT void | ml::destoyDefaultInstance () |
| | Destroys the default module instance.
|