|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxCoreMainGTestUtilities.h>
Definition at line 290 of file elxCoreMainGTestUtilities.h.
Public Types | |
| using | DirectionType = typename ImageBaseType::DirectionType |
| using | ImageBaseType = itk::ImageBase< VDimension > |
| using | IndexType = typename ImageBaseType::IndexType |
| using | PointType = typename ImageBaseType::PointType |
| using | SizeType = typename ImageBaseType::SizeType |
| using | SpacingType = typename ImageBaseType::SpacingType |
Public Member Functions | |
| ParameterObject::ParameterMapType | AsParameterMap () const |
| ImageDomain ()=default | |
| ImageDomain (const DirectionType &initialDirection, const IndexType &initialIndex, const SizeType &initialSize, const SpacingType &initialSpacing, const PointType &initialOrigin) | |
| ImageDomain (const ImageBaseType &image) | |
| ImageDomain (const SizeType &initialSize) | |
| void | ToImage (itk::ImageBase< VDimension > &image) const |
Data Fields | |
| DirectionType | direction { DirectionType::GetIdentity() } |
| IndexType | index {} |
| PointType | origin {} |
| SizeType | size {} |
| SpacingType | spacing { itk::MakeFilled<SpacingType>(1.0) } |
Friends | |
| bool | operator!= (const ImageDomain &lhs, const ImageDomain &rhs) |
| bool | operator== (const ImageDomain &lhs, const ImageDomain &rhs) |
| using elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::DirectionType = typename ImageBaseType::DirectionType |
Definition at line 294 of file elxCoreMainGTestUtilities.h.
| using elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::ImageBaseType = itk::ImageBase<VDimension> |
Definition at line 292 of file elxCoreMainGTestUtilities.h.
| using elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::IndexType = typename ImageBaseType::IndexType |
Definition at line 295 of file elxCoreMainGTestUtilities.h.
| using elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::PointType = typename ImageBaseType::PointType |
Definition at line 298 of file elxCoreMainGTestUtilities.h.
| using elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::SizeType = typename ImageBaseType::SizeType |
Definition at line 296 of file elxCoreMainGTestUtilities.h.
| using elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::SpacingType = typename ImageBaseType::SpacingType |
Definition at line 297 of file elxCoreMainGTestUtilities.h.
|
default |
|
inlineexplicit |
Definition at line 310 of file elxCoreMainGTestUtilities.h.
|
inlineexplicit |
Definition at line 314 of file elxCoreMainGTestUtilities.h.
|
inline |
Definition at line 323 of file elxCoreMainGTestUtilities.h.
|
inline |
Definition at line 347 of file elxCoreMainGTestUtilities.h.
|
inline |
Definition at line 337 of file elxCoreMainGTestUtilities.h.
|
friend |
Definition at line 367 of file elxCoreMainGTestUtilities.h.
|
friend |
Definition at line 360 of file elxCoreMainGTestUtilities.h.
| DirectionType elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::direction { DirectionType::GetIdentity() } |
Definition at line 300 of file elxCoreMainGTestUtilities.h.
| IndexType elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::index {} |
Definition at line 301 of file elxCoreMainGTestUtilities.h.
| PointType elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::origin {} |
Definition at line 304 of file elxCoreMainGTestUtilities.h.
| SizeType elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::size {} |
Definition at line 302 of file elxCoreMainGTestUtilities.h.
| SpacingType elastix::CoreMainGTestUtilities::ImageDomain< VDimension >::spacing { itk::MakeFilled<SpacingType>(1.0) } |
Definition at line 303 of file elxCoreMainGTestUtilities.h.
Generated on 1739326392 for elastix by 1.9.8 |