Home
last modified time | relevance | path

Searched refs:transformDecorator (Results 1 – 7 of 7) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkPointSetToPointSetRegistrationMethod.hxx38 TransformOutputPointer transformDecorator = in PointSetToPointSetRegistrationMethod() local
41 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in PointSetToPointSetRegistrationMethod()
H A DitkPointSetToImageRegistrationMethod.hxx38 TransformOutputPointer transformDecorator = in PointSetToImageRegistrationMethod() local
41 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in PointSetToImageRegistrationMethod()
H A DitkImageToSpatialObjectRegistrationMethod.hxx45 TransformOutputPointer transformDecorator = in ImageToSpatialObjectRegistrationMethod() local
48 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in ImageToSpatialObjectRegistrationMethod()
H A DitkImageRegistrationMethod.hxx49 TransformOutputPointer transformDecorator = in ImageRegistrationMethod() local
52 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in ImageRegistrationMethod()
H A DitkMultiResolutionImageRegistrationMethod.hxx63 TransformOutputPointer transformDecorator = in MultiResolutionImageRegistrationMethod() local
66 this->ProcessObject::SetNthOutput( 0, transformDecorator.GetPointer() ); in MultiResolutionImageRegistrationMethod()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/test/
H A DitkImageRegistrationMethodTest_1.cxx193 RegistrationType::TransformOutputConstPointer transformDecorator = in itkImageRegistrationMethodTest_1() local
197 static_cast< const TransformType * >( transformDecorator->Get() ); in itkImageRegistrationMethodTest_1()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/RegistrationMethodsv4/include/
H A DitkImageRegistrationMethodv4.hxx98 DecoratedOutputTransformPointer transformDecorator = in ImageRegistrationMethodv4() local
100 this->ProcessObject::SetNthOutput( 0, transformDecorator ); in ImageRegistrationMethodv4()
101 this->m_OutputTransform = transformDecorator->GetModifiable(); in ImageRegistrationMethodv4()
1231 DecoratedOutputTransformPointer transformDecorator = DecoratedOutputTransformType::New(); in MakeOutput() local
1232 transformDecorator->Set( ptr ); in MakeOutput()
1233 return transformDecorator.GetPointer(); in MakeOutput()