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

Method childCount

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

Source from the content-addressed store, hash-verified

116}
117
118int64_t StructureNodeImpl::childCount() const
119{
120 checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
121
122 return children_.size();
123}
124
125NodeImplSharedPtr StructureNodeImpl::get( int64_t index )
126{

Callers 1

isTypeEquivalentMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected