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

Method getPrototype

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

Source from the content-addressed store, hash-verified

80 }
81
82 NodeImplSharedPtr CompressedVectorNodeImpl::getPrototype() const
83 {
84 checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
85 return ( prototype_ ); //??? check defined
86 }
87
88 void CompressedVectorNodeImpl::setCodecs( const std::shared_ptr<VectorNodeImpl> &codecs )
89 {

Callers 5

prototypeMethod · 0.80
DecoderFactoryMethod · 0.80
EncoderFactoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected