Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WallCurve Class Reference
Inheritance diagram for WallCurve:
WallCurveFromEqdsk WallCurveFromFile

Public Member Functions

const std::vector< Point > & getPoints () const
 

Protected Member Functions

std::vector< PointfilterPoints (std::vector< Point > &givenPoints)
 

Protected Attributes

std::vector< Pointpoints
 

Member Function Documentation

◆ filterPoints()

std::vector< Point > WallCurve::filterPoints ( std::vector< Point > &  givenPoints)
protected

◆ getPoints()

const std::vector< Point > & WallCurve::getPoints ( ) const

Member Data Documentation

◆ points

std::vector<Point> WallCurve::points
protected