The class Triangle_accessor_3<CGAL::Polyhedron_3<K>,K> is a model for the concept TriangleAccessor_3. It is designed to serve as accessor for objects of type CGAL::Polyhedron_3<K>.
#include <CGAL/Triangle_accessor_3.h>
The template parameter K is the geometric traits class.
typedef Polyhedron_3<K>::Facet_const_iterator | ||
Triangle_iterator; | Triangle iterator. | |
typedef Polyhedron_3<K>::Facet_const_handle | ||
Triangle_handle; | Triangle handle. | |
typedef K::Triangle_3 | Triangle_3; | Triangle type. |