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

Method StructureNode

plugins/e57/libE57Format/src/StructureNode.cpp:135–138  ·  view source on GitHub ↗

! @brief Create an empty StructureNode. @param [in] destImageFile The ImageFile where the new node will eventually be stored. @details A StructureNode is a container for collections of named E57 nodes. The @a destImageFile indicates which ImageFile the StructureNode will eventually be attached to. A node is attached to an ImageFile by adding it underneath the predefined root of the ImageFile (go

Source from the content-addressed store, hash-verified

133@see Node
134*/
135StructureNode::StructureNode( const ImageFile &destImageFile ) :
136 impl_( new StructureNodeImpl( destImageFile.impl() ) )
137{
138}
139
140/*!
141@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