|
Choreonoid
1.5
|
#include <SceneDrawables.h>
Protected Member Functions | |
| SgPolygonMesh (const SgPolygonMesh &org, SgCloneMap &cloneMap) | |
Protected Member Functions inherited from cnoid::SgMeshBase | |
| 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 |
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 Attributes inherited from cnoid::SgMeshBase | |
| BoundingBox | bbox |
| SgPolygonMesh::SgPolygonMesh | ( | ) |
|
protected |
|
virtual |
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 |
|
virtual |
Reimplemented from cnoid::SgMeshBase.
1.8.13