X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=lib%2FcpPlugins%2FPath.cxx;fp=lib%2FcpPlugins%2FPath.cxx;h=0000000000000000000000000000000000000000;hb=aa77db36cc1d87ba014c982a235239c3c87224f3;hp=5f58269f04013f8fc3c2db346adf875931cb0c77;hpb=733108d258a27799df875ceda2d84c3cafea64d3;p=cpPlugins.git diff --git a/lib/cpPlugins/Path.cxx b/lib/cpPlugins/Path.cxx deleted file mode 100644 index 5f58269..0000000 --- a/lib/cpPlugins/Path.cxx +++ /dev/null @@ -1,39 +0,0 @@ -#include - -// ------------------------------------------------------------------------- -void cpPlugins::Path:: -SetITK( itk::LightObject* o ) -{ - this->Superclass::SetITK( o ); - bool s = this->_ITK_2_VTK< 2 >( o ); - if( !s ) s = this->_ITK_2_VTK< 3 >( o ); - if( !s ) - { - this->m_VTKObject = NULL; - this->m_ITKvVTK = NULL; - - } // fi - this->Modified( ); -} - -// ------------------------------------------------------------------------- -void cpPlugins::Path:: -SetVTK( vtkObjectBase* o ) -{ - // Do nothing -} - -// ------------------------------------------------------------------------- -cpPlugins::Path:: -Path( ) - : Superclass( ) -{ -} - -// ------------------------------------------------------------------------- -cpPlugins::Path:: -~Path( ) -{ -} - -// eof - $RCSfile$