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

Method childCount

plugins/e57/libE57Format/src/VectorNode.cpp:249–252  ·  view source on GitHub ↗

! @brief Get number of child elements in this VectorNode. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return Number of child elements in this VectorNode. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see VectorNode::get(int64_t), VectorNode::append, StructureNode::childCount *

Source from the content-addressed store, hash-verified

247@see VectorNode::get(int64_t), VectorNode::append, StructureNode::childCount
248*/
249int64_t VectorNode::childCount() const
250{
251 return impl_->childCount();
252}
253
254/*!
255@brief Is the given pathName defined relative to this node.

Callers 15

isTypeEquivalentMethod · 0.45
DecoderFactoryMethod · 0.45
isTypeConstrainedMethod · 0.45
findTerminalPositionMethod · 0.45
GetE57RootMethod · 0.45
GetImage2DCountMethod · 0.45
ReadImage2DMethod · 0.45
GetImage2DSizesMethod · 0.45
ReadImage2DDataMethod · 0.45
ReadData3DMethod · 0.45
GetData3DSizesMethod · 0.45
ReadData3DGroupsDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36