Struct SMFace

Inheritance Relationships

Base Types

Struct Documentation

struct SMFace : public Orientable, public gamer::SMFaceProperties

SMFace object.

Public Functions

SMFace()

Default constructor.

SMFace(int marker, bool selected)

Constructor.

Parameters
  • [in] marker: Marker value

  • [in] selected: Selection status

SMFace(int orient, int marker, bool selected)

Constructor.

Parameters
  • [in] orient: Orientation of the simplex

  • [in] marker: Marker value

  • [in] selected: Selection status

SMFace(Orientable orient, SMFaceProperties prop)

Constructor.

Parameters
  • [in] orient: Orientable object

  • [in] prop: Properties of a face

std::string to_string() const

Returns a string representation of the object.

Return

String representation of the object.

Friends

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

Print operator overload.

Return

Output stream

Parameters
  • output: The output

  • [in] f: Face to print