PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
plywoot::Comment Struct Reference

#include <types.hpp>

Public Attributes

std::uint32_t line
 Line number in the PLY header where this comment originates from.
 
std::string text
 The comment text.
 

Friends

bool operator== (const Comment &x, const Comment &y)
 
bool operator!= (const Comment &x, const Comment &y)
 

Detailed Description

A comment represents a single line of comment in some PLY file, with an associated line number.

Definition at line 245 of file types.hpp.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const Comment x,
const Comment y 
)
friend

Compares the two given comments x and y for inequality.

Parameters
xleft-hand side comment to check for inequality
yright-hand side comment to check for inequality

Definition at line 264 of file types.hpp.

◆ operator==

bool operator== ( const Comment x,
const Comment y 
)
friend

Compares the two given comments x and p for equality.

Parameters
xleft-hand side comment to check for equality
yright-hand side comment to check for equality

Definition at line 256 of file types.hpp.

Member Data Documentation

◆ line

std::uint32_t plywoot::Comment::line

Line number in the PLY header where this comment originates from.

Definition at line 248 of file types.hpp.

◆ text

std::string plywoot::Comment::text

The comment text.

Definition at line 250 of file types.hpp.


The documentation for this struct was generated from the following file: