- Copyright
- Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file VoxelGridFromMesh.h.
#include <vtkSmartPointer.h>
#include <vtkUnstructuredGrid.h>
#include <array>
#include <memory>
Go to the source code of this file.
|
std::array< std::size_t, 3 > | MeshToolsLib::MeshGenerator::VoxelGridFromMesh::getNumberOfVoxelPerDimension (std::array< double, 3 > const &ranges, std::array< double, 3 > const &cellsize) |
|
std::vector< int > | MeshToolsLib::MeshGenerator::VoxelGridFromMesh::assignCellIds (vtkSmartPointer< vtkUnstructuredGrid > const &mesh, MathLib::Point3d const &min, std::array< std::size_t, 3 > const &dims, std::array< double, 3 > const &cellsize) |
|
bool | MeshToolsLib::MeshGenerator::VoxelGridFromMesh::removeUnusedGridCells (vtkSmartPointer< vtkUnstructuredGrid > const &mesh, std::unique_ptr< MeshLib::Mesh > &grid) |
|
void | MeshToolsLib::MeshGenerator::VoxelGridFromMesh::mapMeshArraysOntoGrid (vtkSmartPointer< vtkUnstructuredGrid > const &mesh, std::unique_ptr< MeshLib::Mesh > const &grid) |
|