| 
    GEOS
    
   | 
 
Gathers all the vtk meshes together. More...
#include <VTKUtilities.hpp>
Public Member Functions | |
| AllMeshes (vtkSmartPointer< vtkDataSet > const &main, stdMap< string, vtkSmartPointer< vtkDataSet > > const &faceBlocks) | |
| Builds the compound from values.  More... | |
| vtkSmartPointer< vtkDataSet > | getMainMesh () | 
| stdMap< string, vtkSmartPointer< vtkDataSet > > & | getFaceBlocks () | 
| void | setMainMesh (vtkSmartPointer< vtkDataSet > main) | 
| Defines the main 3d mesh for the simulation.  More... | |
| void | setFaceBlocks (stdMap< 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.
      
  | 
  inline | 
Builds the compound from values.
| main | The main 3d mesh (the matrix). | 
| faceBlocks | The fractures meshes. | 
Definition at line 80 of file VTKUtilities.hpp.
Definition at line 97 of file VTKUtilities.hpp.
      
  | 
  inline | 
Definition at line 89 of file VTKUtilities.hpp.
      
  | 
  inline | 
Defines the face blocks/fractures.
| faceBlocks | A map which connects each name of the face block to its mesh. | 
Definition at line 115 of file VTKUtilities.hpp.
      
  | 
  inline | 
Defines the main 3d mesh for the simulation.
| main | The new 3d mesh. | 
Definition at line 106 of file VTKUtilities.hpp.