Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data_accessorS2< FT_ > Class Template Reference

#include <simple_cartesian_rep.h>

Public Types

typedef FT_ FT
 
typedef PointS2< FTPoint
 
typedef FT_ FT
 
typedef PointS2< FTPoint
 

Public Member Functions

FT get_x (Point const &p) const
 
FT get_y (Point const &p) const
 
void get (Point const &p, FT &x, FT &y) const
 
void set (Point &p, FT const &x, FT const &y) const
 
FT get_x (Point const &p) const
 
FT get_y (Point const &p) const
 
void get (Point const &p, FT &x, FT &y) const
 
void set (Point &p, FT const &x, FT const &y) const
 

Detailed Description

template<class FT_>
class Data_accessorS2< FT_ >

Definition at line 59 of file CGAL/include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

Member Typedef Documentation

typedef FT_ FT
typedef FT_ FT

Member Function Documentation

void get ( Point const &  p,
FT x,
FT y 
) const
inline

Definition at line 69 of file CGAL/include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

References Data_accessorS2< FT_ >::get_x(), Data_accessorS2< FT_ >::get_y(), x, and y.

70  {
71  x = get_x( p);
72  y = get_y( p);
73  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int REAL * x
Definition: read.cpp:74

Here is the call graph for this function:

void get ( Point const &  p,
FT x,
FT y 
) const
inline

Definition at line 91 of file include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

References Data_accessorS2< FT_ >::get_x(), Data_accessorS2< FT_ >::get_y(), x, and y.

92  {
93  x = get_x( p);
94  y = get_y( p);
95  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int REAL * x
Definition: read.cpp:74

Here is the call graph for this function:

FT get_x ( Point const &  p) const
inline

Definition at line 65 of file CGAL/include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

References PointS2< FT >::x().

Referenced by Data_accessorS2< FT_ >::get().

65 { return( p.x()); }

Here is the call graph for this function:

Here is the caller graph for this function:

FT get_x ( Point const &  p) const
inline

Definition at line 87 of file include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

References PointS2< FT >::x().

87 { return( p.x()); }

Here is the call graph for this function:

FT get_y ( Point const &  p) const
inline

Definition at line 66 of file CGAL/include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

References PointS2< FT >::y().

Referenced by Data_accessorS2< FT_ >::get().

66 { return( p.y()); }

Here is the call graph for this function:

Here is the caller graph for this function:

FT get_y ( Point const &  p) const
inline

Definition at line 88 of file include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

References PointS2< FT >::y().

88 { return( p.y()); }

Here is the call graph for this function:

void set ( Point p,
FT const &  x,
FT const &  y 
) const
inline

Definition at line 76 of file CGAL/include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

77  {
78  p = Point( x, y);
79  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int REAL * x
Definition: read.cpp:74
void set ( Point p,
FT const &  x,
FT const &  y 
) const
inline

Definition at line 98 of file include/CGAL/SimpleCartesian/simple_cartesian_rep.h.

99  {
100  p = Point( x, y);
101  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int REAL * x
Definition: read.cpp:74

The documentation for this class was generated from the following files: