Home
last modified time | relevance | path

Searched refs:m_MetricSamplingStrategy (Results 1 – 2 of 2) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/RegistrationMethodsv4/include/
H A DitkImageRegistrationMethodv4.hxx128 this->m_MetricSamplingStrategy = NONE; in ImageRegistrationMethodv4()
698 if( this->m_MetricSamplingStrategy != NONE ) in InitializeRegistrationAtEachLevel()
958 switch( this->m_MetricSamplingStrategy ) in SetMetricSamplePoints()
1160 os << indent << "Metric sampling strategy: " << this->m_MetricSamplingStrategy << std::endl; in PrintSelf()
H A DitkImageRegistrationMethodv4.h485 MetricSamplingStrategyType m_MetricSamplingStrategy; variable