Skip to content
Snippets Groups Projects
Commit b99ba2b5 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Déplacement de la méthode CopyInformation en public

parent d625df53
No related branches found
No related tags found
No related merge requests found
......@@ -174,12 +174,13 @@ public:
void PrintSelf(std::ostream& os, itk::Indent indent) const;
/// Copy metadata from a DataObject
virtual void CopyInformation(const itk::DataObject *);
protected:
Image();
virtual ~Image(){};
/// Copy metadata from a DataObject
virtual void CopyInformation(const itk::DataObject *);
private:
Image(const Self&); //purposely not implemented
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment