SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
MeshGenerationDialog::PipelineResult Struct Reference

Result produced by the pipeline worker and consumed on the main thread inside onMeshFinished(). More...

#include <meshgenerationdialog.h>

Collaboration diagram for MeshGenerationDialog::PipelineResult:

Public Attributes

bool ok = false
 
QString errorMsg
 
mesh::MeshResult meshResult
 
mesh::CouplingMap coupling
 
QString meshPath
 
mesh::MeshOutputMode outputMode = mesh::MeshOutputMode::External
 

Detailed Description

Result produced by the pipeline worker and consumed on the main thread inside onMeshFinished().

Member Data Documentation

◆ coupling

mesh::CouplingMap MeshGenerationDialog::PipelineResult::coupling

◆ errorMsg

QString MeshGenerationDialog::PipelineResult::errorMsg

◆ meshPath

QString MeshGenerationDialog::PipelineResult::meshPath

◆ meshResult

mesh::MeshResult MeshGenerationDialog::PipelineResult::meshResult

◆ ok

bool MeshGenerationDialog::PipelineResult::ok = false

◆ outputMode

mesh::MeshOutputMode MeshGenerationDialog::PipelineResult::outputMode = mesh::MeshOutputMode::External

The documentation for this struct was generated from the following file: