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

Method clear

io/PcdHeader.cpp:46–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void PcdHeader::clear()
47{
48 m_version = PcdVersion::PCD_V6;
49 m_width = 1;
50 m_height = 0;
51 m_pointCount = 0;
52 m_origin = { 0, 0, 0, 0 };
53 m_orientation = { 1, 0, 0, 0 };
54 m_dataOffset = 0;
55 m_fields.clear();
56 m_numLines = 0;
57}
58
59std::istream& operator>>(std::istream& in, PcdVersion& version)
60{

Callers 15

outputDriversMethod · 0.45
preparedMethod · 0.45
preparedMethod · 0.45
readLineMethod · 0.45
extractHeaderMethod · 0.45
initializeLocalMethod · 0.45
readyMethod · 0.45
preparedMethod · 0.45
doneFileMethod · 0.45
fetchSrsVlrsMethod · 0.45
doneMethod · 0.45
doneFileMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36