Container for maps from a mesh object (node, edge or face) to cells.  
 More...
#include <CellBlockUtilities.hpp>
 | 
| 
T  | toBlockIndex | 
|   | Map containing a list of cell block indices for each object. 
  | 
|   | 
| 
T  | toCellIndex | 
|   | Map containing cell indices, same shape as above. 
  | 
|   | 
template<typename T>
struct geos::ToCellRelation< T >
Container for maps from a mesh object (node, edge or face) to cells. 
- Template Parameters
 - 
  
  
 
Definition at line 32 of file CellBlockUtilities.hpp.
 
◆ ToCellRelation() [1/2]
Constructor by values. 
- Parameters
 - 
  
    | toBlockIndex_ | Map containing a list of cell block indices for each object  | 
    | toCellIndex_ | Map containing cell indices, same shape as above  | 
  
   
Definition at line 42 of file CellBlockUtilities.hpp.
 
 
◆ ToCellRelation() [2/2]
Constructor from moved values. 
- Parameters
 - 
  
    | toBlockIndex_ | Map containing a list of cell block indices for each object  | 
    | toCellIndex_ | Map containing cell indices, same shape as above  | 
  
   
Definition at line 53 of file CellBlockUtilities.hpp.
 
 
The documentation for this struct was generated from the following file: