PLY property storage.
More...
#include <PlyFile.h>
◆ PlyProperty()
| ph::PlyProperty::PlyProperty |
( |
| ) |
|
◆ isFixedSizeList()
| bool ph::PlyProperty::isFixedSizeList |
( |
| ) |
const |
◆ isList()
| bool ph::PlyProperty::isList |
( |
| ) |
const |
◆ dataType
◆ fixedListSize
| std::size_t ph::PlyProperty::fixedListSize |
◆ listSizesPrefixSum
| std::vector<std::size_t> ph::PlyProperty::listSizesPrefixSum |
For variable-sized list to calculate byte offset and list size in O(1). Not needed for fixed size list.
◆ listSizeType
◆ name
| std::string ph::PlyProperty::name |
◆ rawListBuffer
| std::vector<std::byte> ph::PlyProperty::rawListBuffer |
Raw data storage for a single list property only. Do not contain size information. See PlyElement::rawBuffer for why lists have their own data storages.
◆ strideOffset
| std::size_t ph::PlyProperty::strideOffset |
The documentation for this struct was generated from the following files: