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

Method getCodecs

plugins/e57/libE57Format/src/CompressedVectorNodeImpl.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 std::shared_ptr<VectorNodeImpl> CompressedVectorNodeImpl::getCodecs() const
127 {
128 checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
129 return ( codecs_ ); //??? check defined
130 }
131
132 bool CompressedVectorNodeImpl::isTypeEquivalent( NodeImplSharedPtr ni )
133 {

Callers 1

codecsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected