ISAAC  0.2.11
Flight software for the ISAAC project, adding functionality to the Astrobee robot, operating inside the International Space Station.
All Classes Functions Variables Pages
happly::PLYData Member List

This is the complete list of members for happly::PLYData, including all inherited members.

addElement(const std::string &name, size_t count)happly::PLYDatainline
addFaceIndices(std::vector< std::vector< T >> &indices)happly::PLYDatainline
addVertexColors(std::vector< std::array< unsigned char, 3 >> &colors)happly::PLYDatainline
addVertexColors(std::vector< std::array< double, 3 >> &colors)happly::PLYDatainline
addVertexPositions(std::vector< std::array< double, 3 >> &vertexPositions)happly::PLYDatainline
commentshapply::PLYData
getElement(const std::string &target)happly::PLYDatainline
getElementNames()happly::PLYDatainline
getFaceIndices()happly::PLYDatainline
getVertexColors(const std::string &vertexElementName="vertex")happly::PLYDatainline
getVertexPositions(const std::string &vertexElementName="vertex")happly::PLYDatainline
hasElement(const std::string &target)happly::PLYDatainline
objInfoCommentshapply::PLYData
PLYData()happly::PLYDatainline
PLYData(const std::string &filename, bool verbose=false)happly::PLYDatainline
PLYData(std::istream &inStream, bool verbose=false)happly::PLYDatainline
validate()happly::PLYDatainline
write(const std::string &filename, DataFormat format=DataFormat::ASCII)happly::PLYDatainline
write(std::ostream &outStream, DataFormat format=DataFormat::ASCII)happly::PLYDatainline