26 connect(m_sbXFactor, SIGNAL(valueChanged(
double)),
this, SLOT(
OnXFactorChanged(
double)));
42 switch (m_comboInterpolator->currentIndex())
68 if (m_cbLinkFactors->isChecked())
70 this->m_sbYFactor->setValue(d);
71 this->m_sbZFactor->setValue(d);
77 this->m_sbYFactor->setEnabled(!(this->m_cbLinkFactors->isChecked()));
78 this->m_sbZFactor->setEnabled(!(this->m_cbLinkFactors->isChecked()));
80 if (m_cbLinkFactors->isChecked())
82 this->m_sbYFactor->setValue(this->m_sbXFactor->value());
83 this->m_sbZFactor->setValue(this->m_sbXFactor->value());
93 this->m_comboInterpolator->setCurrentIndex(0);
94 this->m_sbErrorValue->setValue(0);
95 this->m_sbPaddingValue->setValue(0);
99 this->m_comboInterpolator->setCurrentIndex(1);
109 m_groupActivateSampling->setVisible(allow);
std::string m_InterpolatorLabel
mitk::ImageMappingInterpolator::Type m_InterpolatorType