]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Interaction/ImageInteractorStyle.cxx
...
[cpPlugins.git] / lib / cpExtensions / Interaction / ImageInteractorStyle.cxx
index 0e6dce0235da38df90e2f4a6eb5e38bab91ec51b..c037193fe97097b0d960316109a6dd0ae477f0aa 100644 (file)
@@ -108,12 +108,22 @@ GetNumberOfSeeds( ) const
 
 // -------------------------------------------------------------------------
 void cpExtensions::Interaction::ImageInteractorStyle::
-GetSeed( unsigned int id, double pos[ 3 ] ) const
+GetSeedAsPoint( unsigned int id, double pos[ 3 ] ) const
 {
   if( this->m_SeedWidget != NULL )
     this->m_SeedWidget->Representation->GetSeedWorldPosition( id, pos );
 }
 
+// -------------------------------------------------------------------------
+void cpExtensions::Interaction::ImageInteractorStyle::
+GetSeedAsIndex( unsigned int id, int idx[ 3 ] ) const
+{
+  /* TODO
+     if( this->m_SeedWidget != NULL )
+     this->m_SeedWidget->Representation->GetSeedWorldPosition( id, pos );
+  */
+}
+
 // -------------------------------------------------------------------------
 cpExtensions::Interaction::ImageInteractorStyle::
 ImageInteractorStyle( )