![]() |
Fraxinus
17.12-rc2
An IGT application
|
#include <cxUSFrameData.h>
Public Member Functions | |
| ProcessedUSInputData (std::vector< vtkImageDataPtr > frames, std::vector< TimedPosition > pos, vtkImageDataPtr mask, QString path, QString uid) | |
| unsigned char * | getFrame (unsigned int index) const |
| Eigen::Array3i | getDimensions () const |
| Vector3D | getSpacing () const |
| std::vector< TimedPosition > | getFrames () const |
| vtkImageDataPtr | getMask () |
| QString | getFilePath () |
| QString | getUid () |
| bool | validate () const |
Output from the reconstruct preprocessing and is input to the reconstruction.
Interface is thread-safe.
Definition at line 65 of file cxUSFrameData.h.
| cx::ProcessedUSInputData::ProcessedUSInputData | ( | std::vector< vtkImageDataPtr > | frames, |
| std::vector< TimedPosition > | pos, | ||
| vtkImageDataPtr | mask, | ||
| QString | path, | ||
| QString | uid | ||
| ) |
Definition at line 56 of file cxUSFrameData.cpp.
| Eigen::Array3i cx::ProcessedUSInputData::getDimensions | ( | ) | const |
Definition at line 96 of file cxUSFrameData.cpp.
| QString cx::ProcessedUSInputData::getFilePath | ( | ) |
Definition at line 122 of file cxUSFrameData.cpp.
| unsigned char * cx::ProcessedUSInputData::getFrame | ( | unsigned int | index | ) | const |
Definition at line 87 of file cxUSFrameData.cpp.
| std::vector< TimedPosition > cx::ProcessedUSInputData::getFrames | ( | ) | const |
Definition at line 112 of file cxUSFrameData.cpp.
| vtkImageDataPtr cx::ProcessedUSInputData::getMask | ( | ) |
Definition at line 117 of file cxUSFrameData.cpp.
| Vector3D cx::ProcessedUSInputData::getSpacing | ( | ) | const |
Definition at line 105 of file cxUSFrameData.cpp.
| QString cx::ProcessedUSInputData::getUid | ( | ) |
Definition at line 127 of file cxUSFrameData.cpp.
| bool cx::ProcessedUSInputData::validate | ( | ) | const |
Definition at line 66 of file cxUSFrameData.cpp.