filter->AddSeed( seed, ( typename _TOutputImage::PixelType )( 0 ) );
filter->Update( );
this->GetOutput( "Output" )->SetITK( filter->GetOutput( ) );
+ this->GetOutput( "MST" )->SetITK( filter->GetMinimumSpanningTree( ) );
}
// eof - $RCSfile$
ExtractPathFromMinimumSpanningTree( )
: Superclass( )
{
- typedef cpPlugins::Pipeline::DataObject _TData;
+ typedef cpPlugins::Pipeline::DataObject _TData;
typedef cpInstances::DataObjects::Image _TMST;
typedef cpInstances::DataObjects::PolyLineParametricPath _TPath;