|
Choreonoid
1.5
|
#include <SceneGraph.h>
Public Member Functions | |
| SgNode () | |
| SgNode (const SgNode &org) | |
| ~SgNode () | |
| virtual SgObject * | clone (SgCloneMap &cloneMap) const |
| virtual void | accept (SceneVisitor &visitor) |
| virtual const BoundingBox & | boundingBox () const |
| SgNode * | cloneNode (SgCloneMap &cloneMap) const |
| virtual bool | isGroup () const |
Public Member Functions inherited from cnoid::SgObject | |
| const std::string & | name () const |
| void | setName (const std::string &name) |
| virtual int | numChildObjects () const |
| virtual SgObject * | childObject (int index) |
| SignalProxy< void(const SgUpdate &update)> | sigUpdated () |
| void | notifyUpdate (SgUpdate &update) |
| void | notifyUpdate (int action=SgUpdate::MODIFIED) |
| void | addParent (SgObject *parent, bool doNotify=false) |
| void | removeParent (SgObject *parent) |
| int | numParents () const |
| bool | hasParents () const |
| const_parentIter | parentBegin () const |
| const_parentIter | parentEnd () const |
| SignalProxy< void(bool on)> | sigGraphConnection () |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
| void | addRef () |
| void | releaseRef () |
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 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 |
| SgNode::SgNode | ( | ) |
| SgNode::SgNode | ( | const SgNode & | org | ) |
| SgNode::~SgNode | ( | ) |
|
virtual |
Reimplemented in cnoid::SgOverlay, cnoid::SgLineSet, cnoid::SgPointSet, cnoid::SgShape, cnoid::SgPreprocessed, cnoid::SgUnpickableGroup, cnoid::SgSwitch, cnoid::SgScaleTransform, cnoid::SgPosTransform, cnoid::SgInvariantGroup, cnoid::SgGroup, cnoid::SgCustomGLNode, cnoid::SgSpotLight, cnoid::SgOrthographicCamera, cnoid::SgPointLight, cnoid::SgPerspectiveCamera, cnoid::SgDirectionalLight, cnoid::SgOutlineGroup, cnoid::SgLight, cnoid::SgCamera, cnoid::SceneCollision, and cnoid::SgFog.
|
virtual |
Reimplemented in cnoid::SgPlot, cnoid::SgShape, cnoid::SgScaleTransform, cnoid::SgPosTransform, and cnoid::SgGroup.
|
virtual |
Reimplemented from cnoid::SgObject.
Reimplemented in cnoid::SgOverlay, cnoid::SgLineSet, cnoid::SgPointSet, cnoid::SgShape, cnoid::SgPreprocessed, cnoid::SgUnpickableGroup, cnoid::SgSwitch, cnoid::SgScaleTransform, cnoid::SgPosTransform, cnoid::SgInvariantGroup, cnoid::SgGroup, cnoid::SgCustomGLNode, cnoid::SgSpotLight, cnoid::SgOrthographicCamera, cnoid::SgPointLight, cnoid::SgPerspectiveCamera, cnoid::SgDirectionalLight, cnoid::PositionDragger, cnoid::TranslationDragger, cnoid::RotationDragger, cnoid::InteractiveCameraTransform, cnoid::SgLight, and cnoid::SgFog.
|
inline |
|
virtual |
Reimplemented in cnoid::SgGroup.
1.8.13