mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
add the verticality feature (VERT)
This commit is contained in:
@@ -228,6 +228,7 @@ bool NeighborhoodFeature::computeValue(CCCoreLib::DgmOctree::NeighboursSet& poin
|
||||
case SPHER:
|
||||
case LINEA:
|
||||
case PLANA:
|
||||
case VERT:
|
||||
{
|
||||
CCCoreLib::Neighbourhood::GeomFeature f;
|
||||
switch (type)
|
||||
@@ -250,6 +251,9 @@ bool NeighborhoodFeature::computeValue(CCCoreLib::DgmOctree::NeighboursSet& poin
|
||||
case PLANA:
|
||||
f = CCCoreLib::Neighbourhood::Planarity;
|
||||
break;
|
||||
case VERT:
|
||||
f = CCCoreLib::Neighbourhood::Verticality;
|
||||
break;
|
||||
default:
|
||||
//impossible
|
||||
assert(false);
|
||||
|
||||
Reference in New Issue
Block a user