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

Method CompressedVectorSectionHeader

plugins/e57/libE57Format/src/SectionHeaders.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#endif
40
41 CompressedVectorSectionHeader::CompressedVectorSectionHeader()
42 {
43 // Double check that header is correct length. Watch out for RTTI increasing the size.
44 static_assert( sizeof( CompressedVectorSectionHeader ) == 32,
45 "Unexpected size of CompressedVectorSectionHeader" );
46 }
47
48 void CompressedVectorSectionHeader::verify( uint64_t filePhysicalSize )
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected