ISAAC
0.2.11
Flight software for the ISAAC project, adding functionality to the Astrobee robot, operating inside the International Space Station.
|
This is the complete list of members for happly::PLYData, including all inherited members.
addElement(const std::string &name, size_t count) | happly::PLYData | inline |
addFaceIndices(std::vector< std::vector< T >> &indices) | happly::PLYData | inline |
addVertexColors(std::vector< std::array< unsigned char, 3 >> &colors) | happly::PLYData | inline |
addVertexColors(std::vector< std::array< double, 3 >> &colors) | happly::PLYData | inline |
addVertexPositions(std::vector< std::array< double, 3 >> &vertexPositions) | happly::PLYData | inline |
comments | happly::PLYData | |
getElement(const std::string &target) | happly::PLYData | inline |
getElementNames() | happly::PLYData | inline |
getFaceIndices() | happly::PLYData | inline |
getVertexColors(const std::string &vertexElementName="vertex") | happly::PLYData | inline |
getVertexPositions(const std::string &vertexElementName="vertex") | happly::PLYData | inline |
hasElement(const std::string &target) | happly::PLYData | inline |
objInfoComments | happly::PLYData | |
PLYData() | happly::PLYData | inline |
PLYData(const std::string &filename, bool verbose=false) | happly::PLYData | inline |
PLYData(std::istream &inStream, bool verbose=false) | happly::PLYData | inline |
validate() | happly::PLYData | inline |
write(const std::string &filename, DataFormat format=DataFormat::ASCII) | happly::PLYData | inline |
write(std::ostream &outStream, DataFormat format=DataFormat::ASCII) | happly::PLYData | inline |