Skip to content

Creating saving function#4

Open
JadALHAJJ-Inmind wants to merge 6 commits intomasterfrom
creating_saving_function
Open

Creating saving function#4
JadALHAJJ-Inmind wants to merge 6 commits intomasterfrom
creating_saving_function

Conversation

@JadALHAJJ-Inmind
Copy link
Copy Markdown
Collaborator

No description provided.

std::string exception_;

public:
Exception(const std::string& msg)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look like or styling guidelines, which formatter did you run?

src/plycpp.cpp Outdated
{
plycpp::PLYData data;
typedef std::vector<std::array<float, 3>> Cloud;
Cloud points;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reserve before pushing for better performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants