MCPcopy Create free account
hub / github.com/PDAL/PDAL / CollectTriangles

Method CollectTriangles

plugins/openscenegraph/io/OSGReader.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47struct CollectTriangles
48{
49 CollectTriangles()
50 {
51 verts = new osg::Vec3Array();
52 }
53#ifdef OSG_VERSION_GREATER_THAN
54#if OSG_VERSION_GREATER_THAN(3,4,0)
55 inline void operator () (const osg::Vec3& v1, const osg::Vec3& v2, const osg::Vec3& v3)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected