Struct TMFace

Inheritance Relationships

Base Type

Struct Documentation

struct gamer::TMFace : public gamer::TMFaceProperties

Face object.

Public Functions

inline TMFace()

Default constructor.

inline TMFace(int marker, bool selected)

Constructor.

Parameters
  • marker[in] Marker value

  • selected[in] Selection status

inline TMFace(TMFaceProperties prop)

Constructor.

Parameters

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 TMFace &f)

Print operator overload.

Parameters
  • output – The output

  • f[in] Face data of interest

Returns

Output