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

Method ParseInfo

plugins/e57/libE57Format/src/E57XmlParser.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232// E57XmlParser::ParseInfo
233
234E57XmlParser::ParseInfo::ParseInfo() :
235 nodeType( static_cast<NodeType>( 0 ) ), minimum( 0 ), maximum( 0 ), scale( 0 ), offset( 0 ),
236 precision( static_cast<FloatPrecision>( 0 ) ), floatMinimum( 0 ), floatMaximum( 0 ),
237 fileOffset( 0 ), length( 0 ), allowHeterogeneousChildren( false ), recordCount( 0 )
238{
239}
240
241void E57XmlParser::ParseInfo::dump( int indent, std::ostream &os ) const
242{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected