fw4spl
|
#include <Fiducial.hpp>
Static Public Member Functions | |
static FWGDCMIO_API bool | containsLandmarks (const std::shared_ptr< ::fwMedData::SeriesDB > &seriesDB) |
Return true if the series contains at least one image containing landmarks. More... | |
static FWGDCMIO_API bool | containsDistances (const std::shared_ptr< ::fwMedData::SeriesDB > &seriesDB) |
Return true if the series contains at least one image containing distances. More... | |
static FWGDCMIO_API bool | contains3DDistances (const std::shared_ptr< ::fwMedData::SeriesDB > &seriesDB) |
Return true if the series contains at least one image containing 3D distances. More... | |
Fiducial helper.
Definition at line 28 of file helper/Fiducial.hpp.
|
static |
Return true if the series contains at least one image containing 3D distances.
[in] | seriesDB | SeriesDB where to look for 3D distances |
Definition at line 79 of file helper/Fiducial.cpp.
References fwGdcmIO::helper::DicomDataTools::convertPointToFrameNumber(), fwMedData::SeriesDB::getContainer(), and fwDataTools::fieldHelper::Image::m_imageDistancesId.
Referenced by ioGdcm::SSeriesDBWriter::getIOPathType().
|
static |
Return true if the series contains at least one image containing distances.
[in] | seriesDB | SeriesDB where to look for distances |
Definition at line 53 of file helper/Fiducial.cpp.
References fwMedData::SeriesDB::getContainer(), and fwDataTools::fieldHelper::Image::m_imageDistancesId.
Referenced by ioGdcm::SSeriesDBWriter::getIOPathType().
|
static |
Return true if the series contains at least one image containing landmarks.
[in] | seriesDB | SeriesDB where to look for landmarks |
Definition at line 27 of file helper/Fiducial.cpp.
References fwMedData::SeriesDB::getContainer(), and fwDataTools::fieldHelper::Image::m_imageLandmarksId.
Referenced by ioGdcm::SSeriesDBWriter::getIOPathType().