PointCloudLibrary/pcl

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

开放

#1,692 创建于 2016年8月24日

 (11 条评论) (0 个反应) (0 位负责人)C++ (4,506 个派生)batch import
effort: lowgood first issuekind: todomodule: visualization

仓库指标

星标
 (9,023 个星标)
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.

贡献者指南