Skip to content

Core::TransformInfo

Cannot outlive the sequence.

#include "Core/Nodes/Tracking.h"

Public Functions

Name
IDgetTrackingID() const

Public Attributes

Name
Ptr< Node >currentNode <br>Node with matrix output.
boolisExternal
Sequence *sequence <br>Sequence which contains the transform.

Public Functions Documentation

function getTrackingID

cpp
ID getTrackingID() const
ID getTrackingID() const

Return: !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-01-07 at 13:40:44 +0000