Global Module
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 Summary:
constructor
Polyline
()
Create a new Polyline.
void
add_vertex
(const
Vertex
&)
Add a new vertex.
void
remove_vertex
(size_t
i
)
Remove the vertex at index i.
virtual
void
draw
()
Private Data members Summary:
std::vector<
Vertex
>
vertices_
The data...
Manipulators s Summary:
void
add_vertex
(const
Vertex
&)
Add a new vertex.
void
remove_vertex
(size_t
i
)
Remove the vertex at index i.
Public Member function Details:
constructor
Polyline
()
Create a new Polyline.
void
add_vertex
(const
Vertex
&)
Add a new vertex.
void
remove_vertex
(size_t
i
)
Remove the vertex at index i.
Private Data member Details:
std::vector<
Vertex
>
vertices_
The data...
Manipulators Details:
void
add_vertex
(const
Vertex
&)
Add a new vertex.
void
remove_vertex
(size_t
i
)
Remove the vertex at index i.
Generated on Wed Dec 20 10:58:23 2006 by
synopsis