SimpleITK  
sitkTransform.h File Reference
#include "sitkCommon.h"
#include "sitkExceptionObject.h"
#include "sitkImage.h"
#include "sitkPathType.h"
#include <vector>
+ Include dependency graph for sitkTransform.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  itk::simple::Transform::DisplacementInitializationMemberFunctionAddressor< TMemberFunctionPointer >
 
class  itk::simple::Transform
 A simplified wrapper around a variety of ITK transforms. More...
 
struct  itk::simple::Transform::TransformTryCastVisitor
 

Namespaces

namespace  itk
 
namespace  itk::simple
 

Typedefs

using itk::TransformBase = TransformBaseTemplate<double>
 

Enumerations

enum  itk::simple::TransformEnum {
  itk::simple::sitkUnknownTransform = -1 ,
  itk::simple::sitkIdentity ,
  itk::simple::sitkTranslation ,
  itk::simple::sitkScale ,
  itk::simple::sitkScaleLogarithmic ,
  itk::simple::sitkEuler ,
  itk::simple::sitkSimilarity ,
  itk::simple::sitkQuaternionRigid ,
  itk::simple::sitkVersor ,
  itk::simple::sitkVersorRigid ,
  itk::simple::sitkScaleSkewVersor ,
  itk::simple::sitkComposeScaleSkewVersor ,
  itk::simple::sitkScaleVersor ,
  itk::simple::sitkAffine ,
  itk::simple::sitkComposite ,
  itk::simple::sitkDisplacementField ,
  itk::simple::sitkBSplineTransform
}
 

Functions

SITKCommon_EXPORT Transform itk::simple::ReadTransform (const PathType &filename)
 
SITKCommon_EXPORT void itk::simple::WriteTransform (const Transform &transform, const PathType &filename)