Сформирован пресет для отрисовки

This commit is contained in:
2026-04-24 15:56:43 +03:00
parent 64b54bbc56
commit 98afe5af5a
16 changed files with 1505 additions and 399 deletions
+10
View File
@@ -39,6 +39,7 @@ contains(DEFINES, PCL_ENABLED) {
SOURCES += \
src/main.cpp \
src/cli/pipeline_cli_runner.cpp \
src/algorithms/preprocess/preprocess_algorithms.cpp \
src/algorithms/reconstruction/surface_reconstruction.cpp \
src/adapters/reconstruction/reconstruction_adapter.cpp \
@@ -49,6 +50,10 @@ SOURCES += \
src/adapters/sources/file_point_cloud_source.cpp \
src/adapters/sources/ros2_point_cloud_source.cpp \
src/core/pipeline_config.cpp \
src/core/pipeline_config_validation.cpp \
src/core/hole_aware_score.cpp \
src/core/pipeline_stage_defaults.cpp \
src/core/tuning_service.cpp \
src/core/pipeline_executor.cpp \
src/core/pipeline_plugin_registry.cpp \
src/factories/pipeline/desktop_pipeline_factory.cpp \
@@ -61,6 +66,7 @@ SOURCES += \
src/ui/glview.cpp
HEADERS += \
src/cli/pipeline_cli_runner.h \
src/algorithms/preprocess/preprocess_algorithms.h \
src/algorithms/reconstruction/surface_reconstruction.h \
src/adapters/reconstruction/reconstruction_adapter.h \
@@ -73,6 +79,10 @@ HEADERS += \
src/core/data_source.h \
src/core/point_cloud_types.h \
src/core/pipeline_config.h \
src/core/pipeline_config_validation.h \
src/core/hole_aware_score.h \
src/core/pipeline_stage_defaults.h \
src/core/tuning_service.h \
src/core/pipeline_stage.h \
src/core/pipeline_executor.h \
src/core/pipeline_plugin_registry.h \