Difference between revisions of "Boost"

From ProgrammingExamples
Jump to: navigation, search
(Boost (Generic) Geometry Library)
Line 31: Line 31:
 
* [[CPP/Boost/Geometry/PointInPolygon|Determine if a point is inside of a polygon (within() function)]]
 
* [[CPP/Boost/Geometry/PointInPolygon|Determine if a point is inside of a polygon (within() function)]]
 
* [[CPP/Boost/Geometry/Simplify|Simplify a polyline]]
 
* [[CPP/Boost/Geometry/Simplify|Simplify a polyline]]
 +
 +
== Boost Iterators ==
 +
* [[CPP/Boost/Iterators/IndirectIterator|Access a collection of pointers as if it were a collection of objects]]
  
 
== Boost Math Library ==
 
== Boost Math Library ==

Revision as of 12:17, 2 January 2012

The following examples are frequent use cases of parts of the Boost (http://www.boost.org/) library. Each example includes a CMakeLists.txt file so it can be easily compiled.

Boost Graph Library (BGL)

The Boost Graph Library is a c++ library for graph theoretic data structures and algorithms.

Wish List

Examples in this section are either shells or something is wrong with them that must be fixed before they can graduate into real examples.

Boost (Generic) Geometry Library

Boost Iterators

Boost Math Library

uBLAS

Tools