Struct TMEdge

Inheritance Relationships

Base Type

Struct Documentation

struct TMEdge : public gamer::Vertex

Edge data in a tetmesh.

Public Functions

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

Operator<< overload.

Return

the stream

Parameters
  • output: stream to print to

  • [in] v: Vertex to print