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

Method isDefined

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

! @brief Is the given pathName defined relative to this node. @param [in] pathName The absolute pathname, or pathname relative to this object, to check. @details The @a pathName may be relative to this node, or absolute (starting with a "/"). The origin of the absolute path name is the root of the tree that contains this VectorNode. If this VectorNode is not attached to an ImageFile, the @a path

Source from the content-addressed store, hash-verified

275@see StructureNode::isDefined
276*/
277bool VectorNode::isDefined( const ustring &pathName ) const
278{
279 return impl_->isDefined( pathName );
280}
281
282/*!
283@brief Get a child element by positional index.

Callers 15

_readImage2DNodeFunction · 0.45
_getImage2DNodeSizesFunction · 0.45
_readColourRangesFunction · 0.45
ReaderImplMethod · 0.45
GetE57RootMethod · 0.45
ReadImage2DMethod · 0.45
GetImage2DSizesMethod · 0.45
ReadImage2DDataMethod · 0.45
ReadData3DMethod · 0.45
GetData3DSizesMethod · 0.45
ReadData3DGroupsDataMethod · 0.45
SetUpData3DPointsDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected