Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL::Project_next<Node>
Definition
The class
Project_next<Node>
calls the member function
next()
on an instance of type
Node
.
#include <
CGAL/function_objects.h
>
Is Model for the Concepts
Projection_object
Project_next<Node>
::argument_type
typedef to
Node*
.
Project_next<Node>
::result_type
typedef to
Node*
.
Creation
Project_next<Node>
o;
default constructor.
Operations
result_type&
o.operator() ( argument_type& n) const
returns
n->next()
.
const result_type&
o.operator() ( const argument_type& n) const
returns
n->next()
.
Next:
Project_prev<Node>
Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL Open Source Project
. Release 3.2.1. 13 July 2006.