Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_HDS_vector_facet< V, H, F > Class Template Reference

#include <Halfedge_data_structure_using_vector.h>

Inheritance diagram for _HDS_vector_facet< V, H, F >:
Collaboration diagram for _HDS_vector_facet< V, H, F >:

Public Types

typedef F Base
 
typedef _HDS_vector_vertex< V,
H, F > 
Vertex
 
typedef _HDS_vector_halfedge
< V, H, F > 
Halfedge
 
typedef _HDS_vector_facet< V,
H, F > 
Facet
 
typedef F Base
 
typedef _HDS_vector_vertex< V,
H, F > 
Vertex
 
typedef _HDS_vector_halfedge
< V, H, F > 
Halfedge
 
typedef _HDS_vector_facet< V,
H, F > 
Facet
 

Public Member Functions

Halfedgehalfedge ()
 
const Halfedgehalfedge () const
 
void set_halfedge (Halfedge *h)
 
Halfedgehalfedge ()
 
const Halfedgehalfedge () const
 
void set_halfedge (Halfedge *h)
 

Detailed Description

template<class V, class H, class F>
class _HDS_vector_facet< V, H, F >

Definition at line 90 of file CGAL/include/CGAL/Halfedge_data_structure_using_vector.h.

Member Typedef Documentation

typedef F Base
typedef F Base

Member Function Documentation

Halfedge* halfedge ( )
inline

Definition at line 153 of file CGAL/include/CGAL/Halfedge_data_structure_using_vector.h.

153 {return (Halfedge*)(F::halfedge());}
This class encapsulate a halfedge over a window manifold.
Definition: Manifold_2.h:446
const Halfedge* halfedge ( ) const
inline

Definition at line 154 of file CGAL/include/CGAL/Halfedge_data_structure_using_vector.h.

154 {return (const Halfedge*)(F::halfedge());}
This class encapsulate a halfedge over a window manifold.
Definition: Manifold_2.h:446
Halfedge* halfedge ( )
inline

Definition at line 175 of file include/CGAL/Halfedge_data_structure_using_vector.h.

175 {return (Halfedge*)(F::halfedge());}
This class encapsulate a halfedge over a window manifold.
Definition: Manifold_2.h:446
const Halfedge* halfedge ( ) const
inline

Definition at line 176 of file include/CGAL/Halfedge_data_structure_using_vector.h.

176 {return (const Halfedge*)(F::halfedge());}
This class encapsulate a halfedge over a window manifold.
Definition: Manifold_2.h:446
void set_halfedge ( Halfedge h)
inline

Definition at line 155 of file CGAL/include/CGAL/Halfedge_data_structure_using_vector.h.

155 { F::set_halfedge(h);}
void set_halfedge ( Halfedge h)
inline

Definition at line 177 of file include/CGAL/Halfedge_data_structure_using_vector.h.

177 { F::set_halfedge(h);}

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