Gathers all the vtk meshes together.
More...
#include <VTKUtilities.hpp>
|
| | AllMeshes (vtkSmartPointer< vtkDataSet > const &main, std::map< string, vtkSmartPointer< vtkDataSet > > const &faceBlocks) |
| | Builds the compound from values. More...
|
| |
| vtkSmartPointer< vtkDataSet > | getMainMesh () |
| |
| std::map< string, vtkSmartPointer< vtkDataSet > > & | getFaceBlocks () |
| |
| void | setMainMesh (vtkSmartPointer< vtkDataSet > main) |
| | Defines the main 3d mesh for the simulation. More...
|
| |
| void | setFaceBlocks (std::map< string, vtkSmartPointer< vtkDataSet > > const &faceBlocks) |
| | Defines the face blocks/fractures. More...
|
| |
Gathers all the vtk meshes together.
Definition at line 70 of file VTKUtilities.hpp.
◆ AllMeshes()
| geos::vtk::AllMeshes::AllMeshes |
( |
vtkSmartPointer< vtkDataSet > const & |
main, |
|
|
std::map< string, vtkSmartPointer< vtkDataSet > > const & |
faceBlocks |
|
) |
| |
|
inline |
Builds the compound from values.
- Parameters
-
| main | The main 3d mesh (the matrix). |
| faceBlocks | The fractures meshes. |
Definition at line 80 of file VTKUtilities.hpp.
◆ getFaceBlocks()
| std::map< string, vtkSmartPointer< vtkDataSet > >& geos::vtk::AllMeshes::getFaceBlocks |
( |
| ) |
|
|
inline |
- Returns
- a mapping linking the name of each face block to its mesh.
Definition at line 97 of file VTKUtilities.hpp.
◆ getMainMesh()
| vtkSmartPointer< vtkDataSet > geos::vtk::AllMeshes::getMainMesh |
( |
| ) |
|
|
inline |
- Returns
- the main 3d mesh for the simulation.
Definition at line 89 of file VTKUtilities.hpp.
◆ setFaceBlocks()
| void geos::vtk::AllMeshes::setFaceBlocks |
( |
std::map< string, vtkSmartPointer< vtkDataSet > > const & |
faceBlocks | ) |
|
|
inline |
Defines the face blocks/fractures.
- Parameters
-
| faceBlocks | A map which connects each name of the face block to its mesh. |
Definition at line 115 of file VTKUtilities.hpp.
◆ setMainMesh()
| void geos::vtk::AllMeshes::setMainMesh |
( |
vtkSmartPointer< vtkDataSet > |
main | ) |
|
|
inline |
Defines the main 3d mesh for the simulation.
- Parameters
-
Definition at line 106 of file VTKUtilities.hpp.
The documentation for this class was generated from the following file: