PointCloudLibrary/pcl

Use strongly typed 'enum' instead of 'int' for properties in PCLVisualizer code

Open

#1,692 建立於 2016年8月24日

在 GitHub 查看
 (11 留言) (0 反應) (0 負責人)C++ (4,506 fork)batch import
effort: lowgood first issuekind: todomodule: visualization

倉庫指標

Star
 (9,023 star)
PR 合併指標
 (平均合併 8天 7小時) (30 天內合併 3 個 PR)

描述

Right now functions like setPointCloudRenderingProperties use an int to represent the property to be modified. This means that there is no way of knowing which properties are accepted by the function. A solution is to use strongly typed enum instead of int for properties. The issue was brought up in #1668.

貢獻者指南