Runtime for combiner object source. More...
#include <kanzi/core.ui/graphics3d/combiner_object_source_runtime.hpp>
Public Types | |
| using | SourceRuntimeContainer |
| Type for input runtimes. | |
Static Public Member Functions | |
| static CombinerObjectSourceRuntimeSharedPtr | create (NodeListSharedPtr nodeList, ObjectSourceSharedPtr filter, const SourceRuntimeContainer &sourceRuntimes) |
| Creates a sort by shader object source runtime. | |
Protected Attributes | |
| SourceRuntimeContainer | m_filterRuntimes |
| Runtimes for other object sources. | |
Protected Attributes inherited from kanzi::FilterObjectSourceRuntime | |
| bool | m_isExclusive |
| Exclusivity flag, copied from the filter object source. | |
Protected Attributes inherited from kanzi::ObjectSourceRuntime | |
| NodeListWeakPtr | m_inputNodes |
| Input node list. | |
| ObjectSourceWeakPtr | m_objectSource |
| Parent object source. | |
| NodeListSharedPtr | m_parentNodeList |
| Node list that is the result of the parent runtime being executed. | |
| ObjectSourceRuntimeSharedPtr | m_parentRuntime |
| Runtime for the object source chain. | |
Additional Inherited Members | |
Public Member Functions inherited from kanzi::FilterObjectSourceRuntime | |
| bool | filterNode (Node &node) |
| Runs a filter on the given node. | |
Public Member Functions inherited from kanzi::ObjectSourceRuntime | |
| void | filter (NodeList &outputNodes) |
| Runs the filter on a given node. | |
| NodeListSharedPtr | getInputNodeList () |
| Gets the input node list for this particular object source. | |
| ObjectSourceRuntimeSharedPtr | getParentRuntime () const |
| Gets the parent runtime. | |
| NodeListSharedPtr | getRootNodeList () |
| Gets the root node list, parents included. | |
| bool | isDirty () |
| Tells if the node filter considers itself dirty and needs re-executing. | |
| bool | matches (NodeListSharedPtr nodeList, ObjectSourceSharedPtr filter) |
| Tells if this filter runtime matches the given node list and filter. | |
| void | setCamera (CameraSharedPtr camera) |
| Sets the camera for this object source runtime. | |
| void | update (NodeList &nodes) |
| Perform implementation-dependent per-frame update for internal data of the filter. | |
| virtual | ~ObjectSourceRuntime ()=default |
| Destructor. | |
Runtime for combiner object source.
Type for input runtimes.
|
explicitprotected |
Constructor.
| nodeList | Node list to filter. |
| filter | Parent filter. |
| sourceRuntimes | Source runtimes to be evaluated. |
|
static |
Creates a sort by shader object source runtime.
| nodeList | Node list to filter. |
| filter | Parent filter. |
| sourceRuntimes | Source runtimes to be evaluated. |
FilterObjectSourceRuntime::filterNodeOverride() implementation.
Reimplemented from kanzi::FilterObjectSourceRuntime.
|
overrideprotectedvirtual |
ObjectSourceRuntime::isDirtyOverride() implementation.
Reimplemented from kanzi::ObjectSourceRuntime.
|
protected |
Runtimes for other object sources.