|
xmsstamper
1.0
|
Abutment 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 XmSlopedAbutment class information to a file. More... | |
| bool | ReadFromFile (std::ifstream &a_file) |
| Reads the XmSlopedAbutment class information to a file. More... | |
Public Attributes | |
| double | m_maxX |
| max distance from center line | |
| VecPt3d | m_slope |
| x,y pairs defining slope from center line | |
Abutment definition for feature stamp end cap.
Definition at line 77 of file XmStamperIo.h.
| bool xms::XmSlopedAbutment::ReadFromFile | ( | std::ifstream & | a_file | ) |
Reads the XmSlopedAbutment class information to a file.
| [in] | a_file | The input file. |
Definition at line 465 of file XmStamperIo.cpp.
References m_maxX, m_slope, stEqualNoCase(), and XM_ENSURE_TRUE.
Referenced by xms::XmStamperEndCap::ReadFromFile().
| void xms::XmSlopedAbutment::WriteToFile | ( | std::ofstream & | a_file, |
| const std::string & | a_cardName | ||
| ) | const |
Writes the XmSlopedAbutment 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 453 of file XmStamperIo.cpp.
References m_maxX, m_slope, and XM_ENSURE_TRUE.
Referenced by xms::XmStamperEndCap::WriteToFile().