Choreonoid
1.5
|
#include <SceneDrawables.h>
Public Member Functions | |
SgTextureTransform () | |
SgTextureTransform (const SgTextureTransform &org) | |
virtual SgObject * | clone (SgCloneMap &cloneMap) const |
const Vector2 & | center () const |
template<typename Derived > | |
void | setCenter (const Eigen::MatrixBase< Derived > &c) |
double | rotation () const |
void | setRotation (double rotation) |
const Vector2 & | scale () const |
template<typename Derived > | |
void | setScale (const Eigen::MatrixBase< Derived > &c) |
const Vector2 & | translation () const |
template<typename Derived > | |
void | setTranslation (const Eigen::MatrixBase< Derived > &c) |
![]() | |
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 () |
![]() | |
virtual | ~Referenced () |
void | addRef () |
void | releaseRef () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Additional Inherited Members | |
![]() | |
typedef std::set< SgObject * > | ParentContainer |
typedef ParentContainer::iterator | parentIter |
typedef ParentContainer::const_iterator | const_parentIter |
![]() | |
SgObject () | |
SgObject (const SgObject &org) | |
virtual void | onUpdated (SgUpdate &update) |
![]() | |
Referenced () | |
Referenced (const Referenced &org) | |
int | refCount () const |
SgTextureTransform::SgTextureTransform | ( | ) |
SgTextureTransform::SgTextureTransform | ( | const SgTextureTransform & | org | ) |
|
inline |
|
virtual |
Reimplemented from cnoid::SgObject.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
cnoid::SgTextureTransform::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |