OGS
MeshLib::NoEdgeReturn Class Reference

Detailed Description

Returns always null pointer.

Definition at line 12 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()

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

Returns i-th edge of the given element.

Definition at line 16 of file EdgeReturn.h.

17 {
18 return nullptr;
19 }

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