Public Member Functions

VertexSet Class Reference

A sequence of vertices, that's used to pass vertices to vertex-based object proxies. More...

List of all members.

Public Member Functions

 VertexSet (const VertexSet &other)
VertexSetoperator= (const VertexSet &other)
void add_vertex (float x, float y, float z) PEEKABOT_DEPRECATED
void add (float x, float y, float z)
void clear ()
std::size_t size () const
bool empty () const

Detailed Description

A sequence of vertices, that's used to pass vertices to vertex-based object proxies.

See also:
ColoredVertexSet

Member Function Documentation

void add ( float  x,
float  y,
float  z 
)
Since:
peekabot 0.8.0
void add_vertex ( float  x,
float  y,
float  z 
)
Deprecated:
Deprecated in peekabot 0.8.0. Use add() instead.

The documentation for this class was generated from the following files: