PointCloudLibrary/pcl

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

Open

#1 692 ouverte le 24 août 2016

Voir sur GitHub
 (11 commentaires) (0 réactions) (0 assignés)C++ (4 506 forks)batch import
effort: lowgood first issuekind: todomodule: visualization

Métriques du dépôt

Stars
 (9 023 stars)
Métriques de merge PR
 (Merge moyen 8j 7h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur