simple class representing a corner of a cell
More...
#include <dune/grid/io/file/vtk/corner.hh>
template<typename Cell>
class Dune::VTK::Corner< Cell >
simple class representing a corner of a cell
- Template Parameters
-
Cell | Type of element this is a corner for. This can essentially be anything with a type() method, in particular an Entity or an Intersection. |
◆ Corner() [1/2]
construct a Corner
- Parameters
-
cell | Reference to the cell |
duneIndex | Index of the corner within the element in Dune-numbering |
◆ Corner() [2/2]
◆ cell() [1/2]
get reference to the cell
◆ cell() [2/2]
set a new cell
This also resets the index of the element to 0 (Dune-numbering), so if you want to set both element and index, set the cell first.
◆ duneIndex() [1/2]
get the index of the corner within the cell in Dune-numbering
◆ duneIndex() [2/2]
set the index of the corner within the cell in Dune-numbering
◆ vtkIndex() [1/2]
get the index of the corner within the cell in VTK-numbering
This requires that the cell is valid
◆ vtkIndex() [2/2]
set the index of the corner within the cell in VTK-numbering
This requires that the cell is valid
The documentation for this class was generated from the following file: