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() =default
MatrixTracker() =default
function 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() const
inline unsigned fullMatricesCount() const
function getInterpolatedMatrix
cpp
inline const glm::mat4 & getInterpolatedMatrix() const
inline const glm::mat4 & getInterpolatedMatrix() const
function getInterpolatedTransformID
cpp
inline ID getInterpolatedTransformID() const
inline ID getInterpolatedTransformID() const
function getModels
cpp
std::vector< Ptr< Model > > getModels() const
std::vector< Ptr< Model > > getModels() const
function getParam
cpp
inline float getParam() const
inline float getParam() const
function getSequence
cpp
Ptr< Sequence > getSequence() const
Ptr< Sequence > getSequence() const
function getSequenceID
cpp
ID getSequenceID() const
ID getSequenceID() const
function getTrackingProgress
cpp
inline const std::map< Core::ID, float > & getTrackingProgress() const
inline const std::map< Core::ID, float > & getTrackingProgress() const
function result
cpp
inline const TrackingResult & result() const
inline const TrackingResult & result() const
function setParam
cpp
bool setParam(
float param
)
bool setParam(
float param
)
function update
cpp
void update()
void update()
Updated on 2024-11-06 at 20:16:54 +0000