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

Method append

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

! @brief Append a child element to end of VectorNode. @param [in] n The node to be added as a child at end of the VectorNode. @details If the VectorNode is homogeneous and already has at least one child, then @a n must be identical to the existing children in every visible characteristic except the stored values. These visible characteristics include number of children (for StructureNode and Vec

Source from the content-addressed store, hash-verified

362@see VectorNode::childCount, VectorNode::get(int64_t), StructureNode::set
363*/
364void VectorNode::append( const Node &n )
365{
366 impl_->append( n.impl() );
367}
368
369/*!
370@brief Diagnostic function to print internal state of object to output stream in an indented format.

Callers 7

_numericalNodeTypeStrFunction · 0.45
NewImage2DMethod · 0.45
NewData3DMethod · 0.45
pathNameParseMethod · 0.45
pathNameUnparseMethod · 0.45
endElementMethod · 0.45
setupWriterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected