Home
last modified time | relevance | path

Searched refs:m_CachedNumberOfLocalParameters (Results 1 – 5 of 5) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/
H A DitkImageToImageMetricv4GetValueAndDerivativeThreaderBase.hxx32 m_CachedNumberOfLocalParameters( 0 ) in ImageToImageMetricv4GetValueAndDerivativeThreaderBase()
53 this->m_CachedNumberOfLocalParameters = this->m_Associate->GetNumberOfLocalParameters(); in BeforeThreadedExecution()
66 …dDerivativePerThreadVariables[i].LocalDerivatives.SetSize( this->m_CachedNumberOfLocalParameters ); in BeforeThreadedExecution()
68 this->m_Associate->VirtualImageDimension, this->m_CachedNumberOfLocalParameters ); in BeforeThreadedExecution()
308 …ate->ComputeParameterOffsetFromVirtualIndex( virtualIndex, this->m_CachedNumberOfLocalParameters ); in StorePointDerivativeResult()
309 for (NumberOfParametersType i=0; i < this->m_CachedNumberOfLocalParameters; i++) in StorePointDerivativeResult()
H A DitkMattesMutualInformationImageToImageMetricv4.hxx496 m_CachedNumberOfLocalParameters = cachedNumberOfLocalParameters; in Initialize()
506 …ferPDFValuesContainer[index] = &(this->m_MemoryBlock[0]) + index * m_CachedNumberOfLocalParameters; in Initialize()
523 …ferPDFValuesContainer[index] = &(this->m_MemoryBlock[0]) + index * m_CachedNumberOfLocalParameters; in DoubleBufferSize()
595 …st PDFValueType * const endContribution = derivativeContribution + m_CachedNumberOfLocalParameters; in ReduceBuffer()
H A DitkImageToImageMetricv4GetValueAndDerivativeThreader.h115 return this->m_CachedNumberOfLocalParameters; in GetCachedNumberOfLocalParameters()
186 return this->m_CachedNumberOfLocalParameters; in GetCachedNumberOfLocalParameters()
H A DitkMattesMutualInformationImageToImageMetricv4.h292 return this->m_CachedNumberOfLocalParameters; in GetCachedNumberOfLocalParameters()
330 size_t m_CachedNumberOfLocalParameters; variable
H A DitkImageToImageMetricv4GetValueAndDerivativeThreaderBase.h193 mutable NumberOfParametersType m_CachedNumberOfLocalParameters; variable