Convert a PointRef to metadata. \return A node containing the PointRef as metadata. */
| 434 | \return A node containing the PointRef as metadata. |
| 435 | */ |
| 436 | inline MetadataNode PointRef::toMetadata() const |
| 437 | { |
| 438 | MetadataNode node; |
| 439 | |
| 440 | toMetadata(node); |
| 441 | return node; |
| 442 | } |
| 443 | |
| 444 | /** |
| 445 | Add PointRef data to a root MetadataNode |
nothing calls this directly
no test coverage detected