xmsstamper  1.0
xms::XmWingWall Class Reference

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
 

Detailed Description

Wing wall definition for feature stamp end cap.

Definition at line 60 of file XmStamperIo.h.

Member Function Documentation

◆ ReadFromFile()

bool xms::XmWingWall::ReadFromFile ( std::ifstream &  a_file)

Reads the XmWingWall class information to a file.

Parameters
[in]a_fileThe input file.
Returns
true if file read is successful. false if errors encountered.

Definition at line 439 of file XmStamperIo.cpp.

References m_wingWallAngle, stEqualNoCase(), and XM_ENSURE_TRUE.

Referenced by xms::XmStamperEndCap::ReadFromFile().

◆ WriteToFile()

void xms::XmWingWall::WriteToFile ( std::ofstream &  a_file,
const std::string &  a_cardName 
) const

Writes the XmWingWall class information to a file.

Parameters
[in]a_fileThe output file.
[in]a_cardNameThe 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().


The documentation for this class was generated from the following files: