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

Method type

plugins/e57/libE57Format/src/Node.cpp:353–356  ·  view source on GitHub ↗

! @brief Return the NodeType of a generic Node. @details This function allows the actual node type to be interrogated before upcasting the handle to the actual node type (see Upcasting and Downcasting section in Node). @post No visible state is modified. @return The NodeType of a generic Node, which may be one of the following NodeType enumeration values: ::TypeStructure, ::TypeVector, ::TypeCo

Source from the content-addressed store, hash-verified

351@see NodeType, upcast/downcast discussion in Node
352*/
353NodeType Node::type() const
354{
355 return impl_->type();
356}
357
358/*!
359@brief Is this a root node.

Callers 15

addDimensionsMethod · 0.45
TESTFunction · 0.45
addDimensionsMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
isTypeEquivalentMethod · 0.45
CompressedVectorNodeMethod · 0.45
DecoderFactoryMethod · 0.45
isTypeConstrainedMethod · 0.45
_verifyAndGetRootMethod · 0.45
_readColourRangesFunction · 0.45
ReadData3DMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36