Choreonoid
1.5
|
#include <SceneDrawables.h>
Protected Member Functions | |
SgPolygonMesh (const SgPolygonMesh &org, SgCloneMap &cloneMap) | |
![]() | |
SgMeshBase () | |
SgMeshBase (const SgMeshBase &org, SgCloneMap &cloneMap) | |
![]() | |
SgObject () | |
SgObject (const SgObject &org) | |
virtual void | onUpdated (SgUpdate &update) |
![]() | |
Referenced () | |
Referenced (const Referenced &org) | |
int | refCount () const |
Additional Inherited Members | |
![]() | |
typedef std::set< SgObject * > | ParentContainer |
typedef ParentContainer::iterator | parentIter |
typedef ParentContainer::const_iterator | const_parentIter |
![]() | |
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.