xmsstamper
1.0
|
Wing wall definition for feature stamp end cap. More...
#include <XmStamperIo.h>
Public Member Functions | |
void | WriteToFile (std::ofstream &a_file, const std::string &a_cardName) const |
Writes the XmWingWall class information to a file. More... | |
bool | ReadFromFile (std::ifstream &a_file) |
Reads the XmWingWall class information to a file. More... | |
Public Attributes | |
double | m_wingWallAngle |
degrees from 0 to 60 | |
Wing wall definition for feature stamp end cap.
Definition at line 60 of file XmStamperIo.h.
bool xms::XmWingWall::ReadFromFile | ( | std::ifstream & | a_file | ) |
Reads the XmWingWall class information to a file.
[in] | a_file | The input file. |
Definition at line 439 of file XmStamperIo.cpp.
References m_wingWallAngle, stEqualNoCase(), and XM_ENSURE_TRUE.
Referenced by xms::XmStamperEndCap::ReadFromFile().
void xms::XmWingWall::WriteToFile | ( | std::ofstream & | a_file, |
const std::string & | a_cardName | ||
) | const |
Writes the XmWingWall class information to a file.
[in] | a_file | The output file. |
[in] | a_cardName | The card name to be written to the output file. |
Definition at line 428 of file XmStamperIo.cpp.
References m_wingWallAngle, and XM_ENSURE_TRUE.
Referenced by xms::XmStamperEndCap::WriteToFile().