38 void PopulateTiXmlElement(TiXmlElement &Element,
OUTPUT_TYPE OutputType)
const;
40 string GetType()
const {
return "CSectionLenticular"; }
41 string GetDefaultName()
const;
43 XY GetPoint(
double t)
const;
Abstract base class respresenting a yarn cross-section.
CSection * Copy() const
Create a copy of the derived section and return a pointer to the newly created instance.
string GetType() const
Derived class should return the class name.
double GetDistortion() const
Namespace containing a series of customised math operations not found in the standard c++ library.
bool operator==(const XYZ &left, const XYZ &right)
Struct for representing points in 2D space.