![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog: points sampling on a mesh. More...
#include <ecvPtsSamplingDlg.h>


Public Member Functions | |
| ccPtsSamplingDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| bool | generateNormals () const |
| bool | interpolateRGB () const |
| bool | interpolateTexture () const |
| bool | useDensity () const |
| double | getDensityValue () const |
| unsigned | getPointsNumber () const |
| void | setPointsNumber (int count) |
| void | setDensityValue (double density) |
| void | setGenerateNormals (bool state) |
| void | setUseDensity (bool state) |
Dialog: points sampling on a mesh.
Definition at line 13 of file ecvPtsSamplingDlg.h.
|
explicit |
Default constructor.
Definition at line 10 of file ecvPtsSamplingDlg.cpp.
| bool ccPtsSamplingDlg::generateNormals | ( | ) | const |
Definition at line 15 of file ecvPtsSamplingDlg.cpp.
| double ccPtsSamplingDlg::getDensityValue | ( | ) | const |
Definition at line 37 of file ecvPtsSamplingDlg.cpp.
| unsigned ccPtsSamplingDlg::getPointsNumber | ( | ) | const |
Definition at line 45 of file ecvPtsSamplingDlg.cpp.
| bool ccPtsSamplingDlg::interpolateRGB | ( | ) | const |
Definition at line 23 of file ecvPtsSamplingDlg.cpp.
| bool ccPtsSamplingDlg::interpolateTexture | ( | ) | const |
Definition at line 27 of file ecvPtsSamplingDlg.cpp.
| void ccPtsSamplingDlg::setDensityValue | ( | double | density | ) |
Definition at line 41 of file ecvPtsSamplingDlg.cpp.
| void ccPtsSamplingDlg::setGenerateNormals | ( | bool | state | ) |
Definition at line 19 of file ecvPtsSamplingDlg.cpp.
| void ccPtsSamplingDlg::setPointsNumber | ( | int | count | ) |
Definition at line 49 of file ecvPtsSamplingDlg.cpp.
References count.
| void ccPtsSamplingDlg::setUseDensity | ( | bool | state | ) |
Definition at line 33 of file ecvPtsSamplingDlg.cpp.
| bool ccPtsSamplingDlg::useDensity | ( | ) | const |
Definition at line 31 of file ecvPtsSamplingDlg.cpp.