OpenMEEG
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OpenMEEG::Edge Class Reference

Edge Edge class. More...

#include <edge.h>

Public Member Functions

 Edge ()
 
 Edge (const Vertex &V1, const Vertex &V2)
 
const Vertexvertex (const unsigned i) const
 
bool operator== (const Edge &e) const
 
bool operator!= (const Edge &e) const
 

Detailed Description

Edge Edge class.

Definition at line 18 of file edge.h.

Constructor & Destructor Documentation

◆ Edge() [1/2]

OpenMEEG::Edge::Edge ( )
inline

Definition at line 21 of file edge.h.

◆ Edge() [2/2]

OpenMEEG::Edge::Edge ( const Vertex V1,
const Vertex V2 
)
inline

Definition at line 26 of file edge.h.

Member Function Documentation

◆ vertex()

const Vertex & OpenMEEG::Edge::vertex ( const unsigned  i) const
inline

Definition at line 31 of file edge.h.

◆ operator==()

bool OpenMEEG::Edge::operator== ( const Edge e) const
inline

Definition at line 33 of file edge.h.

◆ operator!=()

bool OpenMEEG::Edge::operator!= ( const Edge e) const
inline

Definition at line 34 of file edge.h.


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