$darkmode
Component: Per vertex Vertex-Face adjacency relation More...
#include <component.h>
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static void | Name (std::vector< std::string > &name) |
Component: Per vertex Vertex-Face adjacency relation
It stores a pointer to the first face of a list of faces that is stored in a distributed way on the faces themselves. Note that if you use this component it is expected that on the Face you use also the corresponding vcg::face::VFAdj component.