X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPath.h;fp=lib%2FcpPlugins%2FPath.h;h=0000000000000000000000000000000000000000;hb=bb04d28d6b6a805d4443dfea6145a396aefb5f6d;hp=d7aa1118980bd91cb6cf20bd9fddaa521bcd660c;hpb=f14984e5d680d5dab9da5833d2c54e182d5e175f;p=cpPlugins.git diff --git a/lib/cpPlugins/Path.h b/lib/cpPlugins/Path.h deleted file mode 100644 index d7aa111..0000000 --- a/lib/cpPlugins/Path.h +++ /dev/null @@ -1,53 +0,0 @@ -#ifndef __CPPLUGINS__PATH__H__ -#define __CPPLUGINS__PATH__H__ - -#include - -#include -#include - -namespace cpPlugins -{ - /** - */ - class cpPlugins_EXPORT Path - : public DataObject - { - public: - typedef Path Self; - typedef DataObject Superclass; - typedef itk::SmartPointer< Self > Pointer; - typedef itk::SmartPointer< const Self > ConstPointer; - - public: - itkNewMacro( Self ); - itkTypeMacro( Path, DataObject ); - cpPlugins_Id_Macro( Path, Object ); - - public: - virtual void SetITK( itk::LightObject* o ) ITK_OVERRIDE; - virtual void SetVTK( vtkObjectBase* o ) ITK_OVERRIDE; - - protected: - Path( ); - virtual ~Path( ); - - template< unsigned int _NDim > - inline bool _ITK_2_VTK( itk::LightObject* o ); - - private: - // Purposely not implemented - Path( const Self& ); - Self& operator=( const Self& ); - - protected: - vtkSmartPointer< vtkPolyDataAlgorithm > m_ITKvVTK; - }; - -} // ecapseman - -#include - -#endif // __CPPLUGINS__PATH__H__ - -// eof - $RCSfile$