Global Namespace
Inheritance Tree
Inheritance Graph
Name Index
namespace
Paths
class Polyline
File:
Polyline.h
The Polyline class. It is an ordered set of connected line segments.
-
Public Member functions
constructor
Polyline
()
-
Create a new Polyline.
More...
Create a new Polyline.
virtual
void
draw
()
-
Private Data members
std::vector<
Vertex
>
vertices_
The data...
-
Manipulators
void
add_vertex
(const
Vertex
&)
Add a new vertex.
void
remove_vertex
(size_t
i
)
Remove the vertex at index i.
Generated on Tue Jul 20 09:41:09 2010 by
synopsis
(version devel)