added QualityType to comply faceplus type
This commit is contained in:
parent
c4b0073433
commit
142880a279
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.41 2007/01/13 00:25:36 cignoni
|
||||||
|
Added #ifdefs to guarantee that ComputeNormal would be defined only once
|
||||||
|
|
||||||
Revision 1.40 2007/01/11 10:13:11 cignoni
|
Revision 1.40 2007/01/11 10:13:11 cignoni
|
||||||
Rewrote the template of ComputeNormal functions to a more readable form.
|
Rewrote the template of ComputeNormal functions to a more readable form.
|
||||||
|
|
||||||
|
@ -193,6 +196,8 @@ public:
|
||||||
typedef Point3< ScalarType > NormalType;
|
typedef Point3< ScalarType > NormalType;
|
||||||
/// The geometric type of the face
|
/// The geometric type of the face
|
||||||
typedef Triangle3<ScalarType> GeometricType;
|
typedef Triangle3<ScalarType> GeometricType;
|
||||||
|
/// The type of the quality (same as scalar)
|
||||||
|
typedef ScalarType QualityType;
|
||||||
|
|
||||||
typedef typename FVTYPE::FaceType FaceFromVertType;
|
typedef typename FVTYPE::FaceType FaceFromVertType;
|
||||||
/// The bounding box type
|
/// The bounding box type
|
||||||
|
|
Loading…
Reference in New Issue