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

Method allowHeteroChildren

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

! @brief Get whether child elements are allowed to be different types @details See the class discussion at bottom of VectorNode page for details of homogeneous/heterogeneous VectorNode. The returned attribute is determined when the VectorNode is created, and cannot be changed. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @retur

Source from the content-addressed store, hash-verified

229@see ::ErrorHomogeneousViolation
230*/
231bool VectorNode::allowHeteroChildren() const
232{
233 return impl_->allowHeteroChildren();
234}
235
236/*!
237@brief Get number of child elements in this VectorNode.

Callers 2

isTypeConstrainedMethod · 0.45
endElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected