| 
 | 
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages | 
Typedefs | |
| using | ParameterMapType = std::map< std::string, ParameterValuesType > | 
| using | ParameterValuesType = std::vector< std::string > | 
Functions | |
| template<typename TInputImage > | |
| itk::SmartPointer< itk::DataObject > | CastToInternalPixelType (itk::SmartPointer< TInputImage > inputImage, const std::string &internalPixelTypeString) | 
| std::string | RetrievePixelTypeParameterValue (const ParameterMapType ¶meterMap, const std::string ¶meterName) | 
| void | SetParameterValueAndWarnOnOverride (ParameterMapType ¶meterMap, const std::string ¶meterName, const std::string ¶meterValue) | 
| using elastix::LibUtilities::ParameterMapType = typedef std::map<std::string, ParameterValuesType> | 
Definition at line 36 of file elxLibUtilities.h.
| using elastix::LibUtilities::ParameterValuesType = typedef std::vector<std::string> | 
Definition at line 35 of file elxLibUtilities.h.
| itk::SmartPointer< itk::DataObject > elastix::LibUtilities::CastToInternalPixelType | ( | itk::SmartPointer< TInputImage > | inputImage, | 
| const std::string & | internalPixelTypeString | ||
| ) | 
Definition at line 52 of file elxLibUtilities.h.
| std::string elastix::LibUtilities::RetrievePixelTypeParameterValue | ( | const ParameterMapType & | parameterMap, | 
| const std::string & | parameterName | ||
| ) | 
Retrieves the PixelType string value of the specified parameter. Returns "float" by default.
| void elastix::LibUtilities::SetParameterValueAndWarnOnOverride | ( | ParameterMapType & | parameterMap, | 
| const std::string & | parameterName, | ||
| const std::string & | parameterValue | ||
| ) | 
Sets the specified parameter value. Warns when it overrides existing parameter values.
Generated on 1739326392 for elastix by   1.9.8  |