|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Public Member Functions | |
| void | setSimEdge (pGEdge simEdge) |
| const pGEdge & | getSimEdge () const |
| const std::vector< Vertex > & | getVerticesOnEdge () |
| const std::vector< double > & | getEdgeParRange () const |
| const bool & | edgeIsPeriodic () |
| double | getEdgeLength () const |
| double | getEdgePartialLength (const double &t0, const double &t1) const |
| const bool & Edge::edgeIsPeriodic | ( | ) |
| double Edge::getEdgeLength | ( | ) | const |
Function to get the length of the model edge.
| const std::vector< double > & Edge::getEdgeParRange | ( | ) | const |
| double Edge::getEdgePartialLength | ( | const double & | t0, |
| const double & | t1 | ||
| ) | const |
Function to get length of an edge between two specified points on edge.
| t0 | parametric location of start point (first point). |
| t1 | parametric location of end point (second point). |
| const pGEdge & Edge::getSimEdge | ( | ) | const |
| const std::vector< Vertex > & Edge::getVerticesOnEdge | ( | ) |
| void Edge::setSimEdge | ( | pGEdge | simEdge | ) |