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

Method type

plugins/e57/libE57Format/src/StructureNodeImpl.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43NodeType StructureNodeImpl::type() const
44{
45 // don't checkImageFileOpen
46 return TypeStructure;
47}
48
49//??? use visitor?
50bool StructureNodeImpl::isTypeEquivalent( NodeImplSharedPtr ni )

Callers 1

isTypeEquivalentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected