VPTissue Reference Manual
SimPT_Sim::Edge Class Reference

An Edge connects two nodes and is ambidextrous. More...

#include <Edge.h>

Collaboration diagram for SimPT_Sim::Edge:
Collaboration graph

Public Member Functions

 Edge (Node *f=nullptr, Node *s=nullptr)
 Construct edge using two node pointers.
 
NodeGetFirst () const
 Get the first node of the edge.
 
NodeGetSecond () const
 Get the second node of the edge.
 
bool IsFixed () const
 Query whether edge is fixed.
 
bool operator== (const Edge &e) const
 Ambidextrous equivalence.
 
std::ostream & Print (std::ostream &os) const
 Insert the edge in an output stream.
 

Detailed Description

An Edge connects two nodes and is ambidextrous.

Definition at line 31 of file Edge.h.


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