|
Choreonoid
1.5
|
#include <SceneDrawables.h>
Protected Member Functions | |
| SgMeshBase () | |
| SgMeshBase (const SgMeshBase &org, SgCloneMap &cloneMap) | |
Protected Member Functions inherited from cnoid::SgObject | |
| SgObject () | |
| SgObject (const SgObject &org) | |
| virtual void | onUpdated (SgUpdate &update) |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &org) | |
| int | refCount () const |
Protected Attributes | |
| BoundingBox | bbox |
Additional Inherited Members | |
Public Types inherited from cnoid::SgObject | |
| typedef std::set< SgObject * > | ParentContainer |
| typedef ParentContainer::iterator | parentIter |
| typedef ParentContainer::const_iterator | const_parentIter |
|
protected |
|
protected |
|
virtual |
|
virtual |
Reimplemented from cnoid::SgObject.
|
inline |
|
inline |
|
inline |
|
inline |
| SgColorArray * SgMeshBase::getOrCreateColors | ( | ) |
| SgNormalArray * SgMeshBase::getOrCreateNormals | ( | ) |
| SgVertexArray * SgMeshBase::getOrCreateVertices | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Normals are assinged for vertices in triangles.
|
inline |
|
inline |
|
inline |
|
virtual |
Reimplemented from cnoid::SgObject.
| SgColorArray * SgMeshBase::setColors | ( | SgColorArray * | colors | ) |
| SgNormalArray * SgMeshBase::setNormals | ( | SgNormalArray * | normals | ) |
|
inline |
| SgTexCoordArray * SgMeshBase::setTexCoords | ( | SgTexCoordArray * | texCoords | ) |
| SgVertexArray * SgMeshBase::setVertices | ( | SgVertexArray * | vertices | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Reimplemented in cnoid::SgPolygonMesh, and cnoid::SgMesh.
|
inline |
|
inline |
|
protected |
1.8.11