Choreonoid
1.5
|
#include <SceneDrawables.h>
Public Member Functions | |
SgImage () | |
SgImage (const Image &image) | |
SgImage (boost::shared_ptr< Image > sharedImage) | |
SgImage (const SgImage &org) | |
virtual SgObject * | clone (SgCloneMap &cloneMap) const |
Image & | image () |
const Image & | image () const |
const Image & | constImage () const |
bool | empty () const |
unsigned char * | pixels () |
const unsigned char * | pixels () const |
const unsigned char * | constPixels () const |
int | width () const |
int | height () const |
int | numComponents () const |
void | setSize (int width, int height, int nComponents) |
void | setSize (int width, int height) |
![]() | |
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 () |
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 |
SgImage::SgImage | ( | ) |
SgImage::SgImage | ( | const Image & | image | ) |
SgImage::SgImage | ( | boost::shared_ptr< Image > | sharedImage | ) |
SgImage::SgImage | ( | const SgImage & | org | ) |
|
virtual |
Reimplemented from cnoid::SgObject.
|
inline |
|
inline |
|
inline |
|
inline |
Image & SgImage::image | ( | ) |
|
inline |
|
inline |
unsigned char * SgImage::pixels | ( | ) |
|
inline |
void SgImage::setSize | ( | int | width, |
int | height, | ||
int | nComponents | ||
) |
void SgImage::setSize | ( | int | width, |
int | height | ||
) |
|
inline |