|
Choreonoid
1.8
|
#include <SceneDrawables.h>
Protected Member Functions | |
| virtual Referenced * | doClone (CloneMap *cloneMap) const override |
Protected Member Functions inherited from cnoid::SgMeshBase | |
| SgMeshBase () | |
| SgMeshBase (const SgMeshBase &org, CloneMap *cloneMap=nullptr) | |
| ~SgMeshBase () | |
Protected Member Functions inherited from cnoid::SgObject | |
| SgObject () | |
| SgObject (const SgObject &org) | |
| void | notifyUpperNodesOfUpdate (SgUpdate &update) |
| void | notifyUpperNodesOfUpdate (SgUpdate &update, bool doInvalidateBoundingBox) |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &) | |
| int | refCount () const |
| SgPolygonMesh::SgPolygonMesh | ( | ) |
| SgPolygonMesh::SgPolygonMesh | ( | const SgPolygonMesh & | org, |
| CloneMap * | cloneMap = nullptr |
||
| ) |
|
overrideprotectedvirtual |
Reimplemented from cnoid::SgObject.
|
inline |
The array of vertex indices corresponding to polygons. Indices are delimited by index value '-1'. When the actual instance type is SgPolygonMesh, the other index arrays defined in the SgMesh class also have to contain indices in the same way.
|
inline |
|
overridevirtual |
Reimplemented from cnoid::SgMeshBase.
1.8.17