NAGASH 0.9.8
Next Generation Analysis System
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
NAGASH::Edge Class Reference

#include <Graph2DTool.h>

Public Member Functions

 Edge (Point start, Point end)
 
Point End ()
 
double Length ()
 
Point Start ()
 

Private Attributes

Point e
 
Point s
 

Detailed Description

Definition at line 36 of file Graph2DTool.h.

Constructor & Destructor Documentation

◆ Edge()

NAGASH::Edge::Edge ( Point  start,
Point  end 
)
inline

Definition at line 43 of file Graph2DTool.h.

Member Function Documentation

◆ End()

Point NAGASH::Edge::End ( )
inline

Definition at line 50 of file Graph2DTool.h.

◆ Length()

double NAGASH::Edge::Length ( )
inline

Definition at line 51 of file Graph2DTool.h.

◆ Start()

Point NAGASH::Edge::Start ( )
inline

Definition at line 49 of file Graph2DTool.h.

Member Data Documentation

◆ e

Point NAGASH::Edge::e
private

Definition at line 40 of file Graph2DTool.h.

◆ s

Point NAGASH::Edge::s
private

Definition at line 39 of file Graph2DTool.h.


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