MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeasurementObject.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace MR
6{
7
8// A common base class for measurement objects.
9// Can't be constructed directly.
10class MRMESH_CLASS MeasurementObject : public VisualObject
11{
12protected:
13 MRMESH_API MeasurementObject();
14};
15
16}
#define MRMESH_API
Definition MRMeshFwd.h:80
#define MRMESH_CLASS
Definition MRMeshFwd.h:87
Definition MRCameraOrientationPlugin.h:8