Struct TMVertex

Inheritance Relationships

Base Types

Struct Documentation

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

Vertex data in a tetmesh.

Public Functions

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

Operator<< overload.

Parameters
  • output – stream to print to

  • v[in] Vertex to print

Returns

the stream