Introduce rtengine/noncopyable.hpp
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
#define _CIEIMAGE_H_
|
||||
|
||||
#include "image16.h"
|
||||
#include "noncopyable.h"
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
class CieImage
|
||||
class CieImage :
|
||||
public NonCopyable
|
||||
{
|
||||
private:
|
||||
bool fromImage;
|
||||
@@ -41,8 +43,6 @@ public:
|
||||
float** h_p;
|
||||
|
||||
CieImage (int w, int h);
|
||||
CieImage (const CieImage&) = delete;
|
||||
|
||||
~CieImage ();
|
||||
|
||||
//Copies image data in Img into this instance.
|
||||
|
Reference in New Issue
Block a user