API Documentation
Loading...
Searching...
No Matches
Calibration.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/Model.h>
3#if NDEVR_CALIBRATION
4namespace NDEVR
5{
6 class TranslatedString;
7 class NDEVR_DESIGN_API Calibration : public Model
8 {
9 public:
10 Calibration();
11 Calibration(const Model& model);
12 Ray<3, fltp08> alignmentVector() const;
13 void setAlignmentVector(const Ray<3, fltp08>& vector);
14 static constexpr const char* TypeName()
15 {
16 return "calibration";
17 }
18 protected:
19 TranslatedString defaultCalibrationName() const;
20 };
21}
22#endif
#define NDEVR_DESIGN_API
Definition DLLInfo.h:77
Definition ACIColor.h:37