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
-
PImplicitPort GetOutputValue()
Retrieves the output
- Returns:
the output
-
void SetResource(classParam<CResource> pResource)
-
typedef std::shared_ptr<CResourceIdNode> Lib3MF::PResourceIdNode
Shared pointer to CResourceIdNode to easily allow reference counting.