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

Method VectorNode

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

! @brief Create a new empty Vector node. @param [in] destImageFile The ImageFile where the new node will eventually be stored. @param [in] allowHeteroChildren Will child elements of differing types be allowed in this VectorNode. @details A VectorNode is a ordered container of E57 nodes. The @a destImageFile indicates which ImageFile the VectorNode will eventually be attached to. A node is attac

Source from the content-addressed store, hash-verified

152@see Node, VectorNode::allowHeteroChildren, ::ErrorHomogeneousViolation
153*/
154VectorNode::VectorNode( const ImageFile &destImageFile, bool allowHeteroChildren ) :
155 impl_( new VectorNodeImpl( destImageFile.impl(), allowHeteroChildren ) )
156{
157}
158
159/*!
160@brief Is this a root node.

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.70
typeMethod · 0.45

Tested by

no test coverage detected