%% ============================================================================= %% The CGAL Reference Manual %% Chapter: STL Extensions - Introduction %% ----------------------------------------------------------------------------- %% file : doc_tex/support/STL_Extension/STL_Extension_ref/intro.tex %% author: Michael Hoffmann, Lutz Kettner %% ----------------------------------------------------------------------------- %% $CGAL_Chapter: STL_Extension $ %% $Id$ %% $Date$ %% ============================================================================= \ccRefChapter{STL Extensions for CGAL\label{chapterDataStructures}}\label{chapterStlExtensions} \RCSdef{\stlExtensionRev}{$Id$} \RCSdefDate{\stlExtensionDate}{$Date$} \ccChapterRelease{\stlExtensionRev. \ \stlExtensionDate} \ccChapterAuthor{Michael Hoffmann, Lutz Kettner, Sylvain Pion, and Ron Wein} %% +=========================================================================+ \section{Classified Reference Pages} \subsection*{Doubly-Connected List Managing Items in Place} \ccRefIdfierPage{CGAL::In_place_list}\\ \ccRefIdfierPage{CGAL::In_place_list_base} \subsection*{Compact Container} \ccRefIdfierPage{CGAL::Compact_container}\\ \ccRefIdfierPage{CGAL::Compact_container_traits}\\ \ccRefIdfierPage{CGAL::Compact_container_base} \subsection*{Multiset with Extended Functionality} \ccRefIdfierPage{CGAL::Multiset} \subsection*{Generic Algorithms} \ccRefIdfierPage{CGAL::copy_n}\\ \ccRefIdfierPage{CGAL::min_max_element}\\ %% Michael: I commented these, as I think they should be replaced by combining %% Filter_iterator with std::min/max_element(). %%\ccRefIdfierPage{CGAL::min_element_if}\\ %%\ccRefIdfierPage{CGAL::max_element_if}\\ \ccRefIdfierPage{CGAL::predecessor}\\ \ccRefIdfierPage{CGAL::successor} \subsection*{Iterators and Iterator/Circulator Adaptors.} \ccRefIdfierPage{CGAL::Dispatch_output_iterator}\\ \ccRefIdfierPage{CGAL::Dispatch_or_drop_output_iterator}\\ \ccRefIdfierPage{CGAL::Emptyset_iterator}\\ \ccRefIdfierPage{CGAL::Oneset_iterator}\\ \ccRefIdfierPage{CGAL::Insert_iterator}\\ \ccRefIdfierPage{CGAL::Counting_iterator}\\ \ccRefIdfierPage{CGAL::N_step_adaptor}\\ \ccRefIdfierPage{CGAL::Filter_iterator}\\ \ccRefIdfierPage{CGAL::Join_input_iterator_1}\\ \ccRefIdfierPage{CGAL::Inverse_index}\\ \ccRefIdfierPage{CGAL::Random_access_adaptor}\\ \ccRefIdfierPage{CGAL::Random_access_value_adaptor} \subsection*{Projection Function Objects} \ccRefIdfierPage{CGAL::Identity}\\ %%\ccRefIdfierPage{CGAL::Compose}\\ \ccRefIdfierPage{CGAL::Dereference}\\ \ccRefIdfierPage{CGAL::Get_address}\\ \ccRefIdfierPage{CGAL::Cast_function_object}\\ \ccRefIdfierPage{CGAL::Project_vertex}\\ \ccRefIdfierPage{CGAL::Project_facet}\\ \ccRefIdfierPage{CGAL::Project_point}\\ \ccRefIdfierPage{CGAL::Project_normal}\\ \ccRefIdfierPage{CGAL::Project_plane}\\ \ccRefIdfierPage{CGAL::Project_next}\\ \ccRefIdfierPage{CGAL::Project_prev}\\ \ccRefIdfierPage{CGAL::Project_next_opposite}\\ \ccRefIdfierPage{CGAL::Project_opposite_prev} \subsection*{Creator Function Objects} \ccRefIdfierPage{CGAL::Creator_1}\\ \ccRefIdfierPage{CGAL::Creator_2}\\ \ccRefIdfierPage{CGAL::Creator_3}\\ \ccRefIdfierPage{CGAL::Creator_4}\\ \ccRefIdfierPage{CGAL::Creator_5}\\ \ccRefIdfierPage{CGAL::Creator_uniform_2}\\ \ccRefIdfierPage{CGAL::Creator_uniform_3}\\ \ccRefIdfierPage{CGAL::Creator_uniform_4}\\ \ccRefIdfierPage{CGAL::Creator_uniform_5}\\ \ccRefIdfierPage{CGAL::Creator_uniform_6}\\ \ccRefIdfierPage{CGAL::Creator_uniform_7}\\ \ccRefIdfierPage{CGAL::Creator_uniform_8}\\ \ccRefIdfierPage{CGAL::Creator_uniform_9}\\ \ccRefIdfierPage{CGAL::Creator_uniform_d} \subsection*{Utilities} \ccRefIdfierPage{CGAL::Twotuple}\\ \ccRefIdfierPage{CGAL::Threetuple}\\ \ccRefIdfierPage{CGAL::Fourtuple}\\ \ccRefIdfierPage{CGAL::Sixtuple}\\ \ccRefIdfierPage{CGAL::Triple}\\ \ccRefIdfierPage{CGAL::Quadruple}\\ \ccRefIdfierPage{CGAL::Boolean_tag}\\ \ccRefIdfierPage{CGAL::Tag_true}\\ \ccRefIdfierPage{CGAL::Tag_false}\\ \ccRefIdfierPage{CGAL::Null_tag}\\ \ccRefIdfierPage{CGAL::Null_functor}\\ \ccRefIdfierPage{CGAL::Uncertain}\\ \ccRefIdfierPage{CGAL::Default}\\ \ccRefIdfierPage{CGAL::Fast}\\ \ccRefIdfierPage{CGAL::Compact}\\ \ccRefIdfierPage{CGAL::Location_policy}\\ \ccRefIdfierPage{CGAL::Fast_location}\\ \ccRefIdfierPage{CGAL::Compact_location} %% EOF