X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpInstances%2FDataObjects%2FSkeleton.h;fp=lib%2FcpInstances%2FDataObjects%2FSkeleton.h;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=18d4731171b4ef147821c57b9b689a9d8a99c4a2;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/cpInstances/DataObjects/Skeleton.h b/lib/cpInstances/DataObjects/Skeleton.h deleted file mode 100644 index 18d4731..0000000 --- a/lib/cpInstances/DataObjects/Skeleton.h +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef __cpInstances__DataObjects__Skeleton__h__ -#define __cpInstances__DataObjects__Skeleton__h__ - -#include -#include -#include -#include - -namespace cpInstances -{ - namespace DataObjects - { - /** - */ - class cpPluginsDataObjects_EXPORT Skeleton - : public cpPlugins::Pipeline::DataObject - { - public: - typedef Skeleton Self; - typedef cpPlugins::Pipeline::DataObject Superclass; - typedef itk::SmartPointer< Self > Pointer; - typedef itk::SmartPointer< const Self > ConstPointer; - - public: - itkNewMacro( Self ); - itkTypeMacro( Skeleton, cpPlugins::Pipeline::DataObject ); - cpPlugins_Id_Macro( Skeleton, Object ); - cpPlugins_Compatibility_Macro; - - public: - virtual void SetITK( itk::LightObject* o ) override; - virtual void SetVTK( vtkObjectBase* o ) override; - - protected: - Skeleton( ); - virtual ~Skeleton( ); - - private: - // Purposely not implemented - Skeleton( const Self& ); - Self& operator=( const Self& ); - }; - - } // ecapseman - -} // ecapseman - -#endif // __cpInstances__Skeleton__h__ - -// eof - $RCSfile$