Choreonoid  1.5
Public Member Functions | Public Attributes | List of all members
cnoid::SgTextureTransform Class Reference

#include <SceneDrawables.h>

Inheritance diagram for cnoid::SgTextureTransform:
cnoid::SgObject cnoid::Referenced

Public Member Functions

 SgTextureTransform ()
 
 SgTextureTransform (const SgTextureTransform &org)
 
virtual SgObjectclone (SgCloneMap &cloneMap) const
 
const Vector2center () const
 
template<typename Derived >
void setCenter (const Eigen::MatrixBase< Derived > &c)
 
double rotation () const
 
void setRotation (double rotation)
 
const Vector2scale () const
 
template<typename Derived >
void setScale (const Eigen::MatrixBase< Derived > &c)
 
const Vector2translation () const
 
template<typename Derived >
void setTranslation (const Eigen::MatrixBase< Derived > &c)
 
- Public Member Functions inherited from cnoid::SgObject
const std::string & name () const
 
void setName (const std::string &name)
 
virtual int numChildObjects () const
 
virtual SgObjectchildObject (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 ()
 

Public Attributes

 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

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
 

Constructor & Destructor Documentation

SgTextureTransform::SgTextureTransform ( )
SgTextureTransform::SgTextureTransform ( const SgTextureTransform org)

Member Function Documentation

const Vector2& cnoid::SgTextureTransform::center ( ) const
inline
SgObject * SgTextureTransform::clone ( SgCloneMap cloneMap) const
virtual

Reimplemented from cnoid::SgObject.

double cnoid::SgTextureTransform::rotation ( ) const
inline
const Vector2& cnoid::SgTextureTransform::scale ( ) const
inline
template<typename Derived >
void cnoid::SgTextureTransform::setCenter ( const Eigen::MatrixBase< Derived > &  c)
inline
void cnoid::SgTextureTransform::setRotation ( double  rotation)
inline
template<typename Derived >
void cnoid::SgTextureTransform::setScale ( const Eigen::MatrixBase< Derived > &  c)
inline
template<typename Derived >
void cnoid::SgTextureTransform::setTranslation ( const Eigen::MatrixBase< Derived > &  c)
inline
const Vector2& cnoid::SgTextureTransform::translation ( ) const
inline

Member Data Documentation

cnoid::SgTextureTransform::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

The documentation for this class was generated from the following files: