occ
Loading...
Searching...
No Matches
tinyply::PlyElement Struct Reference

#include <tinyply.h>

Collaboration diagram for tinyply::PlyElement:
[legend]

Public Member Functions

 PlyElement (std::istream &istream)
 
 PlyElement (const std::string &_name, size_t count)
 

Public Attributes

std::string name
 
size_t size {0}
 
std::vector< PlyPropertyproperties
 

Constructor & Destructor Documentation

◆ PlyElement() [1/2]

tinyply::PlyElement::PlyElement ( std::istream &  istream)

◆ PlyElement() [2/2]

tinyply::PlyElement::PlyElement ( const std::string &  _name,
size_t  count 
)
inline

Member Data Documentation

◆ name

std::string tinyply::PlyElement::name

◆ properties

std::vector<PlyProperty> tinyply::PlyElement::properties

◆ size

size_t tinyply::PlyElement::size {0}

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