Struct TMEdge

Inheritance Relationships

Base Type

Struct Documentation

struct gamer::TMEdge : public gamer::Vertex

Edge data in a tetmesh.

Public Functions

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 TMEdge &v)

Operator<< overload.

Parameters
  • output – stream to print to

  • v[in] Vertex to print

Returns

the stream