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