![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog to choose which dimension(s) (X, Y or Z) should be exported as SF(s) More...
#include <ecvExportCoordToSFDlg.h>


Public Member Functions | |
| ccExportCoordToSFDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| bool | exportX () const |
| Returns whether X dimension should be exported. More... | |
| bool | exportY () const |
| Returns whether Y dimension should be exported. More... | |
| bool | exportZ () const |
| Returns whether Z dimension should be exported. More... | |
Dialog to choose which dimension(s) (X, Y or Z) should be exported as SF(s)
Definition at line 13 of file ecvExportCoordToSFDlg.h.
|
explicit |
Default constructor.
Definition at line 10 of file ecvExportCoordToSFDlg.cpp.
| bool ccExportCoordToSFDlg::exportX | ( | ) | const |
Returns whether X dimension should be exported.
Definition at line 15 of file ecvExportCoordToSFDlg.cpp.
Referenced by ccEntityAction::exportCoordToSF(), ccEntityAction::exportNormalToSF(), and ccEntityAction::sfSetAsCoord().
| bool ccExportCoordToSFDlg::exportY | ( | ) | const |
Returns whether Y dimension should be exported.
Definition at line 17 of file ecvExportCoordToSFDlg.cpp.
Referenced by ccEntityAction::exportCoordToSF(), ccEntityAction::exportNormalToSF(), and ccEntityAction::sfSetAsCoord().
| bool ccExportCoordToSFDlg::exportZ | ( | ) | const |
Returns whether Z dimension should be exported.
Definition at line 19 of file ecvExportCoordToSFDlg.cpp.
Referenced by ccEntityAction::exportCoordToSF(), ccEntityAction::exportNormalToSF(), and ccEntityAction::sfSetAsCoord().