Struct SMFace

Inheritance Relationships

Base Types

Struct Documentation

struct gamer::SMFace : public Orientable, public gamer::SMFaceProperties

SMFace object.

Public Functions

inline SMFace()

Default constructor.

inline SMFace(int marker, bool selected)

Constructor.

Parameters
  • marker[in] Marker value

  • selected[in] Selection status

inline SMFace(int orient, int marker, bool selected)

Constructor.

Parameters
  • orient[in] Orientation of the simplex

  • marker[in] Marker value

  • selected[in] Selection status

inline SMFace(Orientable orient, SMFaceProperties prop)

Constructor.

Parameters
  • orient[in] Orientable object

  • prop[in] Properties of a face

inline std::string to_string() const

Returns a string representation of the object.

Returns

String representation of the object.

Friends

inline friend friend std::ostream & operator<< (std::ostream &output, const SMFace &f)

Print operator overload.

Parameters
  • output – The output

  • f[in] Face to print

Returns

Output stream