| 
    ANIMA
    4.0
    
   | 
 
#include <animaSymmetricBMRegistrationMethod.h>
 Inheritance diagram for anima::SymmetricBMRegistrationMethod< TInputImageType >:
 Collaboration diagram for anima::SymmetricBMRegistrationMethod< TInputImageType >:Public Types | |
| typedef Superclass::AffineTransformType | AffineTransformType | 
| typedef Superclass::AgregatorType | AgregatorType | 
| typedef Superclass::BlockMatcherType | BlockMatcherType | 
| typedef itk::SmartPointer< const Self > | ConstPointer | 
| typedef Superclass::InputImageType | InputImageType | 
| typedef itk::SmartPointer< Self > | Pointer | 
| typedef SymmetricBMRegistrationMethod | Self | 
| typedef BaseBMRegistrationMethod< TInputImageType > | Superclass | 
| typedef Superclass::SVFTransformType | SVFTransformType | 
| typedef Superclass::TransformPointer | TransformPointer | 
  Public Types inherited from anima::BaseBMRegistrationMethod< TInputImageType > | |
| typedef AffineTransformType::Pointer | AffineTransformPointer | 
| typedef itk::AffineTransform< typename AgregatorType::ScalarType, TInputImageType::ImageDimension > | AffineTransformType | 
| typedef AgregatorType::ScalarType | AgregatorScalarType | 
| typedef anima::BaseTransformAgregator< TInputImageType::ImageDimension > | AgregatorType | 
| typedef AgregatorType::BaseInputTransformType | BaseInputTransformType | 
| typedef AgregatorType::BaseOutputTransformType | BaseOutputTransformType | 
| typedef anima::BaseBlockMatcher< TInputImageType > | BlockMatcherType | 
| typedef itk::SmartPointer< const Self > | ConstPointer | 
| typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType | 
| typedef DisplacementFieldTransformType::Pointer | DisplacementFieldTransformPointer | 
| typedef rpi::DisplacementFieldTransform< AgregatorScalarType, TInputImageType::ImageDimension > | DisplacementFieldTransformType | 
| typedef TInputImageType::IOPixelType | ImageScalarType | 
| typedef InputImageType::Pointer | InputImagePointer | 
| typedef TInputImageType | InputImageType | 
| typedef MaskImageType::Pointer | MaskImagePointer | 
| typedef itk::Image< unsigned char, TInputImageType::ImageDimension > | MaskImageType | 
| typedef itk::SmartPointer< Self > | Pointer | 
| typedef ResamplerFilterType::Pointer | ResamplerFilterPointer | 
| typedef itk::ImageToImageFilter< InputImageType, InputImageType > | ResamplerFilterType | 
| typedef BaseBMRegistrationMethod | Self | 
| typedef itk::ProcessObject | Superclass | 
| typedef SVFTransformType::Pointer | SVFTransformPointer | 
| typedef itk::StationaryVelocityFieldTransform< AgregatorScalarType, TInputImageType::ImageDimension > | SVFTransformType | 
| typedef TransformOutputType::Pointer | TransformOutputPointer | 
| typedef itk::DataObjectDecorator< TransformType > | TransformOutputType | 
| typedef TransformType::Pointer | TransformPointer | 
| typedef AgregatorType::BaseOutputTransformType | TransformType | 
Static Public Member Functions | |
| static Pointer | New () | 
Protected Member Functions | |
| virtual void | PerformOneIteration (InputImageType *refImage, InputImageType *movingImage, TransformPointer &addOn) ITK_OVERRIDE | 
| SymmetricBMRegistrationMethod () | |
| virtual | ~SymmetricBMRegistrationMethod () | 
  Protected Member Functions inherited from anima::BaseBMRegistrationMethod< TInputImageType > | |
| BaseBMRegistrationMethod () | |
| virtual bool | ComposeAddOnWithTransform (TransformPointer &computedTransform, TransformType *addOn) | 
| void | GenerateData () ITK_OVERRIDE | 
| virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const ITK_OVERRIDE | 
| virtual void | ResampleImages (TransformType *currentTransform, InputImagePointer &refImage, InputImagePointer &movingImage) | 
| virtual void | SetupTransform (TransformPointer &optimizedTransform) | 
| void | StartOptimization () | 
| virtual | ~BaseBMRegistrationMethod () | 
Definition at line 8 of file animaSymmetricBMRegistrationMethod.h.
| typedef Superclass::AffineTransformType anima::SymmetricBMRegistrationMethod< TInputImageType >::AffineTransformType | 
Definition at line 21 of file animaSymmetricBMRegistrationMethod.h.
| typedef Superclass::AgregatorType anima::SymmetricBMRegistrationMethod< TInputImageType >::AgregatorType | 
Definition at line 20 of file animaSymmetricBMRegistrationMethod.h.
| typedef Superclass::BlockMatcherType anima::SymmetricBMRegistrationMethod< TInputImageType >::BlockMatcherType | 
Definition at line 19 of file animaSymmetricBMRegistrationMethod.h.
| typedef itk::SmartPointer<const Self> anima::SymmetricBMRegistrationMethod< TInputImageType >::ConstPointer | 
Definition at line 15 of file animaSymmetricBMRegistrationMethod.h.
| typedef Superclass::InputImageType anima::SymmetricBMRegistrationMethod< TInputImageType >::InputImageType | 
Definition at line 17 of file animaSymmetricBMRegistrationMethod.h.
| typedef itk::SmartPointer<Self> anima::SymmetricBMRegistrationMethod< TInputImageType >::Pointer | 
Definition at line 14 of file animaSymmetricBMRegistrationMethod.h.
| typedef SymmetricBMRegistrationMethod anima::SymmetricBMRegistrationMethod< TInputImageType >::Self | 
Standard class typedefs.
Definition at line 12 of file animaSymmetricBMRegistrationMethod.h.
| typedef BaseBMRegistrationMethod<TInputImageType> anima::SymmetricBMRegistrationMethod< TInputImageType >::Superclass | 
Definition at line 13 of file animaSymmetricBMRegistrationMethod.h.
| typedef Superclass::SVFTransformType anima::SymmetricBMRegistrationMethod< TInputImageType >::SVFTransformType | 
Definition at line 22 of file animaSymmetricBMRegistrationMethod.h.
| typedef Superclass::TransformPointer anima::SymmetricBMRegistrationMethod< TInputImageType >::TransformPointer | 
Definition at line 18 of file animaSymmetricBMRegistrationMethod.h.
      
  | 
  inlineprotected | 
Definition at line 32 of file animaSymmetricBMRegistrationMethod.h.
Referenced by anima::SymmetricBMRegistrationMethod< TInputImageType >::~SymmetricBMRegistrationMethod().
      
  | 
  inlineprotectedvirtual | 
| virtual::itk::LightObject::Pointer anima::SymmetricBMRegistrationMethod< TInputImageType >::CreateAnother | ( | void | ) | const | 
      
  | 
  virtual | 
Run-time type information (and related methods).
Reimplemented from anima::BaseBMRegistrationMethod< TInputImageType >.
      
  | 
  static | 
      
  | 
  protectedvirtual | 
Implements anima::BaseBMRegistrationMethod< TInputImageType >.
Definition at line 13 of file animaSymmetricBMRegistrationMethod.hxx.
References anima::GetExponential(), and anima::GetLogarithm().
Referenced by anima::SymmetricBMRegistrationMethod< TInputImageType >::~SymmetricBMRegistrationMethod().
      
  | 
  inline | 
Definition at line 29 of file animaSymmetricBMRegistrationMethod.h.
 1.8.13