#include <PlyFile.h>
◆ PlyFile() [1/3]
◆ PlyFile() [2/3]
ph::PlyFile::PlyFile |
( |
const Path & | plyFilePath | ) |
|
|
explicit |
Load file with default config.
◆ PlyFile() [3/3]
ph::PlyFile::PlyFile |
( |
const Path & | plyFilePath, |
|
|
const PlyIOConfig & | config ) |
Load file with specified config.
- Exceptions
-
FileIOError | If any loading and parsing process failed. |
◆ clearBuffer()
void ph::PlyFile::clearBuffer |
( |
| ) |
|
Clear all data storages for the elements.
◆ findElement()
PlyElement * ph::PlyFile::findElement |
( |
std::string_view | name | ) |
|
◆ getComment()
std::string_view ph::PlyFile::getComment |
( |
std::size_t | commentIndex | ) |
const |
◆ getInputFormat()
◆ getOutputFormat()
◆ getVersion()
◆ loadFile()
void ph::PlyFile::loadFile |
( |
const Path & | plyFilePath, |
|
|
const PlyIOConfig & | config ) |
Load and append file content to existing data.
◆ numComments()
std::size_t ph::PlyFile::numComments |
( |
| ) |
const |
◆ numElements()
std::size_t ph::PlyFile::numElements |
( |
| ) |
const |
◆ setInputFormat()
◆ setOutputFormat()
The documentation for this class was generated from the following files: