]> Creatis software - cpPlugins.git/blobdiff - appli/examples/example_BaseInteractorStyle.cxx
Minor refactoring and errors solved
[cpPlugins.git] / appli / examples / example_BaseInteractorStyle.cxx
index 922511abed03b96da51e24dc9006ebd61179b326..a8515d274f06035337cde916925d5bf9418aa3b8 100644 (file)
@@ -59,6 +59,11 @@ protected:
   virtual ~example_BaseInteractorStyle( )
     { }
 
+  virtual bool _PickPosition( double pos[ 3 ] )
+    {
+      return( true ); // Just testing...
+    }
+
 private:
   // Purposely not implemented
   example_BaseInteractorStyle( const Self& );