feat: add HighlightCorners mode to Prop3D and document Prop3D class functionality

This commit is contained in:
AndreaRigoni
2026-04-10 17:13:00 +00:00
parent 22262d3dc6
commit e8c10daf6d
3 changed files with 119 additions and 22 deletions

View File

@@ -123,6 +123,12 @@ public:
void SetRepresentation(Representation mode);
void SetRepresentation(const char *mode);
enum HighlightMode {
HighlightPlain = 0,
HighlightCorners = 1
};
void SetHighlightMode(HighlightMode mode);
virtual void PrintSelf(std::ostream &o) const;
void ShowBoundingBox(bool show);