Choreonoid  1.5
Public Member Functions | Public Attributes | List of all members
cnoid::DaeMesh Class Reference

It will hold the information of SgGeometry for 3D shape model. More...

#include <DaeNode.h>

Inheritance diagram for cnoid::DaeMesh:
cnoid::Dae cnoid::Referenced

Public Member Functions

 DaeMesh ()
 
- Public Member Functions inherited from cnoid::Dae
 Dae ()
 
- Public Member Functions inherited from cnoid::Referenced
virtual ~Referenced ()
 
void addRef ()
 
void releaseRef ()
 

Public Attributes

std::string refVerticesId
 
std::string refNormalsId
 
std::string refColorId
 
std::string refTexcoordId
 
std::string refMaterialId
 
DaeVectorXArrayPtr vcount
 
DaeVectorXArrayPtr vertices
 
DaeVectorXArrayPtr normals
 
DaeVectorXArrayPtr colors
 
DaeVectorXArrayPtr texcoords
 
DaeVectorXArrayPtr verticesIndexes
 
DaeVectorXArrayPtr normalsIndexes
 
DaeVectorXArrayPtr colorsIndexes
 
DaeVectorXArrayPtr texcoordsIndexes
 
- Public Attributes inherited from cnoid::Dae
std::string id
 

Additional Inherited Members

- Protected Member Functions inherited from cnoid::Referenced
 Referenced ()
 
 Referenced (const Referenced &org)
 
int refCount () const
 

Detailed Description

It will hold the information of SgGeometry for 3D shape model.

Constructor & Destructor Documentation

cnoid::DaeMesh::DaeMesh ( )
inline

Member Data Documentation

DaeVectorXArrayPtr cnoid::DaeMesh::colors
DaeVectorXArrayPtr cnoid::DaeMesh::colorsIndexes
DaeVectorXArrayPtr cnoid::DaeMesh::normals
DaeVectorXArrayPtr cnoid::DaeMesh::normalsIndexes
std::string cnoid::DaeMesh::refColorId
std::string cnoid::DaeMesh::refMaterialId
std::string cnoid::DaeMesh::refNormalsId
std::string cnoid::DaeMesh::refTexcoordId
std::string cnoid::DaeMesh::refVerticesId
DaeVectorXArrayPtr cnoid::DaeMesh::texcoords
DaeVectorXArrayPtr cnoid::DaeMesh::texcoordsIndexes
DaeVectorXArrayPtr cnoid::DaeMesh::vcount
DaeVectorXArrayPtr cnoid::DaeMesh::vertices
DaeVectorXArrayPtr cnoid::DaeMesh::verticesIndexes

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