Fraxinus  18.10
An IGT application
cxUnsignedDerivedImage.h File Reference
#include "cxResourceExport.h"
#include "cxPrecompiledHeader.h"
#include "cxImage.h"

Go to the source code of this file.

Classes

class  cx::UnsignedDerivedImage
 Class that holds an unsigned version of a base Image. More...
 

Namespaces

 cx
 Namespace for all CustusX production code.
 

Macros

#define CALL_IN_WEAK_PTR(weak_base, func, defarg)
 

Macro Definition Documentation

#define CALL_IN_WEAK_PTR (   weak_base,
  func,
  defarg 
)
Value:
{ \
ImagePtr base = weak_base.lock(); \
if (!base) \
return defarg; \
return base->func(); \
}
boost::shared_ptr< class Image > ImagePtr
Definition: cxDicomWidget.h:27

Definition at line 21 of file cxUnsignedDerivedImage.h.