#include <component_ocf.h>
Public Member Functions | |
char | cFFi (const int j) const |
T::FacePointer const | cFFp (const int j) const |
char & | FFi (const int j) |
T::FacePointer const | FFp (const int j) const |
T::FacePointer & | FFp (const int j) |
T::FacePointer const | FFp1 (const int j) const |
T::FacePointer & | FFp1 (const int j) |
T::FacePointer const | FFp2 (const int j) const |
T::FacePointer & | FFp2 (const int j) |
template<class LeftF > | |
void | ImportData (const LeftF &leftF) |
Static Public Member Functions | |
static bool | HasFFAdjacency () |
static bool | HasFFAdjacencyOcf () |
Definition at line 412 of file face/component_ocf.h.
char vcg::face::FFAdjOcf< T >::cFFi | ( | const int | j | ) | const [inline] |
Definition at line 429 of file face/component_ocf.h.
T::FacePointer const vcg::face::FFAdjOcf< T >::cFFp | ( | const int | j | ) | const [inline] |
Definition at line 420 of file face/component_ocf.h.
char& vcg::face::FFAdjOcf< T >::FFi | ( | const int | j | ) | [inline] |
Definition at line 425 of file face/component_ocf.h.
T::FacePointer const vcg::face::FFAdjOcf< T >::FFp | ( | const int | j | ) | const [inline] |
Definition at line 419 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::FFp | ( | const int | j | ) | [inline] |
Definition at line 414 of file face/component_ocf.h.
T::FacePointer const vcg::face::FFAdjOcf< T >::FFp1 | ( | const int | j | ) | const [inline] |
Definition at line 436 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::FFp1 | ( | const int | j | ) | [inline] |
Definition at line 434 of file face/component_ocf.h.
T::FacePointer const vcg::face::FFAdjOcf< T >::FFp2 | ( | const int | j | ) | const [inline] |
Definition at line 437 of file face/component_ocf.h.
T::FacePointer& vcg::face::FFAdjOcf< T >::FFp2 | ( | const int | j | ) | [inline] |
Definition at line 435 of file face/component_ocf.h.
static bool vcg::face::FFAdjOcf< T >::HasFFAdjacency | ( | ) | [inline, static] |
Definition at line 443 of file face/component_ocf.h.
static bool vcg::face::FFAdjOcf< T >::HasFFAdjacencyOcf | ( | ) | [inline, static] |
Definition at line 444 of file face/component_ocf.h.
void vcg::face::FFAdjOcf< T >::ImportData | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 440 of file face/component_ocf.h.