-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
effort: lowRough estimate of time needed to fix/implement/solveRough estimate of time needed to fix/implement/solvegood first issueSkills/areas of expertise needed to tackle the issueSkills/areas of expertise needed to tackle the issuekind: todoType of issueType of issuemodule: visualization
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.
Metadata
Metadata
Assignees
Labels
effort: lowRough estimate of time needed to fix/implement/solveRough estimate of time needed to fix/implement/solvegood first issueSkills/areas of expertise needed to tackle the issueSkills/areas of expertise needed to tackle the issuekind: todoType of issueType of issuemodule: visualization