CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxReconstructionMethodService.h File Reference
#include "org_custusx_usreconstruction_Export.h"
#include <vector>
#include <QObject>
#include <vtkSmartPointer.h>
#include "cxProperty.h"
#include "boost/shared_ptr.hpp"

Go to the source code of this file.

Classes

class  cx::ReconstructionMethodService
 Abstract interface for reconstruction algorithm. More...
 

Namespaces

 cx
 Namespace for all CustusX production code.
 

Macros

#define ReconstructionMethodService_iid   "cx::ReconstructionMethodService"
 

Typedefs

typedef vtkSmartPointer< class
vtkImageData > 
vtkImageDataPtr
 
typedef boost::shared_ptr
< class DoubleProperty > 
cx::DoublePropertyPtr
 
typedef boost::shared_ptr
< class ProcessedUSInputData > 
cx::ProcessedUSInputDataPtr
 
typedef boost::shared_ptr
< class
ReconstructionMethodService > 
cx::ReconstructionMethodServicePtr
 

Macro Definition Documentation

#define ReconstructionMethodService_iid   "cx::ReconstructionMethodService"

Definition at line 48 of file cxReconstructionMethodService.h.

Typedef Documentation

typedef vtkSmartPointer<class vtkImageData> vtkImageDataPtr

Definition at line 50 of file cxReconstructionMethodService.h.