Core::MatrixTracker
#include "Core/Nodes/Tracking.h"
Public Functions
| Name | |
|---|---|
| MatrixTracker() =default | |
| MatrixTracker(Sequence * beginSequence, TrackingDirection direction, std::vector< UPtr< IModelProxy > > model) | |
| unsigned | fullMatricesCount() const |
| const glm::mat4 & | getInterpolatedMatrix() const |
| ID | getInterpolatedTransformID() const |
| std::vector< Ptr< Model > > | getModels() const |
| float | getParam() const |
| Ptr< Sequence > | getSequence() const |
| ID | getSequenceID() const |
| const std::map< Core::ID, float > & | getTrackingProgress() const |
| const TrackingResult & | result() const |
| bool | setParam(float param) |
| void | update() |
Public Functions Documentation
function MatrixTracker
cpp
MatrixTracker() =defaultMatrixTracker() =defaultfunction MatrixTracker
cpp
MatrixTracker(
Sequence * beginSequence,
TrackingDirection direction,
std::vector< UPtr< IModelProxy > > model
)MatrixTracker(
Sequence * beginSequence,
TrackingDirection direction,
std::vector< UPtr< IModelProxy > > model
)function fullMatricesCount
cpp
inline unsigned fullMatricesCount() constinline unsigned fullMatricesCount() constfunction getInterpolatedMatrix
cpp
inline const glm::mat4 & getInterpolatedMatrix() constinline const glm::mat4 & getInterpolatedMatrix() constfunction getInterpolatedTransformID
cpp
inline ID getInterpolatedTransformID() constinline ID getInterpolatedTransformID() constfunction getModels
cpp
std::vector< Ptr< Model > > getModels() conststd::vector< Ptr< Model > > getModels() constfunction getParam
cpp
inline float getParam() constinline float getParam() constfunction getSequence
cpp
Ptr< Sequence > getSequence() constPtr< Sequence > getSequence() constfunction getSequenceID
cpp
ID getSequenceID() constID getSequenceID() constfunction getTrackingProgress
cpp
inline const std::map< Core::ID, float > & getTrackingProgress() constinline const std::map< Core::ID, float > & getTrackingProgress() constfunction result
cpp
inline const TrackingResult & result() constinline const TrackingResult & result() constfunction setParam
cpp
bool setParam(
float param
)bool setParam(
float param
)function update
cpp
void update()void update()Updated on 2025-09-07 at 16:13:51 +0000