Projection_object -> ProjectionObject

This commit is contained in:
Andreas Fabri 2015-05-27 16:30:57 +02:00
parent b5dba6efd9
commit ed352f5f37
2 changed files with 17 additions and 17 deletions

View File

@ -13,7 +13,7 @@ its argument.
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
@ -1022,7 +1022,7 @@ The class `Dereference` dereferences a pointer
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Value >
@ -1093,7 +1093,7 @@ The class `Get_address` gets the address of an lvalue
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
@ -1164,7 +1164,7 @@ on `Value`.
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Value >
@ -1235,7 +1235,7 @@ The class `Project_facet` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Node >
@ -1305,7 +1305,7 @@ The class `Project_next` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
@ -1375,7 +1375,7 @@ The class `Project_next_opposite` calls the member functions
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Node >
@ -1446,7 +1446,7 @@ The class `Project_normal` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
@ -1518,7 +1518,7 @@ The class `Project_opposite_prev` calls the member functions
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
@ -1590,7 +1590,7 @@ The class `Project_plane` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
@ -1662,7 +1662,7 @@ The class `Project_point` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Node >
@ -1733,7 +1733,7 @@ The class `Project_prev` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Node >
@ -1804,7 +1804,7 @@ The class `Project_vertex` calls the member function
\cgalModels `Projection_object`
\cgalModels `ProjectionObject`
*/
template< typename Node >

View File

@ -8,7 +8,7 @@
\anchor sectionProjectionFunctionObjects
The concept `Projection_object` is modeled after the STL
The concept `ProjectionObject` is modeled after the STL
concept `UnaryFunction`, but takes also care of (const)
references.
@ -29,7 +29,7 @@ references.
*/
class Projection_object {
class ProjectionObject {
public:
@ -55,7 +55,7 @@ typedef unspecified_type result_type;
/*!
default constructor.
*/
Projection_object();
ProjectionObject();
@ -87,5 +87,5 @@ const result_type& operator()(const argument_type &) const;
}; /* end Projection_object */
}; /* end ProjectionObject */