RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkImagXGeometryReader.h>
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 () |
virtual const char * | GetNameOfClass () const |
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 73 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 72 of file rtkImagXGeometryReader.h.
using rtk::ImagXGeometryReader< TInputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 70 of file rtkImagXGeometryReader.h.
using rtk::ImagXGeometryReader< TInputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 71 of file rtkImagXGeometryReader.h.
using rtk::ImagXGeometryReader< TInputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 69 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 105 of file rtkImagXGeometryReader.h.
|
overrideprotecteddefault |
|
private |
|
private |
|
private |
|
virtual |
Reimplemented from itk::Object.
|
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 |
|
virtual |
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 98 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 89 of file rtkImagXGeometryReader.h.
|
virtual |
Set the iMagX room setup xml file
|
staticprivate |
Definition at line 118 of file rtkImagXGeometryReader.h.
|
staticprivate |
Definition at line 119 of file rtkImagXGeometryReader.h.
|
staticprivate |
Definition at line 120 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 215 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 214 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 217 of file rtkImagXGeometryReader.h.
|
private |
Definition at line 216 of file rtkImagXGeometryReader.h.