\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - STL Extensions for CGAL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Project_normal< Node > Class Template Reference

#include <CGAL/function_objects.h>

Definition

The class Project_normal calls the member function normal() on an instance of type Node.

Is Model Of:
Projection_object

Public Types

typedef Node argument_type
 
typedef Node::Normal result_type
 

Creation

 Project_normal ()
 default constructor. More...
 

Operations

result_typeoperator() (argument_type &n) const
 returns n.normal(). More...
 
const result_typeoperator() (const argument_type &n) const
 returns n.normal(). More...
 

Member Typedef Documentation

template<typename Node >
typedef Node CGAL::Project_normal< Node >::argument_type
template<typename Node >
typedef Node::Normal CGAL::Project_normal< Node >::result_type

Constructor & Destructor Documentation

template<typename Node >
CGAL::Project_normal< Node >::Project_normal ( )

default constructor.

Member Function Documentation

template<typename Node >
result_type& CGAL::Project_normal< Node >::operator() ( argument_type n) const

returns n.normal().

template<typename Node >
const result_type& CGAL::Project_normal< Node >::operator() ( const argument_type n) const

returns n.normal().