Public Attributes | List of all members
SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::ListData Struct Reference

Internal structure, the received for data from the "face" element. More...

#include <SurgSim/DataStructures/TriangleMeshPlyReaderDelegate.h>

Public Attributes

unsigned int count
 
unsigned int * indices
 
int64_t overrun
 Used to check for buffer overruns. More...
 

Detailed Description

template<class M>
struct SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::ListData

Internal structure, the received for data from the "face" element.

Member Data Documentation

§ count

template<class M>
unsigned int SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::ListData::count

§ indices

template<class M>
unsigned int* SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::ListData::indices

§ overrun

template<class M>
int64_t SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::ListData::overrun

Used to check for buffer overruns.


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