]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/DataObjects/BoundingBox.h
...
[cpPlugins.git] / lib / cpPlugins / DataObjects / BoundingBox.h
index 11cf8c2738eb465fcf729e77888bf39df4a5504a..9ee33cc02c45c5c2cca108ec29e27b63a97cdcbf 100644 (file)
@@ -29,8 +29,6 @@ namespace cpPlugins
 
     public:
       void SetDataObject( DataObject* o );
-      virtual void SetITK( itk::LightObject* o ) cpPlugins_OVERRIDE;
-      virtual void SetVTK( vtkObjectBase* o ) cpPlugins_OVERRIDE;
 
       void Copy( Self* other );
       void Blend( Self* other );
@@ -88,12 +86,6 @@ namespace cpPlugins
           return( p );
         }
 
-      template< unsigned int _NDim >
-      inline bool _ITKImage( itk::LightObject* o );
-
-      template< class _TScalar, unsigned int _NDim >
-      inline bool _ITKPointSet( itk::LightObject* o );
-
     private:
       // Purposely not implemented
       BoundingBox( const Self& );