We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e70f5 commit ce05540Copy full SHA for ce05540
SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
@@ -1415,6 +1415,8 @@ \section{Aliasing Template Parameter Typenames}
1415
class ITK_TEMPLATE_EXPORT Image : public ImageBase< VImageDimension >
1416
{
1417
public:
1418
+ ITK_DISALLOW_COPY_AND_MOVE(Image);
1419
+
1420
/** Standard class type alias. */
1421
using Self = Image;
1422
using Superclass = ImageBase< VImageDimension >;
0 commit comments