|
SimpleITK
|
The class that wraps the elastix registration library. More...
#include <sitkElastixImageFilter.h>
Collaboration diagram for itk::simple::ElastixImageFilter:Public Member Functions | |
| void | AddFixedImage (const Image &fixedImage) |
| Self & | AddFixedImage (const Image &fixedImage) |
| void | AddFixedMask (const Image &fixedMask) |
| Self & | AddFixedMask (const Image &fixedMask) |
| void | AddMovingImage (const Image &movingImage) |
| Self & | AddMovingImage (const Image &movingImage) |
| void | AddMovingMask (const Image &movingMask) |
| Self & | AddMovingMask (const Image &movingMask) |
| void | AddParameter (const std::string key, const std::string value) |
| Self & | AddParameter (const std::string key, const std::string value) |
| void | AddParameter (const std::string key, const std::vector< std::string > value) |
| Self & | AddParameter (const std::string key, const std::vector< std::string > value) |
| void | AddParameter (const unsigned int index, const std::string key, const std::string value) |
| Self & | AddParameter (const unsigned int index, const std::string key, const std::string value) |
| void | AddParameter (const unsigned int index, const std::string key, const std::vector< std::string > value) |
| Self & | AddParameter (const unsigned int index, const std::string key, const std::vector< std::string > value) |
| void | AddParameterMap (const std::map< std::string, std::vector< std::string > > parameterMap) |
| Self & | AddParameterMap (const std::map< std::string, std::vector< std::string > > parameterMap) |
| template<class TFixedImage , class TMovingImage > | |
| Image | DualExecuteInternal (void) |
| ElastixImageFilter () | |
| ElastixImageFilterImpl (void) | |
| Image | Execute () |
| Image | Execute (void) |
| std::map< std::string, std::vector< std::string > > | GetDefaultParameterMap (const std::string transformName, const unsigned int numberOfResolutions=4, const double finalGridSpacingInPhysicalUnits=10.0) |
| std::map< std::string, std::vector< std::string > > | GetDefaultParameterMap (const std::string transformName, const unsigned int numberOfResolutions=4, const double finalGridSpacingInPhysicalUnits=10.0) |
| VectorOfImage & | GetFixedImage () |
| Image & | GetFixedImage (const unsigned long index) |
| Image & | GetFixedImage (const unsigned long index) |
| VectorOfImage & | GetFixedImage (void) |
| VectorOfImage & | GetFixedMask () |
| Image & | GetFixedMask (const unsigned long index) |
| Image & | GetFixedMask (const unsigned long index) |
| VectorOfImage & | GetFixedMask (void) |
| std::string | GetFixedPointSetFileName () |
| std::string | GetFixedPointSetFileName (void) |
| std::string | GetInitialTransformParameterFileName () |
| std::string | GetInitialTransformParameterFileName (void) |
| std::string | GetLogFileName () |
| std::string | GetLogFileName (void) |
| bool | GetLogToConsole () |
| bool | GetLogToConsole (void) |
| bool | GetLogToFile () |
| bool | GetLogToFile (void) |
| VectorOfImage & | GetMovingImage () |
| Image & | GetMovingImage (const unsigned long index) |
| Image & | GetMovingImage (const unsigned long index) |
| VectorOfImage & | GetMovingImage (void) |
| VectorOfImage & | GetMovingMask () |
| Image & | GetMovingMask (const unsigned long index) |
| Image & | GetMovingMask (const unsigned long index) |
| VectorOfImage & | GetMovingMask (void) |
| std::string | GetMovingPointSetFileName () |
| std::string | GetMovingPointSetFileName (void) |
| std::string | GetName () const |
| std::string | GetName (void) const |
| unsigned int | GetNumberOfFixedImages () |
| unsigned int | GetNumberOfFixedImages () |
| unsigned int | GetNumberOfFixedMasks () |
| unsigned int | GetNumberOfFixedMasks () |
| unsigned int | GetNumberOfMovingImages () |
| unsigned int | GetNumberOfMovingImages () |
| unsigned int | GetNumberOfMovingMasks () |
| unsigned int | GetNumberOfMovingMasks () |
| unsigned int | GetNumberOfParameterMaps () |
| unsigned int | GetNumberOfParameterMaps (void) |
| int | GetNumberOfThreads () |
| int | GetNumberOfThreads (void) |
| std::string | GetOutputDirectory () |
| std::string | GetOutputDirectory (void) |
| std::vector< std::string > | GetParameter (const std::string key) |
| std::vector< std::string > | GetParameter (const std::string key) |
| std::vector< std::string > | GetParameter (const unsigned int index, const std::string key) |
| std::vector< std::string > | GetParameter (const unsigned int index, const std::string key) |
| std::vector< std::map< std::string, std::vector< std::string > > > | GetParameterMap () |
| std::vector< std::map< std::string, std::vector< std::string > > > | GetParameterMap (void) |
| Image | GetResultImage () |
| Image | GetResultImage (void) |
| std::vector< std::map< std::string, std::vector< std::string > > > | GetTransformParameterMap () |
| std::map< std::string, std::vector< std::string > > | GetTransformParameterMap (const unsigned int index) |
| std::map< std::string, std::vector< std::string > > | GetTransformParameterMap (const unsigned int index) |
| std::vector< std::map< std::string, std::vector< std::string > > > | GetTransformParameterMap (void) |
| bool | IsEmpty (const Image &image) |
| void | LogToConsoleOff () |
| Self & | LogToConsoleOff () |
| void | LogToConsoleOn () |
| Self & | LogToConsoleOn () |
| Self & | LogToFileOff () |
| void | LogToFileOff (void) |
| Self & | LogToFileOn () |
| void | LogToFileOn (void) |
| Self & | PrintParameterMap () |
| void | PrintParameterMap (const ParameterMapType parameterMapVector) |
| Self & | PrintParameterMap (const ParameterMapType parameterMapVector) |
| void | PrintParameterMap (const ParameterMapVectorType parameterMapVector) |
| Self & | PrintParameterMap (const ParameterMapVectorType parameterMapVector) |
| void | PrintParameterMap (void) |
| std::map< std::string, std::vector< std::string > > | ReadParameterFile (const std::string filename) |
| std::map< std::string, std::vector< std::string > > | ReadParameterFile (const std::string filename) |
| Self & | RemoveFixedImage () |
| void | RemoveFixedImage (const unsigned long index) |
| Self & | RemoveFixedImage (const unsigned long index) |
| void | RemoveFixedImage (void) |
| Self & | RemoveFixedMask () |
| void | RemoveFixedMask (const unsigned long index) |
| Self & | RemoveFixedMask (const unsigned long index) |
| void | RemoveFixedMask (void) |
| Self & | RemoveFixedPointSetFileName () |
| void | RemoveFixedPointSetFileName (void) |
| Self & | RemoveInitialTransformParameterFileName () |
| void | RemoveInitialTransformParameterFileName (void) |
| Self & | RemoveLogFileName () |
| void | RemoveLogFileName (void) |
| Self & | RemoveMovingImage () |
| void | RemoveMovingImage (const unsigned long index) |
| Self & | RemoveMovingImage (const unsigned long index) |
| void | RemoveMovingImage (void) |
| Self & | RemoveMovingMask () |
| void | RemoveMovingMask (const unsigned long index) |
| Self & | RemoveMovingMask (const unsigned long index) |
| void | RemoveMovingMask (void) |
| Self & | RemoveMovingPointSetFileName () |
| void | RemoveMovingPointSetFileName (void) |
| Self & | RemoveOutputDirectory () |
| void | RemoveOutputDirectory (void) |
| void | RemoveParameter (const std::string key) |
| Self & | RemoveParameter (const std::string key) |
| void | RemoveParameter (const unsigned int index, const std::string key) |
| Self & | RemoveParameter (const unsigned int index, const std::string key) |
| void | SetFixedImage (const Image &fixedImage) |
| void | SetFixedImage (const VectorOfImage &fixedImages) |
| void | SetFixedMask (const Image &fixedMask) |
| Self & | SetFixedMask (const Image &fixedMask) |
| void | SetFixedMask (const VectorOfImage &fixedMasks) |
| Self & | SetFixedMask (const VectorOfImage &fixedMasks) |
| void | SetFixedPointSetFileName (const std::string movingPointSetFileName) |
| Self & | SetFixedPointSetFileName (const std::string movingPointSetFileName) |
| void | SetInitialTransformParameterFileName (const std::string initialTransformParmaterFileName) |
| Self & | SetInitialTransformParameterFileName (const std::string initialTransformParmaterFileName) |
| void | SetLogFileName (const std::string logFileName) |
| Self & | SetLogFileName (const std::string logFileName) |
| void | SetLogToConsole (bool) |
| Self & | SetLogToConsole (bool) |
| void | SetLogToFile (const bool logToFile) |
| Self & | SetLogToFile (const bool logToFile) |
| void | SetMovingImage (const Image &movingImages) |
| Self & | SetMovingImage (const Image &movingImages) |
| void | SetMovingImage (const VectorOfImage &movingImage) |
| Self & | SetMovingImage (const VectorOfImage &movingImage) |
| void | SetMovingMask (const Image &movingMask) |
| Self & | SetMovingMask (const Image &movingMask) |
| void | SetMovingMask (const VectorOfImage &movingMasks) |
| Self & | SetMovingMask (const VectorOfImage &movingMasks) |
| void | SetMovingPointSetFileName (const std::string movingPointSetFileName) |
| Self & | SetMovingPointSetFileName (const std::string movingPointSetFileName) |
| void | SetNumberOfThreads (int n) |
| Self & | SetNumberOfThreads (int n) |
| void | SetOutputDirectory (const std::string outputDirectory) |
| Self & | SetOutputDirectory (const std::string outputDirectory) |
| void | SetParameter (const std::string key, const std::string value) |
| Self & | SetParameter (const std::string key, const std::string value) |
| void | SetParameter (const std::string key, const std::vector< std::string > value) |
| Self & | SetParameter (const std::string key, const std::vector< std::string > value) |
| void | SetParameter (const unsigned int index, const std::string key, const std::string value) |
| Self & | SetParameter (const unsigned int index, const std::string key, const std::string value) |
| void | SetParameter (const unsigned int index, const std::string key, const std::vector< std::string > value) |
| Self & | SetParameter (const unsigned int index, const std::string key, const std::vector< std::string > value) |
| void | SetParameterMap (const std::map< std::string, std::vector< std::string > > parameterMap) |
| Self & | SetParameterMap (const std::map< std::string, std::vector< std::string > > parameterMap) |
| void | SetParameterMap (const std::string transformName, const unsigned int numberOfResolutions=4u, const double finalGridSpacingInPhysicalUnits=10.0) |
| Self & | SetParameterMap (const std::string transformName, const unsigned int numberOfResolutions=4u, const double finalGridSpacingInPhysicalUnits=10.0) |
| void | SetParameterMap (const std::vector< std::map< std::string, std::vector< std::string > > > parameterMapVector) |
| Self & | SetParameterMap (const std::vector< std::map< std::string, std::vector< std::string > > > parameterMapVector) |
| void | WriteParameterFile (const std::map< std::string, std::vector< std::string > > parameterMap, const std::string filename) |
| Self & | WriteParameterFile (const std::map< std::string, std::vector< std::string > > parameterMap, const std::string filename) |
| ~ElastixImageFilter () | |
| ~ElastixImageFilterImpl (void) | |
| Self & | SetFixedImage (const Image &fixedImage) |
| Sets a fixed image. More... | |
| Self & | SetFixedImage (const VectorOfImage &fixedImages) |
| Sets multiple fixed images. More... | |
Public Attributes | |
| std::unique_ptr< detail::DualMemberFunctionFactory< MemberFunctionType > > | m_DualMemberFactory |
| VectorOfImage | m_FixedImages |
| VectorOfImage | m_FixedMasks |
| std::string | m_FixedPointSetFileName |
| std::string | m_InitialTransformParameterMapFileName |
| std::string | m_LogFileName |
| bool | m_LogToConsole |
| bool | m_LogToFile |
| VectorOfImage | m_MovingImages |
| VectorOfImage | m_MovingMasks |
| std::string | m_MovingPointSetFileName |
| int | m_NumberOfThreads |
| std::string | m_OutputDirectory |
| ParameterMapVectorType | m_ParameterMapVector |
| Image | m_ResultImage |
| ParameterMapVectorType | m_TransformParameterMapVector |
Private Attributes | |
| const std::unique_ptr< ElastixImageFilterImpl > | m_Pimple |
Friends | |
| struct | detail::DualExecuteInternalAddressor< MemberFunctionType > |
The class that wraps the elastix registration library.
Definition at line 36 of file sitkElastixImageFilter.h.
| typedef Image( Self::* itk::simple::ElastixImageFilter::MemberFunctionType) (void) |
Definition at line 145 of file sitkElastixImageFilterImpl.h.
Definition at line 26 of file sitkElastixImageFilterImpl.h.
| typedef std::string itk::simple::ElastixImageFilter::ParameterKeyType |
Definition at line 47 of file sitkElastixImageFilter.h.
| typedef ElastixImageFilter::ParameterMapConstIterator itk::simple::ElastixImageFilter::ParameterMapConstIterator |
Definition at line 33 of file sitkElastixImageFilterImpl.h.
| typedef ParameterMapType::const_iterator itk::simple::ElastixImageFilter::ParameterMapConstIterator |
Definition at line 54 of file sitkElastixImageFilter.h.
| typedef ElastixImageFilter::ParameterMapIterator itk::simple::ElastixImageFilter::ParameterMapIterator |
Definition at line 32 of file sitkElastixImageFilterImpl.h.
| typedef ParameterMapType::iterator itk::simple::ElastixImageFilter::ParameterMapIterator |
Definition at line 53 of file sitkElastixImageFilter.h.
Definition at line 30 of file sitkElastixImageFilterImpl.h.
| typedef std::map< ParameterKeyType, ParameterValueVectorType > itk::simple::ElastixImageFilter::ParameterMapType |
Definition at line 51 of file sitkElastixImageFilter.h.
| typedef ElastixImageFilter::ParameterMapVectorType itk::simple::ElastixImageFilter::ParameterMapVectorType |
Definition at line 31 of file sitkElastixImageFilterImpl.h.
| typedef std::vector< ParameterMapType > itk::simple::ElastixImageFilter::ParameterMapVectorType |
Definition at line 52 of file sitkElastixImageFilter.h.
Definition at line 36 of file sitkElastixImageFilterImpl.h.
| typedef elastix::ParameterObject itk::simple::ElastixImageFilter::ParameterObjectType |
Definition at line 35 of file sitkElastixImageFilterImpl.h.
Definition at line 27 of file sitkElastixImageFilterImpl.h.
| typedef std::string itk::simple::ElastixImageFilter::ParameterValueType |
Definition at line 48 of file sitkElastixImageFilter.h.
| typedef ElastixImageFilter::ParameterValueVectorIterator itk::simple::ElastixImageFilter::ParameterValueVectorIterator |
Definition at line 29 of file sitkElastixImageFilterImpl.h.
| typedef ParameterValueVectorType::iterator itk::simple::ElastixImageFilter::ParameterValueVectorIterator |
Definition at line 50 of file sitkElastixImageFilter.h.
| typedef ElastixImageFilter::ParameterValueVectorType itk::simple::ElastixImageFilter::ParameterValueVectorType |
Definition at line 28 of file sitkElastixImageFilterImpl.h.
| typedef std::vector< ParameterValueType > itk::simple::ElastixImageFilter::ParameterValueVectorType |
Definition at line 49 of file sitkElastixImageFilter.h.
Definition at line 22 of file sitkElastixImageFilterImpl.h.
Definition at line 43 of file sitkElastixImageFilter.h.
Definition at line 24 of file sitkElastixImageFilterImpl.h.
| typedef std::vector< Image > itk::simple::ElastixImageFilter::VectorOfImage |
Definition at line 45 of file sitkElastixImageFilter.h.
| itk::simple::ElastixImageFilter::ElastixImageFilter | ( | ) |
| itk::simple::ElastixImageFilter::~ElastixImageFilter | ( | ) |
| itk::simple::ElastixImageFilter::~ElastixImageFilterImpl | ( | void | ) |
| void itk::simple::ElastixImageFilter::AddFixedImage | ( | const Image & | fixedImage | ) |
| void itk::simple::ElastixImageFilter::AddFixedMask | ( | const Image & | fixedMask | ) |
| void itk::simple::ElastixImageFilter::AddMovingImage | ( | const Image & | movingImage | ) |
| void itk::simple::ElastixImageFilter::AddMovingMask | ( | const Image & | movingMask | ) |
| void itk::simple::ElastixImageFilter::AddParameter | ( | const std::string | key, |
| const std::string | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::AddParameter | ( | const std::string | key, |
| const std::string | value | ||
| ) |
| void itk::simple::ElastixImageFilter::AddParameter | ( | const std::string | key, |
| const std::vector< std::string > | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::AddParameter | ( | const std::string | key, |
| const std::vector< std::string > | value | ||
| ) |
| void itk::simple::ElastixImageFilter::AddParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::string | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::AddParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::string | value | ||
| ) |
| void itk::simple::ElastixImageFilter::AddParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::vector< std::string > | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::AddParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::vector< std::string > | value | ||
| ) |
| void itk::simple::ElastixImageFilter::AddParameterMap | ( | const std::map< std::string, std::vector< std::string > > | parameterMap | ) |
| Self& itk::simple::ElastixImageFilter::AddParameterMap | ( | const std::map< std::string, std::vector< std::string > > | parameterMap | ) |
| Image itk::simple::ElastixImageFilter::DualExecuteInternal | ( | void | ) |
| itk::simple::ElastixImageFilter::ElastixImageFilterImpl | ( | void | ) |
| Image itk::simple::ElastixImageFilter::Execute | ( | void | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::GetDefaultParameterMap | ( | const std::string | transformName, |
| const unsigned int | numberOfResolutions = 4, |
||
| const double | finalGridSpacingInPhysicalUnits = 10.0 |
||
| ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::GetDefaultParameterMap | ( | const std::string | transformName, |
| const unsigned int | numberOfResolutions = 4, |
||
| const double | finalGridSpacingInPhysicalUnits = 10.0 |
||
| ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetFixedImage | ( | ) |
| Image& itk::simple::ElastixImageFilter::GetFixedImage | ( | const unsigned long | index | ) |
| Image& itk::simple::ElastixImageFilter::GetFixedImage | ( | const unsigned long | index | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetFixedImage | ( | void | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetFixedMask | ( | ) |
| Image& itk::simple::ElastixImageFilter::GetFixedMask | ( | const unsigned long | index | ) |
| Image& itk::simple::ElastixImageFilter::GetFixedMask | ( | const unsigned long | index | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetFixedMask | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::GetFixedPointSetFileName | ( | ) |
| std::string itk::simple::ElastixImageFilter::GetFixedPointSetFileName | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::GetInitialTransformParameterFileName | ( | ) |
| std::string itk::simple::ElastixImageFilter::GetInitialTransformParameterFileName | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::GetLogFileName | ( | ) |
| std::string itk::simple::ElastixImageFilter::GetLogFileName | ( | void | ) |
| bool itk::simple::ElastixImageFilter::GetLogToConsole | ( | ) |
| bool itk::simple::ElastixImageFilter::GetLogToConsole | ( | void | ) |
| bool itk::simple::ElastixImageFilter::GetLogToFile | ( | ) |
| bool itk::simple::ElastixImageFilter::GetLogToFile | ( | void | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetMovingImage | ( | ) |
| Image& itk::simple::ElastixImageFilter::GetMovingImage | ( | const unsigned long | index | ) |
| Image& itk::simple::ElastixImageFilter::GetMovingImage | ( | const unsigned long | index | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetMovingImage | ( | void | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetMovingMask | ( | ) |
| Image& itk::simple::ElastixImageFilter::GetMovingMask | ( | const unsigned long | index | ) |
| Image& itk::simple::ElastixImageFilter::GetMovingMask | ( | const unsigned long | index | ) |
| VectorOfImage& itk::simple::ElastixImageFilter::GetMovingMask | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::GetMovingPointSetFileName | ( | ) |
| std::string itk::simple::ElastixImageFilter::GetMovingPointSetFileName | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::GetName | ( | ) | const |
| std::string itk::simple::ElastixImageFilter::GetName | ( | void | ) | const |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfFixedImages | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfFixedImages | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfFixedMasks | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfFixedMasks | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfMovingImages | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfMovingImages | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfMovingMasks | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfMovingMasks | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfParameterMaps | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::GetNumberOfParameterMaps | ( | void | ) |
| int itk::simple::ElastixImageFilter::GetNumberOfThreads | ( | ) |
| int itk::simple::ElastixImageFilter::GetNumberOfThreads | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::GetOutputDirectory | ( | ) |
| std::string itk::simple::ElastixImageFilter::GetOutputDirectory | ( | void | ) |
| std::vector< std::string > itk::simple::ElastixImageFilter::GetParameter | ( | const std::string | key | ) |
| std::vector< std::string > itk::simple::ElastixImageFilter::GetParameter | ( | const std::string | key | ) |
| std::vector< std::string > itk::simple::ElastixImageFilter::GetParameter | ( | const unsigned int | index, |
| const std::string | key | ||
| ) |
| std::vector< std::string > itk::simple::ElastixImageFilter::GetParameter | ( | const unsigned int | index, |
| const std::string | key | ||
| ) |
| std::vector< std::map< std::string, std::vector< std::string > > > itk::simple::ElastixImageFilter::GetParameterMap | ( | ) |
| std::vector< std::map< std::string, std::vector< std::string > > > itk::simple::ElastixImageFilter::GetParameterMap | ( | void | ) |
| Image itk::simple::ElastixImageFilter::GetResultImage | ( | void | ) |
| std::vector< std::map< std::string, std::vector< std::string > > > itk::simple::ElastixImageFilter::GetTransformParameterMap | ( | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::GetTransformParameterMap | ( | const unsigned int | index | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::GetTransformParameterMap | ( | const unsigned int | index | ) |
| std::vector< std::map< std::string, std::vector< std::string > > > itk::simple::ElastixImageFilter::GetTransformParameterMap | ( | void | ) |
| bool itk::simple::ElastixImageFilter::IsEmpty | ( | const Image & | image | ) |
| void itk::simple::ElastixImageFilter::LogToConsoleOff | ( | ) |
| Self& itk::simple::ElastixImageFilter::LogToConsoleOff | ( | ) |
| void itk::simple::ElastixImageFilter::LogToConsoleOn | ( | ) |
| Self& itk::simple::ElastixImageFilter::LogToFileOff | ( | ) |
| void itk::simple::ElastixImageFilter::LogToFileOff | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::LogToFileOn | ( | ) |
| void itk::simple::ElastixImageFilter::LogToFileOn | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::PrintParameterMap | ( | ) |
| void itk::simple::ElastixImageFilter::PrintParameterMap | ( | const ParameterMapType | parameterMapVector | ) |
| Self& itk::simple::ElastixImageFilter::PrintParameterMap | ( | const ParameterMapType | parameterMapVector | ) |
| void itk::simple::ElastixImageFilter::PrintParameterMap | ( | const ParameterMapVectorType | parameterMapVector | ) |
| Self& itk::simple::ElastixImageFilter::PrintParameterMap | ( | const ParameterMapVectorType | parameterMapVector | ) |
| void itk::simple::ElastixImageFilter::PrintParameterMap | ( | void | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::ReadParameterFile | ( | const std::string | filename | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::ReadParameterFile | ( | const std::string | filename | ) |
| Self& itk::simple::ElastixImageFilter::RemoveFixedImage | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveFixedImage | ( | const unsigned long | index | ) |
| Self& itk::simple::ElastixImageFilter::RemoveFixedImage | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::RemoveFixedImage | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveFixedMask | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveFixedMask | ( | const unsigned long | index | ) |
| Self& itk::simple::ElastixImageFilter::RemoveFixedMask | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::RemoveFixedMask | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveFixedPointSetFileName | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveFixedPointSetFileName | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveInitialTransformParameterFileName | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveInitialTransformParameterFileName | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveLogFileName | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveLogFileName | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveMovingImage | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveMovingImage | ( | const unsigned long | index | ) |
| Self& itk::simple::ElastixImageFilter::RemoveMovingImage | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::RemoveMovingImage | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveMovingMask | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveMovingMask | ( | const unsigned long | index | ) |
| Self& itk::simple::ElastixImageFilter::RemoveMovingMask | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::RemoveMovingMask | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveMovingPointSetFileName | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveMovingPointSetFileName | ( | void | ) |
| Self& itk::simple::ElastixImageFilter::RemoveOutputDirectory | ( | ) |
| void itk::simple::ElastixImageFilter::RemoveOutputDirectory | ( | void | ) |
| void itk::simple::ElastixImageFilter::RemoveParameter | ( | const std::string | key | ) |
| Self& itk::simple::ElastixImageFilter::RemoveParameter | ( | const std::string | key | ) |
| void itk::simple::ElastixImageFilter::RemoveParameter | ( | const unsigned int | index, |
| const std::string | key | ||
| ) |
| Self& itk::simple::ElastixImageFilter::RemoveParameter | ( | const unsigned int | index, |
| const std::string | key | ||
| ) |
| void itk::simple::ElastixImageFilter::SetFixedImage | ( | const Image & | fixedImage | ) |
Sets a fixed image.
| void itk::simple::ElastixImageFilter::SetFixedImage | ( | const VectorOfImage & | fixedImages | ) |
| Self& itk::simple::ElastixImageFilter::SetFixedImage | ( | const VectorOfImage & | fixedImages | ) |
Sets multiple fixed images.
| void itk::simple::ElastixImageFilter::SetFixedMask | ( | const Image & | fixedMask | ) |
| void itk::simple::ElastixImageFilter::SetFixedMask | ( | const VectorOfImage & | fixedMasks | ) |
| Self& itk::simple::ElastixImageFilter::SetFixedMask | ( | const VectorOfImage & | fixedMasks | ) |
| void itk::simple::ElastixImageFilter::SetFixedPointSetFileName | ( | const std::string | movingPointSetFileName | ) |
| Self& itk::simple::ElastixImageFilter::SetFixedPointSetFileName | ( | const std::string | movingPointSetFileName | ) |
| void itk::simple::ElastixImageFilter::SetInitialTransformParameterFileName | ( | const std::string | initialTransformParmaterFileName | ) |
| Self& itk::simple::ElastixImageFilter::SetInitialTransformParameterFileName | ( | const std::string | initialTransformParmaterFileName | ) |
| void itk::simple::ElastixImageFilter::SetLogFileName | ( | const std::string | logFileName | ) |
| Self& itk::simple::ElastixImageFilter::SetLogFileName | ( | const std::string | logFileName | ) |
| void itk::simple::ElastixImageFilter::SetLogToConsole | ( | bool | ) |
| Self& itk::simple::ElastixImageFilter::SetLogToConsole | ( | bool | ) |
| void itk::simple::ElastixImageFilter::SetLogToFile | ( | const bool | logToFile | ) |
| Self& itk::simple::ElastixImageFilter::SetLogToFile | ( | const bool | logToFile | ) |
| void itk::simple::ElastixImageFilter::SetMovingImage | ( | const Image & | movingImages | ) |
| void itk::simple::ElastixImageFilter::SetMovingImage | ( | const VectorOfImage & | movingImage | ) |
| Self& itk::simple::ElastixImageFilter::SetMovingImage | ( | const VectorOfImage & | movingImage | ) |
| void itk::simple::ElastixImageFilter::SetMovingMask | ( | const Image & | movingMask | ) |
| void itk::simple::ElastixImageFilter::SetMovingMask | ( | const VectorOfImage & | movingMasks | ) |
| Self& itk::simple::ElastixImageFilter::SetMovingMask | ( | const VectorOfImage & | movingMasks | ) |
| void itk::simple::ElastixImageFilter::SetMovingPointSetFileName | ( | const std::string | movingPointSetFileName | ) |
| Self& itk::simple::ElastixImageFilter::SetMovingPointSetFileName | ( | const std::string | movingPointSetFileName | ) |
| void itk::simple::ElastixImageFilter::SetNumberOfThreads | ( | int | n | ) |
| Self& itk::simple::ElastixImageFilter::SetNumberOfThreads | ( | int | n | ) |
| void itk::simple::ElastixImageFilter::SetOutputDirectory | ( | const std::string | outputDirectory | ) |
| Self& itk::simple::ElastixImageFilter::SetOutputDirectory | ( | const std::string | outputDirectory | ) |
| void itk::simple::ElastixImageFilter::SetParameter | ( | const std::string | key, |
| const std::string | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::SetParameter | ( | const std::string | key, |
| const std::string | value | ||
| ) |
| void itk::simple::ElastixImageFilter::SetParameter | ( | const std::string | key, |
| const std::vector< std::string > | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::SetParameter | ( | const std::string | key, |
| const std::vector< std::string > | value | ||
| ) |
| void itk::simple::ElastixImageFilter::SetParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::string | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::SetParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::string | value | ||
| ) |
| void itk::simple::ElastixImageFilter::SetParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::vector< std::string > | value | ||
| ) |
| Self& itk::simple::ElastixImageFilter::SetParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::vector< std::string > | value | ||
| ) |
| void itk::simple::ElastixImageFilter::SetParameterMap | ( | const std::map< std::string, std::vector< std::string > > | parameterMap | ) |
| Self& itk::simple::ElastixImageFilter::SetParameterMap | ( | const std::map< std::string, std::vector< std::string > > | parameterMap | ) |
| void itk::simple::ElastixImageFilter::SetParameterMap | ( | const std::string | transformName, |
| const unsigned int | numberOfResolutions = 4u, |
||
| const double | finalGridSpacingInPhysicalUnits = 10.0 |
||
| ) |
| Self& itk::simple::ElastixImageFilter::SetParameterMap | ( | const std::string | transformName, |
| const unsigned int | numberOfResolutions = 4u, |
||
| const double | finalGridSpacingInPhysicalUnits = 10.0 |
||
| ) |
| void itk::simple::ElastixImageFilter::SetParameterMap | ( | const std::vector< std::map< std::string, std::vector< std::string > > > | parameterMapVector | ) |
| Self& itk::simple::ElastixImageFilter::SetParameterMap | ( | const std::vector< std::map< std::string, std::vector< std::string > > > | parameterMapVector | ) |
| void itk::simple::ElastixImageFilter::WriteParameterFile | ( | const std::map< std::string, std::vector< std::string > > | parameterMap, |
| const std::string | filename | ||
| ) |
| Self& itk::simple::ElastixImageFilter::WriteParameterFile | ( | const std::map< std::string, std::vector< std::string > > | parameterMap, |
| const std::string | filename | ||
| ) |
|
friend |
Definition at line 147 of file sitkElastixImageFilterImpl.h.
| std::unique_ptr< detail::DualMemberFunctionFactory< MemberFunctionType > > itk::simple::ElastixImageFilter::m_DualMemberFactory |
Definition at line 148 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::m_FixedImages |
Definition at line 150 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::m_FixedMasks |
Definition at line 152 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::m_FixedPointSetFileName |
Definition at line 157 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::m_InitialTransformParameterMapFileName |
Definition at line 156 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::m_LogFileName |
Definition at line 164 of file sitkElastixImageFilterImpl.h.
| bool itk::simple::ElastixImageFilter::m_LogToConsole |
Definition at line 167 of file sitkElastixImageFilterImpl.h.
| bool itk::simple::ElastixImageFilter::m_LogToFile |
Definition at line 166 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::m_MovingImages |
Definition at line 151 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::m_MovingMasks |
Definition at line 153 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::m_MovingPointSetFileName |
Definition at line 158 of file sitkElastixImageFilterImpl.h.
| int itk::simple::ElastixImageFilter::m_NumberOfThreads |
Definition at line 169 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::m_OutputDirectory |
Definition at line 163 of file sitkElastixImageFilterImpl.h.
| ParameterMapVectorType itk::simple::ElastixImageFilter::m_ParameterMapVector |
Definition at line 160 of file sitkElastixImageFilterImpl.h.
|
private |
Definition at line 177 of file sitkElastixImageFilter.h.
| Image itk::simple::ElastixImageFilter::m_ResultImage |
Definition at line 154 of file sitkElastixImageFilterImpl.h.
| ParameterMapVectorType itk::simple::ElastixImageFilter::m_TransformParameterMapVector |
Definition at line 161 of file sitkElastixImageFilterImpl.h.
1.8.17 |
Privacy Policy