22 connect(m_sbXFactor, SIGNAL(valueChanged(
double)),
this, SLOT(
OnXFactorChanged(
double)));
38 switch (m_comboInterpolator->currentIndex())
64 if (m_cbLinkFactors->isChecked())
66 this->m_sbYFactor->setValue(d);
67 this->m_sbZFactor->setValue(d);
73 this->m_sbYFactor->setEnabled(!(this->m_cbLinkFactors->isChecked()));
74 this->m_sbZFactor->setEnabled(!(this->m_cbLinkFactors->isChecked()));
76 if (m_cbLinkFactors->isChecked())
78 this->m_sbYFactor->setValue(this->m_sbXFactor->value());
79 this->m_sbZFactor->setValue(this->m_sbXFactor->value());
89 this->m_comboInterpolator->setCurrentIndex(0);
90 this->m_sbErrorValue->setValue(0);
91 this->m_sbPaddingValue->setValue(0);
95 this->m_comboInterpolator->setCurrentIndex(1);
105 m_groupActivateSampling->setVisible(allow);
std::string m_InterpolatorLabel
mitk::ImageMappingInterpolator::Type m_InterpolatorType