|
API Documentation
|
|
|
An interface to define objects that can be exported using this component.
Definition: Exportable.h:15
A compositor, describing how to compose the rendering pipeline.
Definition: Compositor.h:23
virtual void changeNodeOrder(unsigned int fromIndex, unsigned int toIndex)
virtual void importClassFromTree(nkExport::Node *rootNode) override
virtual void exportClassToTree(nkExport::Node *rootNode) override
A node in the rendering graph described by a Compositor.
Definition: CompositorNode.h:12
CompositorNode * getNode(unsigned int index) const
unsigned int getNodeCount() const
Compositor & operator=(const Compositor &)=delete
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
virtual void deleteNode(unsigned int index)
virtual void clearNodes()
virtual void renderChain()
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
virtual CompositorNode * addNode()=0