Searched refs:transformDecorator (Results 1 – 7 of 7) sorted by relevance
38 TransformOutputPointer transformDecorator = in PointSetToPointSetRegistrationMethod() local41 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in PointSetToPointSetRegistrationMethod()
38 TransformOutputPointer transformDecorator = in PointSetToImageRegistrationMethod() local41 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in PointSetToImageRegistrationMethod()
45 TransformOutputPointer transformDecorator = in ImageToSpatialObjectRegistrationMethod() local48 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in ImageToSpatialObjectRegistrationMethod()
49 TransformOutputPointer transformDecorator = in ImageRegistrationMethod() local52 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in ImageRegistrationMethod()
63 TransformOutputPointer transformDecorator = in MultiResolutionImageRegistrationMethod() local66 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in MultiResolutionImageRegistrationMethod()
193 RegistrationType::TransformOutputConstPointer transformDecorator = in itkImageRegistrationMethodTest_1() local197 static_cast< const TransformType * >( transformDecorator->Get() ); in itkImageRegistrationMethodTest_1()
98 DecoratedOutputTransformPointer transformDecorator = in ImageRegistrationMethodv4() local100 this->ProcessObject::SetNthOutput( 0, transformDecorator ); in ImageRegistrationMethodv4()101 this->m_OutputTransform = transformDecorator->GetModifiable(); in ImageRegistrationMethodv4()1231 DecoratedOutputTransformPointer transformDecorator = DecoratedOutputTransformType::New(); in MakeOutput() local1232 transformDecorator->Set( ptr ); in MakeOutput()1233 return transformDecorator.GetPointer(); in MakeOutput()