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

Method mesh

pdal/PointView.cpp:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183TriangularMesh *PointView::mesh(const std::string& name)
184{
185 auto it = m_meshes.find(name);
186 if (it != m_meshes.end())
187 return it->second.get();
188 if (name.empty() && m_meshes.size())
189 return m_meshes.begin()->second.get();
190 return nullptr;
191}
192
193
194Rasterd *PointView::createRaster(const std::string& name, const RasterLimits& limits,

Callers 6

writeMethod · 0.80
doneFileMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
filterMethod · 0.80
countElementsMethod · 0.80

Calls 6

findMethod · 0.45
endMethod · 0.45
getMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64