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

Method DimData

io/EsriReader.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90struct EsriReader::DimData
91{
92 DimData() : key(0), type(Dimension::Type::None),
93 dstId(Dimension::Id::Unknown), pos(-1)
94 {}
95
96 int key;
97 std::string dataType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected