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

Internal structure, the receiver for data from the "vertex" element Provide space for standard ply vertex data, x/y/z and s/t. More...

#include <SurgSim/DataStructures/TriangleMeshPlyReaderDelegate.h>

Public Attributes

double x
 
double y
 
double z
 
int64_t overrun1
 Used to check for buffer overruns. More...
 
double s
 
double t
 
int64_t overrun2
 Used to check for buffer overruns. More...
 

Detailed Description

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

Internal structure, the receiver for data from the "vertex" element Provide space for standard ply vertex data, x/y/z and s/t.

Member Data Documentation

◆ overrun1

template<class M >
int64_t SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::overrun1

Used to check for buffer overruns.

◆ overrun2

template<class M >
int64_t SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::overrun2

Used to check for buffer overruns.

◆ s

template<class M >
double SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::s

◆ t

template<class M >
double SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::t

◆ x

template<class M >
double SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::x

◆ y

template<class M >
double SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::y

◆ z

template<class M >
double SurgSim::DataStructures::TriangleMeshPlyReaderDelegate< M >::VertexData::z

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