CGAL 5.1 - 3D Mesh Generation
CGAL::Triangle_accessor_3<, K > Class Template Reference

#include <CGAL/Triangle_accessor_3.h>

Definition

template<CGAL::Polyhedron< typename K >, typename K>
class CGAL::Triangle_accessor_3<, K >

The class Triangle_accessor_3 is a model for the concept TriangleAccessor_3. It is designed to serve as accessor for objects of type Polyhedron_3<K>.

Attention
Actually, the class Triangle_accessor_3 is a partial specialization of the class template template<typename Polyhedron, typename K> Triangle_accessor_3<Polyhedron, K>. One may give another partial specialization of this class to handle one's own polyhedron data structure.
Template Parameters
Kis the geometric traits class.
Is Model Of:
TriangleAccessor_3
See also
CGAL::Polyhedral_mesh_domain_3<Polyhedron,IGT,TriangleAccessor>

Types

typedef Polyhedron_3< K >::Facet_const_iterator Triangle_iterator
 Triangle iterator. More...
 
typedef Polyhedron_3< K >::Facet_const_handle Triangle_handle
 Triangle handle. More...
 
typedef K::Triangle_3 Triangle_3
 Triangle type. More...
 

Member Typedef Documentation

◆ Triangle_3

template<CGAL::Polyhedron< typename K > , typename K >
typedef K::Triangle_3 CGAL::Triangle_accessor_3<, K >::Triangle_3

Triangle type.

◆ Triangle_handle

template<CGAL::Polyhedron< typename K > , typename K >
typedef Polyhedron_3<K>::Facet_const_handle CGAL::Triangle_accessor_3<, K >::Triangle_handle

Triangle handle.

◆ Triangle_iterator

template<CGAL::Polyhedron< typename K > , typename K >
typedef Polyhedron_3<K>::Facet_const_iterator CGAL::Triangle_accessor_3<, K >::Triangle_iterator

Triangle iterator.