CResourceIdNode

class Lib3MF::CResourceIdNode : public CImplicitNode

Resource ID

void SetResource(classParam<CResource> pResource)

Sets the Resource that the resourceid attribute of the node will point to

Parameters:

pResource – the resource

PResource GetResource()

Retrieves the resource of the node

Returns:

the resource

PImplicitPort GetOutputValue()

Retrieves the output

Returns:

the output

typedef std::shared_ptr<CResourceIdNode> Lib3MF::PResourceIdNode

Shared pointer to CResourceIdNode to easily allow reference counting.