vcg::tri::Stat< StatMeshType > Class Template Reference
#include <stat.h>
List of all members.
Public Types |
typedef vcg::Box3< ScalarType > | Box3Type |
typedef MeshType::FaceContainer | FaceContainer |
typedef MeshType::FaceIterator | FaceIterator |
typedef MeshType::FacePointer | FacePointer |
typedef MeshType::FaceType | FaceType |
typedef StatMeshType | MeshType |
typedef MeshType::ScalarType | ScalarType |
typedef MeshType::VertexIterator | VertexIterator |
typedef MeshType::VertexPointer | VertexPointer |
typedef MeshType::VertexType | VertexType |
Static Public Member Functions |
static int | ComputeEdgeHistogram (MeshType &m, Histogramf &h) |
static ScalarType | ComputeMeshArea (MeshType &m) |
static void | ComputePerFaceQualityDistribution (MeshType &m, Distribution< float > &h, bool selectionOnly=false) |
static void | ComputePerFaceQualityHistogram (MeshType &m, Histogramf &h, bool selectionOnly=false) |
static std::pair< float, float > | ComputePerFaceQualityMinMax (MeshType &m) |
static void | ComputePerVertexQualityDistribution (MeshType &m, Distribution< float > &h, bool selectionOnly=false) |
static void | ComputePerVertexQualityHistogram (MeshType &m, Histogramf &h, bool selectionOnly=false) |
static std::pair< float, float > | ComputePerVertexQualityMinMax (MeshType &m) |
Detailed Description
template<class StatMeshType>
class vcg::tri::Stat< StatMeshType >
Definition at line 56 of file stat.h.
Member Typedef Documentation
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
Member Function Documentation
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
static std::pair<float,float> vcg::tri::Stat< StatMeshType >::ComputePerFaceQualityMinMax |
( |
MeshType & |
m |
) |
[inline, static] |
template<class StatMeshType >
template<class StatMeshType >
template<class StatMeshType >
static std::pair<float,float> vcg::tri::Stat< StatMeshType >::ComputePerVertexQualityMinMax |
( |
MeshType & |
m |
) |
[inline, static] |
The documentation for this class was generated from the following file: