![]() |
Fraxinus
16.5.0-fx-rc3
An IGT application
|
#include <cxElastixExecuter.h>
Public Member Functions | |
| ElastixParameterFile (QString filename) | |
| bool | isValid () const |
| QString | readParameterString (QString key) |
| bool | readParameterBool (QString key) |
| int | readParameterInt (QString key) |
| std::vector< double > | readParameterDoubleVector (QString key) |
| Transform3D | readEulerTransform () |
| Transform3D | readAffineTransform () |
Reader class for an Elastix-style parameter file.
Definition at line 153 of file cxElastixExecuter.h.
| cx::ElastixParameterFile::ElastixParameterFile | ( | QString | filename | ) |
Definition at line 477 of file cxElastixExecuter.cpp.
| bool cx::ElastixParameterFile::isValid | ( | ) | const |
| Transform3D cx::ElastixParameterFile::readAffineTransform | ( | ) |
Definition at line 451 of file cxElastixExecuter.cpp.
| Transform3D cx::ElastixParameterFile::readEulerTransform | ( | ) |
Definition at line 428 of file cxElastixExecuter.cpp.
| bool cx::ElastixParameterFile::readParameterBool | ( | QString | key | ) |
Definition at line 529 of file cxElastixExecuter.cpp.
| std::vector< double > cx::ElastixParameterFile::readParameterDoubleVector | ( | QString | key | ) |
Definition at line 541 of file cxElastixExecuter.cpp.
| int cx::ElastixParameterFile::readParameterInt | ( | QString | key | ) |
Definition at line 535 of file cxElastixExecuter.cpp.
| QString cx::ElastixParameterFile::readParameterString | ( | QString | key | ) |
Definition at line 517 of file cxElastixExecuter.cpp.