|
Choreonoid
1.5
|
#include <SceneDrawables.h>
Public Member Functions | |
| SgTexture () | |
| SgTexture (const SgTexture &org, SgCloneMap &cloneMap) | |
| virtual SgObject * | clone (SgCloneMap &cloneMap) const |
| virtual int | numChildObjects () const |
| virtual SgObject * | childObject (int index) |
| SgImage * | image () |
| const SgImage * | image () const |
| SgImage * | setImage (SgImage *image) |
| SgImage * | getOrCreateImage () |
| bool | repeatS () const |
| bool | repeatT () const |
| void | setRepeat (bool s, bool t) |
| SgTextureTransform * | textureTransform () |
| const SgTextureTransform * | textureTransform () const |
| SgTextureTransform * | setTextureTransform (SgTextureTransform *textureTransform) |
Public Member Functions inherited from cnoid::SgObject | |
| const std::string & | name () const |
| void | setName (const std::string &name) |
| 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 |
| SgTexture::SgTexture | ( | ) |
| SgTexture::SgTexture | ( | const SgTexture & | org, |
| SgCloneMap & | cloneMap | ||
| ) |
|
virtual |
Reimplemented from cnoid::SgObject.
|
virtual |
Reimplemented from cnoid::SgObject.
| SgImage * SgTexture::getOrCreateImage | ( | ) |
|
inline |
|
inline |
|
virtual |
Reimplemented from cnoid::SgObject.
|
inline |
|
inline |
|
inline |
| SgTextureTransform * SgTexture::setTextureTransform | ( | SgTextureTransform * | textureTransform | ) |
|
inline |
|
inline |
1.8.13