Fraxinus  18.10
An IGT application
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 27 of file cxReconstructionMethodService.h.

Typedef Documentation

typedef vtkSmartPointer<class vtkImageData> vtkImageDataPtr

Definition at line 29 of file cxReconstructionMethodService.h.