Core::TransformInfo
Cannot outlive the sequence.
#include "Core/Nodes/Tracking.h"
Public Functions
| Name | |
|---|---|
| ID | getTrackingID() const |
Public Attributes
| Name | |
|---|---|
| Ptr< Node > | currentNode <br>Node with matrix output. |
| bool | isExternal |
| Sequence * | sequence <br>Sequence which contains the transform. |
Public Functions Documentation
function getTrackingID
cpp
ID getTrackingID() constID getTrackingID() constReturn: !isExternal ? currentNode->getId() : sequence->getId(); If isExternal, then sequence is the sequence with currentNode as input.
Public Attributes Documentation
variable currentNode
cpp
Ptr< Node > currentNode = nullptr;Ptr< Node > currentNode = nullptr;Node with matrix output.
variable isExternal
cpp
bool isExternal = false;bool isExternal = false;variable sequence
cpp
Sequence * sequence = nullptr;Sequence * sequence = nullptr;Sequence which contains the transform.
Updated on 2025-09-07 at 16:13:51 +0000