![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvRasterizeTool.h"#include <QMessageBox>#include <QString>#include <ecvMesh.h>#include <ecvProgressDialog.h>#include <ecvVolumeCalcTool.h>#include <QDateTime>#include "ecvCommandRaster.h"
Go to the source code of this file.
Functions | |
| static ccRasterGrid::ProjectionType | GetProjectionType (QString option, ccCommandLineInterface &cmd) |
| static ccRasterGrid::EmptyCellFillOption | GetEmptyCellFillingStrategy (QString option, ccCommandLineInterface &cmd) |
Variables | |
| constexpr char | COMMAND_GRID_VERT_DIR [] = "VERT_DIR" |
| constexpr char | COMMAND_GRID_STEP [] = "GRID_STEP" |
| constexpr char | COMMAND_GRID_OUTPUT_CLOUD [] = "OUTPUT_CLOUD" |
| constexpr char | COMMAND_GRID_OUTPUT_MESH [] = "OUTPUT_MESH" |
| constexpr char | COMMAND_GRID_OUTPUT_RASTER_Z [] = "OUTPUT_RASTER_Z" |
| constexpr char | COMMAND_GRID_OUTPUT_RASTER_RGB [] = "OUTPUT_RASTER_RGB" |
| constexpr char | COMMAND_RASTERIZE [] = "RASTERIZE" |
| constexpr char | COMMAND_RASTER_CUSTOM_HEIGHT [] = "CUSTOM_HEIGHT" |
| constexpr char | COMMAND_RASTER_FILL_EMPTY_CELLS [] = "EMPTY_FILL" |
| constexpr char | COMMAND_RASTER_FILL_MIN_HEIGHT [] = "MIN_H" |
| constexpr char | COMMAND_RASTER_FILL_MAX_HEIGHT [] = "MAX_H" |
| constexpr char | COMMAND_RASTER_FILL_CUSTOM_HEIGHT [] = "CUSTOM_H" |
| constexpr char | COMMAND_RASTER_FILL_INTERPOLATE [] = "INTERP" |
| constexpr char | COMMAND_RASTER_PROJ_TYPE [] = "PROJ" |
| constexpr char | COMMAND_RASTER_SF_PROJ_TYPE [] = "SF_PROJ" |
| constexpr char | COMMAND_RASTER_PROJ_MIN [] = "MIN" |
| constexpr char | COMMAND_RASTER_PROJ_MAX [] = "MAX" |
| constexpr char | COMMAND_RASTER_PROJ_AVG [] = "AVG" |
| constexpr char | COMMAND_RASTER_RESAMPLE [] = "RESAMPLE" |
| constexpr char | COMMAND_VOLUME [] = "VOLUME" |
| constexpr char | COMMAND_VOLUME_GROUND_IS_FIRST [] = "GROUND_IS_FIRST" |
| constexpr char | COMMAND_VOLUME_CONST_HEIGHT [] = "CONST_HEIGHT" |
|
static |
Definition at line 69 of file ecvCommandRaster.cpp.
References COMMAND_RASTER_FILL_CUSTOM_HEIGHT, COMMAND_RASTER_FILL_INTERPOLATE, COMMAND_RASTER_FILL_MAX_HEIGHT, COMMAND_RASTER_FILL_MIN_HEIGHT, ccRasterGrid::FILL_CUSTOM_HEIGHT, ccRasterGrid::FILL_MAXIMUM_HEIGHT, ccRasterGrid::FILL_MINIMUM_HEIGHT, ccRasterGrid::INTERPOLATE_DELAUNAY, ccRasterGrid::LEAVE_EMPTY, and ccCommandLineInterface::warning().
Referenced by CommandRasterize::process().
|
static |
Definition at line 52 of file ecvCommandRaster.cpp.
References COMMAND_RASTER_PROJ_AVG, COMMAND_RASTER_PROJ_MAX, COMMAND_RASTER_PROJ_MIN, ccRasterGrid::PROJ_AVERAGE_VALUE, ccRasterGrid::PROJ_MAXIMUM_VALUE, ccRasterGrid::PROJ_MINIMUM_VALUE, and ccCommandLineInterface::warning().
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 27 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 28 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process(), and CommandVolume25D::process().
|
constexpr |
Definition at line 30 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 29 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 26 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process(), and CommandVolume25D::process().
|
constexpr |
Definition at line 25 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process(), and CommandVolume25D::process().
|
constexpr |
Definition at line 34 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 38 of file ecvCommandRaster.cpp.
Referenced by GetEmptyCellFillingStrategy().
|
constexpr |
Definition at line 35 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 39 of file ecvCommandRaster.cpp.
Referenced by GetEmptyCellFillingStrategy().
|
constexpr |
Definition at line 37 of file ecvCommandRaster.cpp.
Referenced by GetEmptyCellFillingStrategy().
|
constexpr |
Definition at line 36 of file ecvCommandRaster.cpp.
Referenced by GetEmptyCellFillingStrategy().
|
constexpr |
Definition at line 44 of file ecvCommandRaster.cpp.
Referenced by GetProjectionType().
|
constexpr |
Definition at line 43 of file ecvCommandRaster.cpp.
Referenced by GetProjectionType().
|
constexpr |
Definition at line 42 of file ecvCommandRaster.cpp.
Referenced by GetProjectionType().
|
constexpr |
Definition at line 40 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 45 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 41 of file ecvCommandRaster.cpp.
Referenced by CommandRasterize::process().
|
constexpr |
Definition at line 33 of file ecvCommandRaster.cpp.
|
constexpr |
Definition at line 48 of file ecvCommandRaster.cpp.
|
constexpr |
Definition at line 50 of file ecvCommandRaster.cpp.
Referenced by CommandVolume25D::process().
|
constexpr |
Definition at line 49 of file ecvCommandRaster.cpp.
Referenced by CommandVolume25D::process().