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.

贡献者指南