Open
Description
Your Environment
- PCL Version: the master branch
Context
See the code
pcl/common/include/pcl/point_cloud.h
Lines 413 to 423 in 9467b94
pcl/common/include/pcl/point_cloud.h
Line 592 in 9467b94
Some data members are ended with _
and some are not.
Expected Behavior
Either all end with _
or none.
Current Behavior
The naming convention is not consistent.
Code to Reproduce
See the code above.
Possible Solution
Rename the data members consistently.