Home
last modified time | relevance | path

Searched refs:shouldPrimitiveCount (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DSphere.cpp174 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DBox.cpp178 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DVertexPoint.cpp168 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DCone.cpp217 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DCylinder.cpp230 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DIndexedLineSet.cpp419 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DElevationGrid.cpp641 if (this->shouldPrimitiveCount(action)) { in getPrimitiveCount()
H A DIndexedFaceSet.cpp669 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoSphere.cpp201 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoCube.cpp263 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoCone.cpp317 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoCylinder.cpp340 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoPointSet.cpp330 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoMarkerSet.cpp1287 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoIndexedPointSet.cpp444 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoIndexedTriangleStripSet.cpp445 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoShape.cpp1349 if (this->shouldPrimitiveCount(action)) this->generatePrimitives(action); in getPrimitiveCount()
1393 SoShape::shouldPrimitiveCount(SoGetPrimitiveCountAction * COIN_UNUSED_ARG(action)) in shouldPrimitiveCount() function in SoShape
H A DSoIndexedLineSet.cpp442 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoImage.cpp562 if (this->shouldPrimitiveCount(action)) action->incNumImage(); in getPrimitiveCount()
H A DSoLineSet.cpp550 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoTriangleStripSet.cpp598 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoText2.cpp664 if (!this->shouldPrimitiveCount(action)) in getPrimitiveCount()
H A DSoIndexedFaceSet.cpp920 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
H A DSoFaceSet.cpp728 if (!this->shouldPrimitiveCount(action)) return; in getPrimitiveCount()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoShape.h92 SbBool shouldPrimitiveCount(SoGetPrimitiveCountAction * action);

12