vcg::vertex::EmptyCore< TT > Class Template Reference

#include <component.h>

Inheritance diagram for vcg::vertex::EmptyCore< TT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef vcg::Color4b ColorType
typedef vcg::Point3f CoordType
typedef CurvatureDirBaseType
< float > 
CurvatureDirType
typedef Point2f CurvatureType
typedef int FlagType
typedef vcg::Point3s NormalType
typedef float QualityType
typedef ScalarType RadiusType
typedef CoordType::ScalarType ScalarType
typedef vcg::TexCoord2< float, 1 > TexCoordType
typedef Point3f VecType

Public Member Functions

ColorTypeC ()
const ColorTypecC () const
const int & cIMark () const
const ScalarTypecK1 () const
const ScalarTypecK2 () const
const float & cKg () const
const float & cKh () const
const NormalType cN () const
const CoordTypecP () const
const VecTypecPD1 () const
const VecTypecPD2 () const
const QualityTypecQ () const
const RadiusTypecR () const
const TexCoordTypecT () const
const TT::EdgePointer cVEp () const
int cVFi () const
const TT::FacePointer cVFp () const
const TT::HEdgePointer cVHp () const
const TT::TetraPointer cVTp () const
int Flags () const
int & Flags ()
int IMark () const
int & IMark ()
template<class LeftV >
void ImportData (const LeftV &)
void InitIMark ()
ScalarTypeK1 ()
ScalarTypeK2 ()
float & Kg ()
float & Kh ()
NormalTypeN ()
const CoordTypeP () const
CoordTypeP ()
VecTypePD1 ()
VecTypePD2 ()
QualityTypeQ ()
RadiusTypeR ()
TexCoordTypeT ()
int & VEi ()
TT::EdgePointer & VEp ()
int & VFi ()
TT::FacePointer & VFp ()
int & VHi ()
TT::HEdgePointer & VHp ()
int & VTi ()
TT::TetraPointer & VTp ()

Static Public Member Functions

static bool HasColor ()
static bool HasColorOcf ()
static bool HasCoord ()
static bool HasCurvature ()
static bool HasCurvatureDir ()
static bool HasFlags ()
static bool HasMark ()
static bool HasMarkOcf ()
static bool HasNormal ()
static bool HasNormalOcf ()
static bool HasQuality ()
static bool HasQualityOcf ()
static bool HasRadius ()
static bool HasRadiusOcf ()
static bool HasTexCoord ()
static bool HasVEAdjacency ()
static bool HasVFAdjacency ()
static bool HasVHAdjacency ()
static bool HasVTAdjacency ()
static bool IsColorEnabled (const typename TT::VertexType *)
static bool IsCurvatureDirEnabled (const typename TT::VertexType *)
static bool IsCurvatureEnabled (const typename TT::VertexType *)
static bool IsMarkEnabled (const typename TT::VertexType *)
static bool IsQualityEnabled (const typename TT::VertexType *)
static bool IsRadiusEnabled (const typename TT::VertexType *)
static bool IsTexCoordEnabled (const typename TT::VertexType *)
static void Name (std::vector< std::string > &name)

Detailed Description

template<class TT>
class vcg::vertex::EmptyCore< TT >

Definition at line 77 of file vertex/component.h.


Member Typedef Documentation

template<class TT>
typedef vcg::Color4b vcg::vertex::EmptyCore< TT >::ColorType
template<class TT>
typedef vcg::Point3f vcg::vertex::EmptyCore< TT >::CoordType
template<class TT>
typedef CurvatureDirBaseType<float> vcg::vertex::EmptyCore< TT >::CurvatureDirType

Definition at line 161 of file vertex/component.h.

template<class TT>
typedef Point2f vcg::vertex::EmptyCore< TT >::CurvatureType

Definition at line 155 of file vertex/component.h.

template<class TT>
typedef int vcg::vertex::EmptyCore< TT >::FlagType
template<class TT>
typedef vcg::Point3s vcg::vertex::EmptyCore< TT >::NormalType
template<class TT>
typedef float vcg::vertex::EmptyCore< TT >::QualityType
template<class TT>
typedef ScalarType vcg::vertex::EmptyCore< TT >::RadiusType

Definition at line 119 of file vertex/component.h.

template<class TT>
typedef vcg::TexCoord2<float,1> vcg::vertex::EmptyCore< TT >::TexCoordType
template<class TT>
typedef Point3f vcg::vertex::EmptyCore< TT >::VecType

Definition at line 154 of file vertex/component.h.


Member Function Documentation

template<class TT>
ColorType& vcg::vertex::EmptyCore< TT >::C (  )  [inline]
template<class TT>
const ColorType& vcg::vertex::EmptyCore< TT >::cC (  )  const [inline]
template<class TT>
const int& vcg::vertex::EmptyCore< TT >::cIMark (  )  const [inline]
template<class TT>
const ScalarType& vcg::vertex::EmptyCore< TT >::cK1 (  )  const [inline]

Definition at line 169 of file vertex/component.h.

template<class TT>
const ScalarType& vcg::vertex::EmptyCore< TT >::cK2 (  )  const [inline]

Definition at line 170 of file vertex/component.h.

template<class TT>
const float& vcg::vertex::EmptyCore< TT >::cKg (  )  const [inline]

Definition at line 159 of file vertex/component.h.

template<class TT>
const float& vcg::vertex::EmptyCore< TT >::cKh (  )  const [inline]

Definition at line 158 of file vertex/component.h.

template<class TT>
const NormalType vcg::vertex::EmptyCore< TT >::cN (  )  const [inline]
template<class TT>
const CoordType& vcg::vertex::EmptyCore< TT >::cP (  )  const [inline]
template<class TT>
const VecType& vcg::vertex::EmptyCore< TT >::cPD1 (  )  const [inline]

Definition at line 164 of file vertex/component.h.

template<class TT>
const VecType& vcg::vertex::EmptyCore< TT >::cPD2 (  )  const [inline]

Definition at line 165 of file vertex/component.h.

template<class TT>
const QualityType& vcg::vertex::EmptyCore< TT >::cQ (  )  const [inline]
template<class TT>
const RadiusType& vcg::vertex::EmptyCore< TT >::cR (  )  const [inline]

Definition at line 121 of file vertex/component.h.

template<class TT>
const TexCoordType& vcg::vertex::EmptyCore< TT >::cT (  )  const [inline]
template<class TT>
const TT::EdgePointer vcg::vertex::EmptyCore< TT >::cVEp (  )  const [inline]

Definition at line 144 of file vertex/component.h.

template<class TT>
int vcg::vertex::EmptyCore< TT >::cVFi (  )  const [inline]

Definition at line 140 of file vertex/component.h.

template<class TT>
const TT::FacePointer vcg::vertex::EmptyCore< TT >::cVFp (  )  const [inline]

Reimplemented in vcg::vertex::VFAdj< vertex::EmptyCore< MyUsedTypes > >.

Definition at line 138 of file vertex/component.h.

template<class TT>
const TT::HEdgePointer vcg::vertex::EmptyCore< TT >::cVHp (  )  const [inline]

Definition at line 149 of file vertex/component.h.

template<class TT>
const TT::TetraPointer vcg::vertex::EmptyCore< TT >::cVTp (  )  const [inline]

Definition at line 133 of file vertex/component.h.

template<class TT>
int vcg::vertex::EmptyCore< TT >::Flags (  )  const [inline]
template<class TT>
int& vcg::vertex::EmptyCore< TT >::Flags (  )  [inline]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasColor (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasColorOcf (  )  [inline, static]

Definition at line 108 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasCoord (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasCurvature (  )  [inline, static]

Definition at line 172 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasCurvatureDir (  )  [inline, static]

Definition at line 174 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasFlags (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasMark (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasMarkOcf (  )  [inline, static]

Definition at line 116 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasNormal (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasNormalOcf (  )  [inline, static]

Definition at line 95 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasQuality (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasQualityOcf (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasRadius (  )  [inline, static]

Definition at line 122 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasRadiusOcf (  )  [inline, static]

Definition at line 123 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasTexCoord (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasVEAdjacency (  )  [inline, static]

Definition at line 146 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasVFAdjacency (  )  [inline, static]

Reimplemented in vcg::vertex::VFAdj< vertex::EmptyCore< MyUsedTypes > >.

Definition at line 141 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasVHAdjacency (  )  [inline, static]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::HasVTAdjacency (  )  [inline, static]

Definition at line 135 of file vertex/component.h.

template<class TT>
int vcg::vertex::EmptyCore< TT >::IMark (  )  const [inline]
template<class TT>
int& vcg::vertex::EmptyCore< TT >::IMark (  )  [inline]
template<class TT>
template<class LeftV >
void vcg::vertex::EmptyCore< TT >::ImportData ( const LeftV &   )  [inline]

Reimplemented in vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< PUsedTypes >, vcg::vertex::BitFlags > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf > >, vcg::vertex::Coord< vcg::Point3f, vertex::EmptyCore< ColladaTypes > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Normal3f > >, vcg::vertex::Coord< vcg::Point3f, vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::BitFlags > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj > >, vcg::vertex::Coord< vcg::Point3f, vertex::EmptyCore< PolyUsedTypes > >, vcg::vertex::Normal< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags, vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f, vcg::vertex::BitFlags > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags > >, vcg::vertex::Normal< vcg::Point3f, vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::Normal< vcg::Point3f, Arity1< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::BitFlags > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::Mark< Arity2< vertex::EmptyCore< PUsedTypes >, vcg::vertex::BitFlags, vcg::vertex::Coord3f > >, vcg::vertex::Mark< Arity2< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::BitFlags< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Normal3f, vertex::Coord3f > >, vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf, vcg::vertex::Coord3f, vcg::vertex::TexCoordfOcf > >, vcg::vertex::BitFlags< vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::BitFlags< vertex::EmptyCore< PUsedTypes > >, vcg::vertex::BitFlags< Arity1< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f > >, vcg::vertex::BitFlags< Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f > >, vcg::vertex::BitFlags< vertex::EmptyCore< CUsedTypes > >, vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f, vcg::vertex::Mark > >, vcg::vertex::BitFlags< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::BitFlags< Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f, vertex::Mark > >, vcg::vertex::BitFlags< Arity2< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f > >, vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::Color< vcg::Color4b, Arity3< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f, vcg::vertex::BitFlags, vcg::vertex::Normal3f > >, vcg::vertex::Color< vcg::Color4b, Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark > >, vcg::vertex::Quality< float, Arity5< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark, vertex::Color4b > >, vcg::vertex::VFAdj< vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::VHAdj< Arity4< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f, vcg::vertex::Mark, vcg::vertex::BitFlags > >, and vcg::vertex::TexCoordOcf< TexCoord2< float, 1 >, Arity2< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf, vcg::vertex::Coord3f > >.

Definition at line 179 of file vertex/component.h.

template<class TT>
void vcg::vertex::EmptyCore< TT >::InitIMark (  )  [inline]
template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsColorEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 109 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsCurvatureDirEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 175 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsCurvatureEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 173 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsMarkEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 117 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsQualityEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 102 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsRadiusEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 124 of file vertex/component.h.

template<class TT>
static bool vcg::vertex::EmptyCore< TT >::IsTexCoordEnabled ( const typename TT::VertexType *   )  [inline, static]

Definition at line 130 of file vertex/component.h.

template<class TT>
ScalarType& vcg::vertex::EmptyCore< TT >::K1 (  )  [inline]

Definition at line 167 of file vertex/component.h.

template<class TT>
ScalarType& vcg::vertex::EmptyCore< TT >::K2 (  )  [inline]

Definition at line 168 of file vertex/component.h.

template<class TT>
float& vcg::vertex::EmptyCore< TT >::Kg (  )  [inline]

Definition at line 157 of file vertex/component.h.

template<class TT>
float& vcg::vertex::EmptyCore< TT >::Kh (  )  [inline]

Definition at line 156 of file vertex/component.h.

template<class TT>
NormalType& vcg::vertex::EmptyCore< TT >::N (  )  [inline]
template<class TT>
static void vcg::vertex::EmptyCore< TT >::Name ( std::vector< std::string > &  name  )  [inline, static]

Reimplemented in vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< PUsedTypes >, vcg::vertex::BitFlags > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf > >, vcg::vertex::Coord< vcg::Point3f, vertex::EmptyCore< ColladaTypes > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Normal3f > >, vcg::vertex::Coord< vcg::Point3f, vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::BitFlags > >, vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj > >, vcg::vertex::Coord< vcg::Point3f, vertex::EmptyCore< PolyUsedTypes > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::BitFlags > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< PUsedTypes >, vcg::vertex::BitFlags > >, vcg::vertex::Coord3f< vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj > >, vcg::vertex::Coord3f< vertex::EmptyCore< ColladaTypes > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Normal3f > >, vcg::vertex::Coord3f< vertex::EmptyCore< PolyUsedTypes > >, vcg::vertex::Normal< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags, vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f, vcg::vertex::BitFlags > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags > >, vcg::vertex::Normal< vcg::Point3f, vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::Normal< vcg::Point3f, Arity1< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f > >, vcg::vertex::Normal< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f > >, vcg::vertex::Normal3f< Arity2< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f, vcg::vertex::BitFlags > >, vcg::vertex::Normal3f< vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::Normal3f< Arity1< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::Coord3f > >, vcg::vertex::Normal3f< Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f > >, vcg::vertex::Normal3f< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f > >, vcg::vertex::Normal3f< Arity1< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f > >, vcg::vertex::Normal3f< Arity2< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags, vertex::Coord3f > >, vcg::vertex::Normal3f< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::BitFlags > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< CUsedTypes >, vertex::BitFlags, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::Mark< Arity2< vertex::EmptyCore< PUsedTypes >, vcg::vertex::BitFlags, vcg::vertex::Coord3f > >, vcg::vertex::Mark< Arity2< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::BitFlags< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Normal3f, vertex::Coord3f > >, vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf, vcg::vertex::Coord3f, vcg::vertex::TexCoordfOcf > >, vcg::vertex::BitFlags< vertex::EmptyCore< MyUsedTypes > >, vcg::vertex::BitFlags< vertex::EmptyCore< PUsedTypes > >, vcg::vertex::BitFlags< Arity1< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f > >, vcg::vertex::BitFlags< Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f > >, vcg::vertex::BitFlags< vertex::EmptyCore< CUsedTypes > >, vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f, vcg::vertex::Mark > >, vcg::vertex::BitFlags< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::BitFlags< Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f, vertex::Mark > >, vcg::vertex::BitFlags< Arity2< vertex::EmptyCore< MyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f > >, vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::Color< vcg::Color4b, Arity3< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f, vcg::vertex::BitFlags, vcg::vertex::Normal3f > >, vcg::vertex::Color< vcg::Color4b, Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark > >, vcg::vertex::Color4b< Arity3< vertex::EmptyCore< ColladaTypes >, vcg::vertex::Coord3f, vcg::vertex::BitFlags, vcg::vertex::Normal3f > >, vcg::vertex::Color4b< Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark > >, vcg::vertex::Quality< float, Arity5< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark, vertex::Color4b > >, vcg::vertex::Qualityf< Arity5< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::BitFlags, vertex::Normal3f, vertex::Mark, vertex::Color4b > >, vcg::vertex::VFAdj< vertex::EmptyCore< MyUsedTypes > >, and vcg::vertex::VHAdj< Arity4< vertex::EmptyCore< PolyUsedTypes >, vcg::vertex::Coord3f, vcg::vertex::Normal3f, vcg::vertex::Mark, vcg::vertex::BitFlags > >.

Definition at line 182 of file vertex/component.h.

template<class TT>
const CoordType& vcg::vertex::EmptyCore< TT >::P (  )  const [inline]
template<class TT>
CoordType& vcg::vertex::EmptyCore< TT >::P (  )  [inline]
template<class TT>
VecType& vcg::vertex::EmptyCore< TT >::PD1 (  )  [inline]

Definition at line 162 of file vertex/component.h.

template<class TT>
VecType& vcg::vertex::EmptyCore< TT >::PD2 (  )  [inline]

Definition at line 163 of file vertex/component.h.

template<class TT>
QualityType& vcg::vertex::EmptyCore< TT >::Q (  )  [inline]
template<class TT>
RadiusType& vcg::vertex::EmptyCore< TT >::R (  )  [inline]

Definition at line 120 of file vertex/component.h.

template<class TT>
TexCoordType& vcg::vertex::EmptyCore< TT >::T (  )  [inline]
template<class TT>
int& vcg::vertex::EmptyCore< TT >::VEi (  )  [inline]

Definition at line 145 of file vertex/component.h.

template<class TT>
TT::EdgePointer& vcg::vertex::EmptyCore< TT >::VEp (  )  [inline]

Definition at line 143 of file vertex/component.h.

template<class TT>
int& vcg::vertex::EmptyCore< TT >::VFi (  )  [inline]

Reimplemented in vcg::vertex::VFAdj< vertex::EmptyCore< MyUsedTypes > >.

Definition at line 139 of file vertex/component.h.

template<class TT>
TT::FacePointer& vcg::vertex::EmptyCore< TT >::VFp (  )  [inline]

Reimplemented in vcg::vertex::VFAdj< vertex::EmptyCore< MyUsedTypes > >.

Definition at line 137 of file vertex/component.h.

template<class TT>
int& vcg::vertex::EmptyCore< TT >::VHi (  )  [inline]
template<class TT>
TT::HEdgePointer& vcg::vertex::EmptyCore< TT >::VHp (  )  [inline]
template<class TT>
int& vcg::vertex::EmptyCore< TT >::VTi (  )  [inline]

Definition at line 134 of file vertex/component.h.

template<class TT>
TT::TetraPointer& vcg::vertex::EmptyCore< TT >::VTp (  )  [inline]

Definition at line 132 of file vertex/component.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:23:53 2013