PointCloudLibrary/pcl
在 GitHub 查看Use strongly typed 'enum' instead of 'int' for properties in PCLVisualizer code
Open
#1,692 创建于 2016年8月24日
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.