#include <component_ocf.h>
Public Member Functions | |
char | cFFi (const int j) const |
T::FacePointer | cFFp (const int j) const |
T::FacePointer | cFFp1 (const int j) const |
T::FacePointer | cFFp2 (const int j) const |
T::FacePointer | cNeigh (const int j) const |
char & | FFi (const int j) |
T::FacePointer & | FFp (const int j) |
T::FacePointer & | FFp1 (const int j) |
T::FacePointer & | FFp2 (const int j) |
template<class RightFaceType > | |
void | ImportData (const RightFaceType &rightF) |
T::FacePointer & | Neigh (const int j) |
unsigned int | SizeNeigh () |
Static Public Member Functions | |
static bool | HasFFAdjacency () |
static bool | HasFFAdjacencyOcf () |
Definition at line 427 of file face/component_ocf.h.
char vcg::face::FFAdjOcf< T >::cFFi | ( | const int | j | ) | const [inline] |
Definition at line 443 of file face/component_ocf.h.
T::FacePointer vcg::face::FFAdjOcf< T >::cFFp | ( | const int | j | ) | const [inline] |
Definition at line 434 of file face/component_ocf.h.
T::FacePointer vcg::face::FFAdjOcf< T >::cFFp1 | ( | const int | j | ) | const [inline] |
Definition at line 450 of file face/component_ocf.h.
T::FacePointer vcg::face::FFAdjOcf< T >::cFFp2 | ( | const int | j | ) | const [inline] |
Definition at line 451 of file face/component_ocf.h.
T::FacePointer vcg::face::FFAdjOcf< T >::cNeigh | ( | const int | j | ) | const [inline] |
Definition at line 454 of file face/component_ocf.h.
char& vcg::face::FFAdjOcf< T >::FFi | ( | const int | j | ) | [inline] |
Definition at line 439 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::FFp | ( | const int | j | ) | [inline] |
Definition at line 429 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::FFp1 | ( | const int | j | ) | [inline] |
Definition at line 448 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::FFp2 | ( | const int | j | ) | [inline] |
Definition at line 449 of file face/component_ocf.h.
static bool vcg::face::FFAdjOcf< T >::HasFFAdjacency | ( | ) | [inline, static] |
Definition at line 461 of file face/component_ocf.h.
static bool vcg::face::FFAdjOcf< T >::HasFFAdjacencyOcf | ( | ) | [inline, static] |
Definition at line 462 of file face/component_ocf.h.
void vcg::face::FFAdjOcf< T >::ImportData | ( | const RightFaceType & | rightF | ) | [inline] |
Reimplemented in vcg::face::ColorOcf< vcg::Color4b, Arity3< FaceBase< MyUsedTypesOcf >, vcg::face::InfoOcf, vcg::face::FFAdjOcf, vcg::face::VFAdjOcf > >, vcg::face::NormalOcf< vcg::Point3f, Arity6< FaceBase< MyUsedTypesOcf >, vcg::face::InfoOcf, vcg::face::FFAdjOcf, vcg::face::VFAdjOcf, vcg::face::Color4bOcf, vcg::face::VertexRef, vcg::face::BitFlags > >, and vcg::face::VFAdjOcf< Arity2< FaceBase< MyUsedTypesOcf >, vcg::face::InfoOcf, vcg::face::FFAdjOcf > >.
Definition at line 458 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::Neigh | ( | const int | j | ) | [inline] |
Definition at line 453 of file face/component_ocf.h.
unsigned int vcg::face::FFAdjOcf< T >::SizeNeigh | ( | ) | [inline] |
Definition at line 455 of file face/component_ocf.h.