![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkImagXGeometryReader.h>
Inheritance diagram for rtk::ImagXGeometryReader< TInputImage >:
Collaboration diagram for rtk::ImagXGeometryReader< TInputImage >:Classes | |
| struct | CalibrationModelType |
| struct | FlexmapType |
| struct | InterpResultType |
Public Types | |
| using | FileNamesContainer = std::vector< std::string > |
| using | GeometryType = ThreeDCircularProjectionGeometry |
| using | InputImagePixelType = typename InputImageType::PixelType |
| using | InputImagePointer = typename InputImageType::Pointer |
| using | InputImageRegionType = typename InputImageType::RegionType |
| using | InputImageType = TInputImage |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = ImagXGeometryReader |
| using | Superclass = itk::LightProcessObject |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| virtual GeometryType::Pointer | GetGeometry () |
| const char * | GetNameOfClass () const override |
| virtual std::string | GetCalibrationXMLFileName () |
| virtual void | SetCalibrationXMLFileName (std::string _arg) |
| virtual std::string | GetRoomXMLFileName () |
| virtual void | SetRoomXMLFileName (std::string _arg) |
| void | SetProjectionsFileNames (const FileNamesContainer &name) |
| const FileNamesContainer & | GetProjectionsFileNames () const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| ImagXGeometryReader () | |
| ~ImagXGeometryReader () override=default | |
Private Member Functions | |
| void | addEntryToGeometry (float gantryAngleDegree, float nozzleToRadAngleOffset, float sid, float sdd, std::vector< float > &detTrans, std::vector< float > &detRot, std::vector< float > &srcTrans) |
| void | addEntryToGeometry (const FlexmapType &f, float gantryAngle) |
| void | addEntryToGeometry (const CalibrationModelType &c, float gantryAngle) |
| void | GenerateData () override |
| std::string | getAIversion () |
| std::vector< float > | getDeformations (float gantryAngle, const std::vector< float > &Dx, const std::vector< float > &Dy, const std::vector< float > &Dz) |
| CalibrationModelType | GetGeometryForAI1p5 () |
| CalibrationModelType | GetGeometryForAI1p5FromXMLFiles () |
| FlexmapType | GetGeometryForAI2p1 () |
| std::vector< float > | getInterpolatedValue (const InterpResultType &ires, const std::vector< float > &Dx, const std::vector< float > &Dy, const std::vector< float > &Dz) |
| InterpResultType | interpolate (const std::vector< float > &flexAngles, bool bIsCW, float angleDegree) |
| bool | isCW (const std::vector< float > &angles) |
Private Attributes | |
| std::string | m_CalibrationXMLFileName |
| GeometryType::Pointer | m_Geometry |
| FileNamesContainer | m_ProjectionsFileNames |
| std::string | m_RoomXMLFileName |
Static Private Attributes | |
| static const std::string | m_AI_VERSION_1p2 |
| static const std::string | m_AI_VERSION_1p5 |
| static const std::string | m_AI_VERSION_2pX |
Creates a 3D circular geometry from the IBA data set.
Definition at line 41 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::FileNamesContainer = std::vector<std::string> |
Definition at line 68 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::GeometryType = ThreeDCircularProjectionGeometry |
Convenient type alias
Definition at line 52 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 67 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 65 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 66 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 64 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 49 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::Self = ImagXGeometryReader |
Standard type alias
Definition at line 47 of file rtkImagXGeometryReader.h.
| using rtk::ImagXGeometryReader< TInputImage >::Superclass = itk::LightProcessObject |
Definition at line 48 of file rtkImagXGeometryReader.h.
|
inlineprotected |
Definition at line 100 of file rtkImagXGeometryReader.h.
|
overrideprotecteddefault |
|
private |
|
private |
|
private |
|
virtual |
Reimplemented from itk::LightProcessObject.
|
overrideprivatevirtual |
Reimplemented from itk::LightProcessObject.
|
private |
|
virtual |
Set the iMagX calibration xml file
|
private |
|
virtual |
Get the pointer to the generated geometry object.
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Run-time type information (and related methods).
Reimplemented from itk::LightProcessObject.
|
inline |
Set the vector of strings that contains the projection file names. Files are processed in sequential order.
Definition at line 93 of file rtkImagXGeometryReader.h.
|
virtual |
Set the iMagX room setup xml file
|
private |
|
private |
|
static |
Method for creation through the object factory.
|
virtual |
Set the iMagX calibration xml file
|
inline |
Set the vector of strings that contains the projection file names. Files are processed in sequential order.
Definition at line 84 of file rtkImagXGeometryReader.h.
|
virtual |
Set the iMagX room setup xml file
|
staticprivate |
Definition at line 113 of file rtkImagXGeometryReader.h.
|
staticprivate |
Definition at line 114 of file rtkImagXGeometryReader.h.
|
staticprivate |
Definition at line 115 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 210 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 209 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 212 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 211 of file rtkImagXGeometryReader.h.
1.8.14