CustusX
16.5.0-rc9
An IGT application
|
#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 |
#define ReconstructionMethodService_iid "cx::ReconstructionMethodService" |
Definition at line 48 of file cxReconstructionMethodService.h.
typedef vtkSmartPointer<class vtkImageData> vtkImageDataPtr |
Definition at line 50 of file cxReconstructionMethodService.h.