OGS
|
Implementation of the Vtu2GridDialog class.
Definition in file Vtu2GridDialog.cpp.
#include "Vtu2GridDialog.h"
#include <vtkXMLUnstructuredGridWriter.h>
#include <QStringList>
#include <QStringListModel>
#include <optional>
#include <string>
#include "Base/OGSError.h"
#include "Base/StrictDoubleValidator.h"
#include "GeoLib/AABB.h"
#include "MeshLib/IO/writeMeshToFile.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Node.h"
#include "MeshLib/Vtk/VtkMappedMeshSource.h"
#include "MeshModel.h"
#include "MeshToolsLib/MeshGenerators/MeshGenerator.h"
#include "MeshToolsLib/MeshGenerators/VoxelGridFromMesh.h"
Go to the source code of this file.
Functions | |
std::optional< std::array< double, 3 > > | fillXYZ (QString xin, QString yin, QString zin) |
Eigen::Vector3d | getMeshExtent (MeshLib::Mesh const *_mesh) |
std::optional< std::array< double, 3 > > fillXYZ | ( | QString | xin, |
QString | yin, | ||
QString | zin ) |
Definition at line 59 of file Vtu2GridDialog.cpp.
Referenced by Vtu2GridDialog::accept(), and Vtu2GridDialog::updateExpectedVoxel().
Eigen::Vector3d getMeshExtent | ( | MeshLib::Mesh const * | _mesh | ) |
Definition at line 79 of file Vtu2GridDialog.cpp.
References GeoLib::AABB::getMaxPoint(), GeoLib::AABB::getMinPoint(), and MeshLib::Mesh::getNodes().
Referenced by Vtu2GridDialog::updateExpectedVoxel().