2#include <NDEVR/Model.h>
14 class NDEVR_DESIGN_API Calibration :
public Model
25 Calibration(
const Model& model);
30 Ray<3, fltp08> alignmentVector()
const;
35 void setAlignmentVector(
const Ray<3, fltp08>& vector);
40 static constexpr StringView TypeName() {
return "calibration"; }
46 TranslatedString defaultCalibrationName()
const;
A core class that represents a node on model hierarchy.
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
The primary namespace for the NDEVR SDK.