CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxImage.h File Reference
#include "cxResourceExport.h"
#include "cxPrecompiledHeader.h"
#include <map>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "cxBoundingBox3D.h"
#include "vtkForwardDeclarations.h"
#include "cxForwardDeclarations.h"
#include "cxData.h"

Go to the source code of this file.

Classes

class  cx::Image
 A volumetric data set. More...
 
struct  cx::Image::ShadingStruct
 

Namespaces

 cx
 Namespace for all CustusX production code.
 

Typedefs

typedef boost::shared_ptr
< std::map< int, int > > 
HistogramMapPtr
 
typedef std::map< int, int > cx::IntIntMap
 
typedef std::map< int, QColor > cx::ColorMap
 

Typedef Documentation

typedef boost::shared_ptr<std::map<int, int> > HistogramMapPtr

Definition at line 48 of file cxImage.h.