|
SimpleITK
|
#include <sitkElastixImageFilterImpl.h>
Collaboration diagram for itk::simple::ElastixImageFilter::ElastixImageFilterImpl:Definition at line 16 of file sitkElastixImageFilterImpl.h.
Public Types | |
| typedef Image(Self::* | MemberFunctionType) (void) |
| typedef ElastixImageFilter::ParameterKeyType | ParameterKeyType |
| typedef ElastixImageFilter::ParameterMapConstIterator | ParameterMapConstIterator |
| typedef ElastixImageFilter::ParameterMapIterator | ParameterMapIterator |
| typedef ElastixImageFilter::ParameterMapType | ParameterMapType |
| typedef ElastixImageFilter::ParameterMapVectorType | ParameterMapVectorType |
| typedef elastix::ParameterObject::Pointer | ParameterObjectPointer |
| typedef elastix::ParameterObject | ParameterObjectType |
| typedef ElastixImageFilter::ParameterValueType | ParameterValueType |
| typedef ElastixImageFilter::ParameterValueVectorIterator | ParameterValueVectorIterator |
| typedef ElastixImageFilter::ParameterValueVectorType | ParameterValueVectorType |
| typedef ElastixImageFilterImpl | Self |
| typedef ElastixImageFilter::VectorOfImage | VectorOfImage |
Public Member Functions | |
| void | AddFixedImage (const Image &fixedImage) |
| void | AddFixedMask (const Image &fixedMask) |
| void | AddMovingImage (const Image &movingImage) |
| void | AddMovingMask (const Image &movingMask) |
| void | AddParameter (const std::string key, const std::string value) |
| void | 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) |
| void | 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) |
| template<class TFixedImage, class TMovingImage> | |
| Image | DualExecuteInternal (void) |
| ElastixImageFilterImpl (void) | |
| 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) |
| Image & | GetFixedImage (const unsigned long index) |
| VectorOfImage & | GetFixedImage (void) |
| Image & | GetFixedMask (const unsigned long index) |
| VectorOfImage & | GetFixedMask (void) |
| std::string | GetFixedPointSetFileName (void) |
| std::string | GetInitialTransformParameterFileName (void) |
| std::string | GetLogFileName (void) |
| bool | GetLogToConsole (void) |
| bool | GetLogToFile (void) |
| Image & | GetMovingImage (const unsigned long index) |
| VectorOfImage & | GetMovingImage (void) |
| Image & | GetMovingMask (const unsigned long index) |
| VectorOfImage & | GetMovingMask (void) |
| std::string | GetMovingPointSetFileName (void) |
| std::string | GetName (void) const |
| unsigned int | GetNumberOfFixedImages () |
| unsigned int | GetNumberOfFixedMasks () |
| unsigned int | GetNumberOfMovingImages () |
| unsigned int | GetNumberOfMovingMasks () |
| unsigned int | GetNumberOfParameterMaps (void) |
| int | GetNumberOfThreads (void) |
| std::string | GetOutputDirectory (void) |
| 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::map< std::string, std::vector< std::string > > > | GetParameterMap (void) |
| Image | GetResultImage (void) |
| 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 () |
| void | LogToConsoleOn () |
| void | LogToFileOff (void) |
| void | LogToFileOn (void) |
| void | PrintParameterMap (const ParameterMapType parameterMapVector) |
| void | PrintParameterMap (const ParameterMapVectorType parameterMapVector) |
| void | PrintParameterMap (void) |
| std::map< std::string, std::vector< std::string > > | ReadParameterFile (const std::string filename) |
| void | RemoveFixedImage (const unsigned long index) |
| void | RemoveFixedImage (void) |
| void | RemoveFixedMask (const unsigned long index) |
| void | RemoveFixedMask (void) |
| void | RemoveFixedPointSetFileName (void) |
| void | RemoveInitialTransformParameterFileName (void) |
| void | RemoveLogFileName (void) |
| void | RemoveMovingImage (const unsigned long index) |
| void | RemoveMovingImage (void) |
| void | RemoveMovingMask (const unsigned long index) |
| void | RemoveMovingMask (void) |
| void | RemoveMovingPointSetFileName (void) |
| void | RemoveOutputDirectory (void) |
| void | RemoveParameter (const std::string key) |
| void | RemoveParameter (const unsigned int index, const std::string key) |
| void | SetFixedImage (const Image &fixedImage) |
| void | SetFixedImage (const VectorOfImage &fixedImages) |
| void | SetFixedMask (const Image &fixedMask) |
| void | SetFixedMask (const VectorOfImage &fixedMasks) |
| void | SetFixedPointSetFileName (const std::string movingPointSetFileName) |
| void | SetInitialTransformParameterFileName (const std::string initialTransformParmaterFileName) |
| void | SetLogFileName (const std::string logFileName) |
| void | SetLogToConsole (bool) |
| void | SetLogToFile (const bool logToFile) |
| void | SetMovingImage (const Image &movingImages) |
| void | SetMovingImage (const VectorOfImage &movingImage) |
| void | SetMovingMask (const Image &movingMask) |
| void | SetMovingMask (const VectorOfImage &movingMasks) |
| void | SetMovingPointSetFileName (const std::string movingPointSetFileName) |
| void | SetNumberOfThreads (int n) |
| void | SetOutputDirectory (const std::string outputDirectory) |
| void | SetParameter (const std::string key, const std::string value) |
| void | 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) |
| void | 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) |
| void | 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) |
| void | WriteParameterFile (const std::map< std::string, std::vector< std::string > > parameterMap, const std::string filename) |
| ~ElastixImageFilterImpl (void) | |
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 |
Friends | |
| struct | detail::DualExecuteInternalAddressor< MemberFunctionType > |
| typedef Image(Self::* itk::simple::ElastixImageFilter::ElastixImageFilterImpl::MemberFunctionType) (void) |
Definition at line 236 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterKeyType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterKeyType |
Definition at line 26 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterMapConstIterator itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterMapConstIterator |
Definition at line 33 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterMapIterator itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterMapIterator |
Definition at line 32 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterMapType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterMapType |
Definition at line 30 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterMapVectorType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterMapVectorType |
Definition at line 31 of file sitkElastixImageFilterImpl.h.
| typedef elastix::ParameterObject::Pointer itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterObjectPointer |
Definition at line 36 of file sitkElastixImageFilterImpl.h.
| typedef elastix::ParameterObject itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterObjectType |
Definition at line 35 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterValueType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterValueType |
Definition at line 27 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterValueVectorIterator itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterValueVectorIterator |
Definition at line 29 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::ParameterValueVectorType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ParameterValueVectorType |
Definition at line 28 of file sitkElastixImageFilterImpl.h.
Definition at line 22 of file sitkElastixImageFilterImpl.h.
| typedef ElastixImageFilter::VectorOfImage itk::simple::ElastixImageFilter::ElastixImageFilterImpl::VectorOfImage |
Definition at line 24 of file sitkElastixImageFilterImpl.h.
| itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ElastixImageFilterImpl | ( | void | ) |
| itk::simple::ElastixImageFilter::ElastixImageFilterImpl::~ElastixImageFilterImpl | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddFixedImage | ( | const Image & | fixedImage | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddFixedMask | ( | const Image & | fixedMask | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddMovingImage | ( | const Image & | movingImage | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddMovingMask | ( | const Image & | movingMask | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddParameter | ( | const std::string | key, |
| const std::string | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddParameter | ( | const std::string | key, |
| const std::vector< std::string > | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::string | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::vector< std::string > | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::AddParameterMap | ( | const std::map< std::string, std::vector< std::string > > | parameterMap | ) |
| Image itk::simple::ElastixImageFilter::ElastixImageFilterImpl::DualExecuteInternal | ( | void | ) |
Referenced by detail::DualExecuteInternalAddressor< MemberFunctionType >.
| Image itk::simple::ElastixImageFilter::ElastixImageFilterImpl::Execute | ( | void | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetDefaultParameterMap | ( | const std::string | transformName, |
| const unsigned int | numberOfResolutions = 4, | ||
| const double | finalGridSpacingInPhysicalUnits = 10.0 ) |
| Image & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetFixedImage | ( | const unsigned long | index | ) |
| VectorOfImage & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetFixedImage | ( | void | ) |
| Image & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetFixedMask | ( | const unsigned long | index | ) |
| VectorOfImage & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetFixedMask | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetFixedPointSetFileName | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetInitialTransformParameterFileName | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetLogFileName | ( | void | ) |
| bool itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetLogToConsole | ( | void | ) |
| bool itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetLogToFile | ( | void | ) |
| Image & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetMovingImage | ( | const unsigned long | index | ) |
| VectorOfImage & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetMovingImage | ( | void | ) |
| Image & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetMovingMask | ( | const unsigned long | index | ) |
| VectorOfImage & itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetMovingMask | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetMovingPointSetFileName | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetName | ( | void | ) | const |
| unsigned int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetNumberOfFixedImages | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetNumberOfFixedMasks | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetNumberOfMovingImages | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetNumberOfMovingMasks | ( | ) |
| unsigned int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetNumberOfParameterMaps | ( | void | ) |
| int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetNumberOfThreads | ( | void | ) |
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetOutputDirectory | ( | void | ) |
| std::vector< std::string > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetParameter | ( | const std::string | key | ) |
| std::vector< std::string > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetParameter | ( | const unsigned int | index, |
| const std::string | key ) |
| std::vector< std::map< std::string, std::vector< std::string > > > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetParameterMap | ( | void | ) |
| Image itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetResultImage | ( | void | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetTransformParameterMap | ( | const unsigned int | index | ) |
| std::vector< std::map< std::string, std::vector< std::string > > > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::GetTransformParameterMap | ( | void | ) |
| bool itk::simple::ElastixImageFilter::ElastixImageFilterImpl::IsEmpty | ( | const Image & | image | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::LogToConsoleOff | ( | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::LogToConsoleOn | ( | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::LogToFileOff | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::LogToFileOn | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::PrintParameterMap | ( | const ParameterMapType | parameterMapVector | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::PrintParameterMap | ( | const ParameterMapVectorType | parameterMapVector | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::PrintParameterMap | ( | void | ) |
| std::map< std::string, std::vector< std::string > > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::ReadParameterFile | ( | const std::string | filename | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveFixedImage | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveFixedImage | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveFixedMask | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveFixedMask | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveFixedPointSetFileName | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveInitialTransformParameterFileName | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveLogFileName | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveMovingImage | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveMovingImage | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveMovingMask | ( | const unsigned long | index | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveMovingMask | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveMovingPointSetFileName | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveOutputDirectory | ( | void | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveParameter | ( | const std::string | key | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::RemoveParameter | ( | const unsigned int | index, |
| const std::string | key ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetFixedImage | ( | const Image & | fixedImage | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetFixedImage | ( | const VectorOfImage & | fixedImages | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetFixedMask | ( | const Image & | fixedMask | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetFixedMask | ( | const VectorOfImage & | fixedMasks | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetFixedPointSetFileName | ( | const std::string | movingPointSetFileName | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetInitialTransformParameterFileName | ( | const std::string | initialTransformParmaterFileName | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetLogFileName | ( | const std::string | logFileName | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetLogToConsole | ( | bool | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetLogToFile | ( | const bool | logToFile | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetMovingImage | ( | const Image & | movingImages | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetMovingImage | ( | const VectorOfImage & | movingImage | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetMovingMask | ( | const Image & | movingMask | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetMovingMask | ( | const VectorOfImage & | movingMasks | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetMovingPointSetFileName | ( | const std::string | movingPointSetFileName | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetNumberOfThreads | ( | int | n | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetOutputDirectory | ( | const std::string | outputDirectory | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameter | ( | const std::string | key, |
| const std::string | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameter | ( | const std::string | key, |
| const std::vector< std::string > | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::string | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameter | ( | const unsigned int | index, |
| const std::string | key, | ||
| const std::vector< std::string > | value ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameterMap | ( | const std::map< std::string, std::vector< std::string > > | parameterMap | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameterMap | ( | const std::string | transformName, |
| const unsigned int | numberOfResolutions = 4u, | ||
| const double | finalGridSpacingInPhysicalUnits = 10.0 ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::SetParameterMap | ( | const std::vector< std::map< std::string, std::vector< std::string > > > | parameterMapVector | ) |
| void itk::simple::ElastixImageFilter::ElastixImageFilterImpl::WriteParameterFile | ( | const std::map< std::string, std::vector< std::string > > | parameterMap, |
| const std::string | filename ) |
|
friend |
Definition at line 239 of file sitkElastixImageFilterImpl.h.
References DualExecuteInternal().
| std::unique_ptr<detail::DualMemberFunctionFactory<MemberFunctionType> > itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_DualMemberFactory |
Definition at line 241 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_FixedImages |
Definition at line 243 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_FixedMasks |
Definition at line 245 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_FixedPointSetFileName |
Definition at line 250 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_InitialTransformParameterMapFileName |
Definition at line 249 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_LogFileName |
Definition at line 257 of file sitkElastixImageFilterImpl.h.
| bool itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_LogToConsole |
Definition at line 260 of file sitkElastixImageFilterImpl.h.
| bool itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_LogToFile |
Definition at line 259 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_MovingImages |
Definition at line 244 of file sitkElastixImageFilterImpl.h.
| VectorOfImage itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_MovingMasks |
Definition at line 246 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_MovingPointSetFileName |
Definition at line 251 of file sitkElastixImageFilterImpl.h.
| int itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_NumberOfThreads |
Definition at line 262 of file sitkElastixImageFilterImpl.h.
| std::string itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_OutputDirectory |
Definition at line 256 of file sitkElastixImageFilterImpl.h.
| ParameterMapVectorType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_ParameterMapVector |
Definition at line 253 of file sitkElastixImageFilterImpl.h.
| Image itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_ResultImage |
Definition at line 247 of file sitkElastixImageFilterImpl.h.
| ParameterMapVectorType itk::simple::ElastixImageFilter::ElastixImageFilterImpl::m_TransformParameterMapVector |
Definition at line 254 of file sitkElastixImageFilterImpl.h.
1.13.2 |
Privacy Policy