#ifndef __cpInstances__Skeleton__h__ #define __cpInstances__Skeleton__h__ #include #include #include #include class vtkSkeletonData; namespace cpInstances { /** */ class cpPluginsDataObjects_EXPORT Skeleton : public cpPlugins::BaseObjects::DataObject { public: typedef Skeleton Self; typedef cpPlugins::BaseObjects::DataObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: cpPluginsNewMacro( Self ); itkTypeMacro( Skeleton, cpPlugins::BaseObjects::DataObject ); cpPlugins_Id_Macro( Skeleton, Object ); cpPlugins_Compatibility_Macro; public: virtual void SetITK( itk::LightObject* o ) cpPlugins_OVERRIDE; virtual void SetVTK( vtkObjectBase* o ) cpPlugins_OVERRIDE; protected: Skeleton( ); virtual ~Skeleton( ); private: // Purposely not implemented Skeleton( const Self& ); Self& operator=( const Self& ); }; } // ecapseman #endif // __cpInstances__Skeleton__h__ // eof - $RCSfile$