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

Method Detail

pdal/DimDetail.hpp:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46public:
47 Detail() : m_id(Id::Unknown), m_offsetOrOrder(-1), m_type(Type::None)
48 {}
49 //NOTE - This is strange, but for some reason things run faster with
50 // this NOOP virtual dtor. Perhaps it has something to do with
51 // an inlining optimization or perhaps alignment (though a void * doesn't

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected