vcg::tri::UpdateTopology< UpdateMeshType >::PEdge Class Reference

Auxiliairy data structure for computing face face adjacency information. More...

#include <vcg/complex/trimesh/update/topology.h>

List of all members.

Public Member Functions

bool operator< (const PEdge &pe) const
bool operator== (const PEdge &pe) const
 PEdge ()
void Set (FacePointer pf, const int nz)

Public Attributes

FacePointer f
VertexPointer v [2]
int z

Detailed Description

template<class UpdateMeshType>
class vcg::tri::UpdateTopology< UpdateMeshType >::PEdge

Auxiliairy data structure for computing face face adjacency information.

It identifies and edge storing two vertex pointer and a face pointer where it belong.

Definition at line 124 of file complex/trimesh/update/topology.h.


Constructor & Destructor Documentation

template<class UpdateMeshType >
vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::PEdge (  )  [inline]

Definition at line 132 of file complex/trimesh/update/topology.h.


Member Function Documentation

template<class UpdateMeshType >
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::operator< ( const PEdge pe  )  const [inline]

Definition at line 149 of file complex/trimesh/update/topology.h.

template<class UpdateMeshType >
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::operator== ( const PEdge pe  )  const [inline]

Definition at line 156 of file complex/trimesh/update/topology.h.

template<class UpdateMeshType >
void vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::Set ( FacePointer  pf,
const int  nz 
) [inline]

Definition at line 134 of file complex/trimesh/update/topology.h.


Member Data Documentation

template<class UpdateMeshType >
FacePointer vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::f

Definition at line 129 of file complex/trimesh/update/topology.h.

template<class UpdateMeshType >
VertexPointer vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::v[2]

Definition at line 128 of file complex/trimesh/update/topology.h.

template<class UpdateMeshType >
int vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::z

Definition at line 130 of file complex/trimesh/update/topology.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:36 2013