CustusX
16.5.0-rc9
An IGT application
|
#include <cxPNNReconstructionMethodService.h>
Public Member Functions | |
PNNReconstructionMethodService (ctkPluginContext *context) | |
virtual | ~PNNReconstructionMethodService () |
virtual QString | getName () const |
virtual std::vector< PropertyPtr > | getSettings (QDomElement root) |
virtual bool | reconstruct (ProcessedUSInputDataPtr input, vtkImageDataPtr outputData, QDomElement settings) |
Public Member Functions inherited from cx::ReconstructionMethodService | |
virtual | ~ReconstructionMethodService () |
Implementation of PNN reconstruction service. A specialization of ReconstructAlgorithm that implements a simple PNN (pixel-nearest-neighbour) algorithm.
Definition at line 55 of file cxPNNReconstructionMethodService.h.
cx::PNNReconstructionMethodService::PNNReconstructionMethodService | ( | ctkPluginContext * | context | ) |
Definition at line 47 of file cxPNNReconstructionMethodService.cpp.
|
virtual |
Definition at line 51 of file cxPNNReconstructionMethodService.cpp.
|
virtual |
Implements cx::ReconstructionMethodService.
Definition at line 54 of file cxPNNReconstructionMethodService.cpp.
|
virtual |
Fill settings for this algorithm. Input is the root node for this algo, filled with stored settings (if any). On completion, the root is filled with default values for settings.
Implements cx::ReconstructionMethodService.
Definition at line 59 of file cxPNNReconstructionMethodService.cpp.
|
virtual |
input | data to process |
outputData | [Out] The reconstructed volume. Memory must be allocated in advance. |
settings | Reference to settings file containing algorithm-specific settings |
Implements cx::ReconstructionMethodService.
Definition at line 85 of file cxPNNReconstructionMethodService.cpp.