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

Method PointViewMesh

filters/PoissonFilter.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114{
115public:
116 PointViewMesh(PointView& view, bool color) :
117 m_view(view), m_mesh(*(m_view.createMesh("poisson"))), m_doColor(color)
118 {
119 resetIterator();
120 }
121
122 virtual int pointCount() const
123 { return static_cast<int>(m_view.size()); }

Callers

nothing calls this directly

Calls 1

createMeshMethod · 0.80

Tested by

no test coverage detected