OGS
MeshLib::NoEdgeReturn Class Reference

Detailed Description

Returns always null pointer.

Definition at line 19 of file EdgeReturn.h.

#include <EdgeReturn.h>

Static Public Member Functions

static const ElementgetEdge (const Element *, unsigned)
 Returns i-th edge of the given element.
 

Member Function Documentation

◆ getEdge()

static const Element * MeshLib::NoEdgeReturn::getEdge ( const Element * ,
unsigned  )
inlinestatic

Returns i-th edge of the given element.

Definition at line 23 of file EdgeReturn.h.

24 {
25 return nullptr;
26 }

The documentation for this class was generated from the following file: