![]() |
VCG Library
|
Component: Per Face Face-Face adjacency relation More...
#include <component.h>
Inherits T.
Component: Per Face Face-Face adjacency relation
It encodes the adjacency of faces through edges; for 2-manifold edges it just point to the other face, and for non manifold edges (where more than 2 faces share the same edge) it stores a pointer to the next face of the ring of faces incident on a edge. Note that border faces points to themselves. NULL pointer is used as a special value to indicate when the FF Topology is not computed.
Definition at line 613 of file face/component.h.