Global Module
Inheritance Tree
Inheritance Graph
Name Index
namespace
Paths
class Polyline
File:
Polyline.h
(
xref
)
(
Source
)
The Polyline class. It is an ordered set of connected line segments.
Public Member functions Summary:
constructor
Polyline
()
(
xref
)
(
Source
)
Create a new Polyline.
void
add_vertex
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new vertex.
void
remove_vertex
(size_t
i
)
(
xref
)
(
Source
)
Remove the vertex at index i.
virtual
void
draw
()
(
xref
)
(
Source
)
Private Data members Summary:
std::vector<
Vertex
>
vertices_
(
xref
)
(
Source
)
The data...
Manipulators s Summary:
void
add_vertex
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new vertex.
void
remove_vertex
(size_t
i
)
(
xref
)
(
Source
)
Remove the vertex at index i.
Public Member function Details:
constructor
Polyline
()
(
xref
)
(
Source
)
Create a new Polyline.
void
add_vertex
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new vertex.
void
remove_vertex
(size_t
i
)
(
xref
)
(
Source
)
Remove the vertex at index i.
Private Data member Details:
std::vector<
Vertex
>
vertices_
(
xref
)
(
Source
)
The data...
Manipulators Details:
void
add_vertex
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new vertex.
void
remove_vertex
(size_t
i
)
(
xref
)
(
Source
)
Remove the vertex at index i.
Generated on Wed Dec 20 10:58:38 2006 by
synopsis