12 #ifndef CXCUSTOMMETRICREP_H
13 #define CXCUSTOMMETRICREP_H
15 #include "cxResourceVisualizationExport.h"
47 virtual QString
getType()
const {
return "CustomMetricRep"; }
51 virtual void onModifiedStartRender();
53 virtual void onEveryRender();
59 std::vector<GraphicalGeometricPtr> mMeshGeometry;
60 std::vector<Image2DProxyPtr> mImageGeometryProxy;
61 std::vector<CaptionText3DPtr> mDistanceText;
62 void updateMeshModel(
DataPtr model);
63 void updateImageModel(
DataPtr model);
65 void createDistanceMarkers();
66 void hideDistanceMetrics();
72 #endif // CXCUSTOMMETRICREP_H