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

Function scalableE57Types

plugins/e57/io/Utils.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::vector<std::string> scalableE57Types()
135{
136 return {"colorRed", "colorGreen", "colorBlue", "intensity",
137 "classification"};
138}
139
140bool getLimits(const e57::StructureNode& prototype,
141 const std::string& fieldName, std::pair<double, double>& minmax)

Callers 1

decodeHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected