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

Method dimTypes

pdal/XMLSchema.cpp:227–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227DimTypeList XMLSchema::dimTypes() const
228{
229 DimTypeList dimTypes;
230
231 for (auto di = m_dims.begin(); di != m_dims.end(); ++di)
232 dimTypes.push_back(di->m_dimType);
233 return dimTypes;
234}
235
236
237xmlDocPtr XMLSchema::init(const std::string& xml, const std::string& xsd)

Callers 11

preparedMethod · 0.45
preparedMethod · 0.45
TESTFunction · 0.45
compareFilesFunction · 0.45
TESTFunction · 0.45
CheckerMethod · 0.45
preparedMethod · 0.45
compareFilesFunction · 0.45
dimTypesFunction · 0.45
preparedMethod · 0.45
XMLSchemaMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 5

TESTFunction · 0.36
compareFilesFunction · 0.36
TESTFunction · 0.36
CheckerMethod · 0.36
compareFilesFunction · 0.36