Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ TriangularMesh
Method
TriangularMesh
pdal/Mesh.hpp:81–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
using const_iterator = std::deque<Triangle>::const_iterator;
80
81
PDAL_EXPORT TriangularMesh()
82
{}
83
84
size_t PDAL_EXPORT size() const
85
{ return m_index.size(); }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected