|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
Functions | |
| template<typename TElastix > | |
| itk::SmartPointer< TElastix > | CreateDefaultElastixObject () |
| template<typename TMap > | |
| void | ExpectAllKeysUnique (const TMap &map1, const TMap &map2) |
| itk::OptimizerParameters< double > | GeneratePseudoRandomParameters (const unsigned numberOfParameters, const double minValue, const double maxValue=1.0) |
| template<typename TMap > | |
| TMap | MakeMergedMap (TMap map1, const TMap &map2) |
| itk::SmartPointer< TElastix > elastix::GTestUtilities::CreateDefaultElastixObject | ( | ) |
Creates a default ElastixTemplate<FixedImageType, MovingImageType> object. for unit testing purposes.
Definition at line 72 of file elxGTestUtilities.h.
| void elastix::GTestUtilities::ExpectAllKeysUnique | ( | const TMap & | map1, |
| const TMap & | map2 | ||
| ) |
Expect that all keys of both specified maps are unique.
Definition at line 43 of file elxGTestUtilities.h.
|
inline |
Returns an OptimizerParameters object, filled with pseudo random floating point numbers between the specified minimum and maximum value.
Definition at line 96 of file elxGTestUtilities.h.
| TMap elastix::GTestUtilities::MakeMergedMap | ( | TMap | map1, |
| const TMap & | map2 | ||
| ) |
Makes a map by merging its two arguments together.
Definition at line 57 of file elxGTestUtilities.h.
Generated on 1687403667 for elastix by 1.9.4 |