Public Attributes | List of all members
SurgSim::DataStructures::PlyReader::PropertyInfo Struct Reference

Information about the property on the .ply file. More...

Public Attributes

std::string propertyName
 Name of the property. More...
 
int dataType
 Type of the receiving data. More...
 
int dataOffset
 Location for the receiving data. More...
 
int countType
 For lists, type of the receiving data for the count of listelements. More...
 
int countOffset
 For lists, location of the receiving data for the count. More...
 

Detailed Description

Information about the property on the .ply file.

Member Data Documentation

◆ countOffset

int SurgSim::DataStructures::PlyReader::PropertyInfo::countOffset

For lists, location of the receiving data for the count.

◆ countType

int SurgSim::DataStructures::PlyReader::PropertyInfo::countType

For lists, type of the receiving data for the count of listelements.

◆ dataOffset

int SurgSim::DataStructures::PlyReader::PropertyInfo::dataOffset

Location for the receiving data.

◆ dataType

int SurgSim::DataStructures::PlyReader::PropertyInfo::dataType

Type of the receiving data.

◆ propertyName

std::string SurgSim::DataStructures::PlyReader::PropertyInfo::propertyName

Name of the property.


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