NDEVR
API Documentation
Calibration.h
1#pragma once
2#include <NDEVR/Model.h>
3#if NDEVR_CALIBRATION
4namespace NDEVR
5{
14 class NDEVR_DESIGN_API Calibration : public Model
15 {
16 public:
20 Calibration();
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"; }
41 protected:
46 TranslatedString defaultCalibrationName() const;
47 };
48}
49#endif
A core class that represents a node on model hierarchy.
Definition Model.h:292
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.