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

§ DaeMesh()

cnoid::DaeMesh::DaeMesh ( )
inline

Member Data Documentation

§ colors

DaeVectorXArrayPtr cnoid::DaeMesh::colors

§ colorsIndexes

DaeVectorXArrayPtr cnoid::DaeMesh::colorsIndexes

§ normals

DaeVectorXArrayPtr cnoid::DaeMesh::normals

§ normalsIndexes

DaeVectorXArrayPtr cnoid::DaeMesh::normalsIndexes

§ refColorId

std::string cnoid::DaeMesh::refColorId

§ refMaterialId

std::string cnoid::DaeMesh::refMaterialId

§ refNormalsId

std::string cnoid::DaeMesh::refNormalsId

§ refTexcoordId

std::string cnoid::DaeMesh::refTexcoordId

§ refVerticesId

std::string cnoid::DaeMesh::refVerticesId

§ texcoords

DaeVectorXArrayPtr cnoid::DaeMesh::texcoords

§ texcoordsIndexes

DaeVectorXArrayPtr cnoid::DaeMesh::texcoordsIndexes

§ vcount

DaeVectorXArrayPtr cnoid::DaeMesh::vcount

§ vertices

DaeVectorXArrayPtr cnoid::DaeMesh::vertices

§ verticesIndexes

DaeVectorXArrayPtr cnoid::DaeMesh::verticesIndexes

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