X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FcpExtensions%2FPolyLineParametricPathToSimple3DCurve.cxx;h=7b2b853ebf2a4a538d00763f0aa0ab87afeb536c;hb=406ebd171557827b3fa0133073dd69780a6e3f6f;hp=21760ce38823931f05726ed2925d7a95024dd2bb;hpb=95c0f25df04b873644ebb440e84c4fe53e11eef9;p=cpPlugins.git diff --git a/plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.cxx b/plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.cxx index 21760ce..7b2b853 100644 --- a/plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.cxx +++ b/plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.cxx @@ -14,7 +14,7 @@ PolyLineParametricPathToSimple3DCurve( ) this->_ConfigureInput< cpInstances::PolyLineParametricPath >( "Input", true, false ); - this->_ConfigureOutput< cpInstances::Simple3DCurve >( "Output" ); + this->_ConfigureOutput< cpInstances::DataObjects::Simple3DCurve >( "Output" ); this->m_Parameters.ConfigureAsUint( "NumberOfSamples", 0 ); }