#include "ttkTensorTractographyProcessPlugin.h" #include #include #include "ttkTensorTractographyProcess.h" #include "ttkTensorTractographyProcessPresenter.h" void ttkTensorTractographyProcessPlugin::initialize(void) { medCore::tractography::pluginFactory().record(ttkTensorTractographyProcess::staticMetaObject.className(), ttkTensorTractographyProcessCreator); medWidgets::tractography::presenterFactory().record(ttkTensorTractographyProcess::staticMetaObject.className(), ttkTensorTractographyProcessPresenterCreator); } void ttkTensorTractographyProcessPlugin::uninitialize(void) { } DTK_DEFINE_PLUGIN(itkTensorTractographyProcess) DTK_DEFINE_PLUGIN(itkTensorTractographyProcessPresenter)