diff --git a/vcg/simplex/face/component_ocf.h b/vcg/simplex/face/component_ocf.h index becc376d..dcd4ed4d 100644 --- a/vcg/simplex/face/component_ocf.h +++ b/vcg/simplex/face/component_ocf.h @@ -587,6 +587,10 @@ public: assert((*this).Base().QualityEnabled); return (*this).Base().QV[(*this).Index()]; } + const QualityType cQ() const { + assert((*this).Base().QualityEnabled); + return (*this).Base().QV[(*this).Index()]; + } template void ImportLocal(const LeftF & leftF){