ImFusion C++ SDK 4.5.0
ImFusion::TransformLogger Class Reference

#include <ImFusion/Base/Utils/TransformLogger.h>

Support for logging transforms as coordinate systems in the Display. More...

Detailed Description

Support for logging transforms as coordinate systems in the Display.

Run the TransformLogger algorithm in the ImFusionSuite to start displaying the logged transforms. Use addTranform with a matrix to display a GlCoordinateSystem in the Display, with the given name

See also
DataLogger

Static Public Member Functions

static void addTransform (const mat4 &matrix, const std::string &name="")
 Add a transform to the Display.
template<auto To, auto From>
static void addTransform (const Transform< To, From, mat4 > &transform, const std::string &name="")
template<auto To, auto From>
static void addTransform (const Transform< To, From, isom3 > &transform, const std::string &name="")

Member Function Documentation

◆ addTransform()

void ImFusion::TransformLogger::addTransform ( const mat4 & matrix,
const std::string & name = "" )
static

Add a transform to the Display.

Parameters
matrix4x4 transformation matrix
nameName for the coordinate system

The documentation for this class was generated from the following file:
  • ImFusion/Base/Utils/TransformLogger.h
Search Tab / S to search, Esc to close