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

Function supportedE57Types

plugins/e57/io/Utils.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::vector<std::string> supportedE57Types()
126{
127 return {"cartesianX", "cartesianY", "cartesianZ",
128 "sphericalRange", "sphericalAzimuth", "sphericalElevation",
129 "nor:normalX", "nor:normalY", "nor:normalZ",
130 "colorRed", "colorGreen", "colorBlue", "intensity",
131 "cartesianInvalidState", "sphericalInvalidState", "classification"};
132}
133
134std::vector<std::string> scalableE57Types()
135{

Callers 5

initializeBuffersMethod · 0.85
addDimensionsMethod · 0.85
addDimensionsMethod · 0.85
decodeHeaderMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68