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.

貢獻者指南