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

#include <tinyply.h>

Collaboration diagram for tinyply::PlyProperty:
[legend]

Public Member Functions

 PlyProperty (std::istream &is)
 
 PlyProperty (Type type, std::string &_name)
 
 PlyProperty (Type list_type, Type prop_type, std::string &_name, size_t list_count)
 

Public Attributes

std::string name
 
Type propertyType {Type::INVALID}
 
bool isList {false}
 
Type listType {Type::INVALID}
 
size_t listCount {0}
 

Constructor & Destructor Documentation

◆ PlyProperty() [1/3]

tinyply::PlyProperty::PlyProperty ( std::istream &  is)

◆ PlyProperty() [2/3]

tinyply::PlyProperty::PlyProperty ( Type  type,
std::string &  _name 
)
inline

◆ PlyProperty() [3/3]

tinyply::PlyProperty::PlyProperty ( Type  list_type,
Type  prop_type,
std::string &  _name,
size_t  list_count 
)
inline

Member Data Documentation

◆ isList

bool tinyply::PlyProperty::isList {false}

◆ listCount

size_t tinyply::PlyProperty::listCount {0}

◆ listType

Type tinyply::PlyProperty::listType {Type::INVALID}

◆ name

std::string tinyply::PlyProperty::name

◆ propertyType

Type tinyply::PlyProperty::propertyType {Type::INVALID}

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