![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Report info. More...
#include <ecvVolumeCalcTool.h>
Public Member Functions | |
| ReportInfo () | |
| QString | toText (int precision=6) const |
Public Attributes | |
| double | volume |
| double | addedVolume |
| double | removedVolume |
| double | surface |
| float | matchingPrecent |
| float | ceilNonMatchingPercent |
| float | groundNonMatchingPercent |
| double | averageNeighborsPerCell |
Report info.
Definition at line 44 of file ecvVolumeCalcTool.h.
|
inline |
Definition at line 45 of file ecvVolumeCalcTool.h.
| QString ccVolumeCalcTool::ReportInfo::toText | ( | int | precision = 6 | ) | const |
Definition at line 451 of file ecvVolumeCalcTool.cpp.
References addedVolume, averageNeighborsPerCell, ceilNonMatchingPercent, groundNonMatchingPercent, matchingPrecent, removedVolume, surface, and volume.
Referenced by ccVolumeCalcTool::outputReport(), and CommandVolume25D::process().
| double ccVolumeCalcTool::ReportInfo::addedVolume |
Definition at line 58 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().
| double ccVolumeCalcTool::ReportInfo::averageNeighborsPerCell |
Definition at line 64 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), ccVolumeCalcTool::outputReport(), and toText().
| float ccVolumeCalcTool::ReportInfo::ceilNonMatchingPercent |
Definition at line 62 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().
| float ccVolumeCalcTool::ReportInfo::groundNonMatchingPercent |
Definition at line 63 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().
| float ccVolumeCalcTool::ReportInfo::matchingPrecent |
Definition at line 61 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().
| double ccVolumeCalcTool::ReportInfo::removedVolume |
Definition at line 59 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().
| double ccVolumeCalcTool::ReportInfo::surface |
Definition at line 60 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().
| double ccVolumeCalcTool::ReportInfo::volume |
Definition at line 57 of file ecvVolumeCalcTool.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and toText().