11 : QDialog(parent, Qt::Tool),
Ui::PointsSamplingDialog() {
16 return normalsCheckBox->isChecked();
20 normalsCheckBox->setChecked(state);
24 return colorsCheckBox->isChecked();
28 return textureCheckBox->isChecked();
34 dRadioButton->setChecked(state);
38 return dDoubleSpinBox->value();
42 dDoubleSpinBox->setValue(density);
46 return pnSpinBox->value();
50 pnSpinBox->setValue(
count);
unsigned getPointsNumber() const
double getDensityValue() const
bool generateNormals() const
void setDensityValue(double density)
ccPtsSamplingDlg(QWidget *parent=0)
Default constructor.
bool interpolateTexture() const
void setPointsNumber(int count)
void setGenerateNormals(bool state)
void setUseDensity(bool state)
bool interpolateRGB() const