*-------------------------- InfoOpt ----------------------------------*/ More...
#include <component_ocf.h>
Public Member Functions | |
vector_ocf< typename T::FaceType > & | Base () const |
template<class LeftF > | |
void | ImportData (const LeftF &leftF) |
int | Index () const |
InfoOcf & | operator= (const InfoOcf &) |
Static Public Member Functions | |
static bool | HasFaceColorOcf () |
static bool | HasFaceMarkOcf () |
static bool | HasFaceNormalOcf () |
static bool | HasFFAdjacencyOcf () |
static bool | HasVFAdjacencyOcf () |
static bool | HasWedgeTexCoordOcf () |
Public Attributes | |
vector_ocf< typename T::FaceType > * | _ovp |
*-------------------------- InfoOpt ----------------------------------*/
Definition at line 634 of file face/component_ocf.h.
vector_ocf<typename T::FaceType>& vcg::face::InfoOcf< T >::Base | ( | ) | const [inline] |
Definition at line 643 of file face/component_ocf.h.
static bool vcg::face::InfoOcf< T >::HasFaceColorOcf | ( | ) | [inline, static] |
Definition at line 648 of file face/component_ocf.h.
static bool vcg::face::InfoOcf< T >::HasFaceMarkOcf | ( | ) | [inline, static] |
Definition at line 650 of file face/component_ocf.h.
static bool vcg::face::InfoOcf< T >::HasFaceNormalOcf | ( | ) | [inline, static] |
Definition at line 649 of file face/component_ocf.h.
static bool vcg::face::InfoOcf< T >::HasFFAdjacencyOcf | ( | ) | [inline, static] |
Reimplemented in vcg::face::FFAdjOcf< Arity1< FaceBase< MyUsedTypes >, face::InfoOcf > >.
Definition at line 652 of file face/component_ocf.h.
static bool vcg::face::InfoOcf< T >::HasVFAdjacencyOcf | ( | ) | [inline, static] |
Definition at line 653 of file face/component_ocf.h.
static bool vcg::face::InfoOcf< T >::HasWedgeTexCoordOcf | ( | ) | [inline, static] |
Reimplemented in vcg::face::WedgeTexCoordOcf< TexCoord2< float, 1 >, Arity2< FaceBase< ScrUsedTypes >, vcg::face::InfoOcf, vcg::face::VertexRef > >.
Definition at line 651 of file face/component_ocf.h.
void vcg::face::InfoOcf< T >::ImportData | ( | const LeftF & | leftF | ) | [inline] |
int vcg::face::InfoOcf< T >::Index | ( | ) | const [inline] |
Definition at line 656 of file face/component_ocf.h.
InfoOcf& vcg::face::InfoOcf< T >::operator= | ( | const InfoOcf< T > & | ) | [inline] |
Definition at line 638 of file face/component_ocf.h.
vector_ocf<typename T::FaceType>* vcg::face::InfoOcf< T >::_ovp |
Definition at line 665 of file face/component_ocf.h.