Struct TMVertex

Inheritance Relationships

Base Types

Struct Documentation

struct TMVertex : public gamer::Vertex, public gamer::TMVertexProperties

Vertex data in a tetmesh.

Public Functions

TMVertex()
template<typename ...Args>
TMVertex(Args&&... args)
TMVertex(Vertex v)
TMVertex(Vertex v, TMVertexProperties p)
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 TMVertex &v)

Operator<< overload.

Return

the stream

Parameters
  • output: stream to print to

  • [in] v: Vertex to print