interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

A3DL::Material Member List

This is the complete list of members for A3DL::Material, including all inherited members.

acquire()VOS::MetaObject [virtual]
addChildListener(ChildChangeListener *cl, bool refresh=true)VOS::MetaObject [virtual]
addExciseListener(ObjectExciseListener *oel)VUtil::RefCounted [virtual]
addFlag(const std::string &flag)VOS::MetaObject [virtual]
addParentListener(ParentChangeListener *pl, bool refresh=true)VOS::MetaObject [virtual]
addToACL(const std::string &ACLname, Identity *id)VOS::MetaObject [virtual]
addToACL(const std::string &ACLname, Group *grp)VOS::MetaObject [virtual]
addType(const std::string &s)VOS::MetaObject [virtual]
addTypeListener(TypeChangeListener *tl, bool refresh=true)VOS::MetaObject [virtual]
BLEND_ADD enum valueA3DL::Material
BLEND_DOUBLE_MULTIPLY enum valueA3DL::Material
BLEND_MULTIPLY enum valueA3DL::Material
BLEND_NORMAL enum valueA3DL::Material
BlendMode enum nameA3DL::Material
checkFlag(const std::string &flag)VOS::MetaObject [virtual]
deleteACL(const std::string &policies)VOS::MetaObject [virtual]
destroy()VUtil::RefCounted [virtual]
doExcise()VOS::MetaObject [protected, virtual]
doInitialize()VOS::MetaObject [protected, virtual]
doSaveState(MessageBlock &output, std::set< std::string > &types, bool portable)VOS::MetaObject [protected, virtual]
excise()VOS::MetaObject [virtual]
findChild(const std::string &path)VOS::MetaObject [virtual]
findChild(int pos)VOS::MetaObject [virtual]
findObject(const std::string &path)VOS::MetaObject [virtual]
findObjectFromRoot(const std::string &path)VOS::Vobject [static]
findParent(Vobject *parent)VOS::MetaObject [virtual]
floatsToHexString(float r, float g, float b, std::string &str)A3DL::Material [static]
getAllACLs()VOS::MetaObject [virtual]
getAlpha()A3DL::Material [virtual]
getAlphaObj()A3DL::Material [virtual]
getAvailablePolicies(const std::string &domain)VOS::MetaObject [virtual]
getBlendColor(float &r, float &g, float &b)A3DL::Material [virtual]
getBlendColorObj()A3DL::Material [virtual]
getBlendMode()A3DL::Material [virtual]
getBlendModeObj()A3DL::Material [virtual]
getChildren(int start=0, int end=-1)VOS::MetaObject [virtual]
getColor(float &r, float &g, float &b)A3DL::Material [virtual]
getDefaultPolicy(const std::string &domain="")VOS::MetaObject [virtual]
getParents()VOS::MetaObject [virtual]
getPolicy(const std::string &domain, Identity *id)VOS::MetaObject [virtual]
getRefCount()VOS::MetaObject [virtual]
getSite() const VOS::MetaObject [virtual]
getSiteName() const VOS::MetaObject [virtual]
getTextureLayer(int idx)A3DL::Material [virtual]
getTextureLayers()A3DL::Material [virtual]
getTypes()VOS::MetaObject [virtual]
getURL() const VOS::MetaObject [virtual]
getURLstr()VOS::Vobject [inline, virtual]
getVobjectBase()VOS::MetaObject [virtual]
getVOSType()A3DL::Material [virtual]
hexStringToFloats(const std::string &str, float &r, float &g, float &b)A3DL::Material [static]
insertChild(int position, const std::string &contextual_name, Vobject *child)VOS::MetaObject [virtual]
insertTextureLayer(int idx, Texture &t)A3DL::Material [virtual]
insertTextureLayer(int idx, const std::string &data, const std::string &datatype, double alpha=1.0, BlendMode blendMode=BLEND_NORMAL)A3DL::Material [virtual]
insertTextureLayerFromFile(int idx, const std::string &filename, const std::string &datatype)A3DL::Material [virtual]
isLocal()VOS::MetaObject [virtual]
isRemote()VOS::MetaObject [virtual]
Material(VOS::VobjectBase *superobject)A3DL::Material
MetaObject(VobjectBase *superobject)VOS::MetaObject [protected]
new_Material(VOS::VobjectBase *superobject, const std::string &type)A3DL::Material [static]
numChildren()VOS::MetaObject [virtual]
operator!=(Vobject &v) const VOS::Vobject
operator==(Vobject &v) const VOS::Vobject
RefCounted()VUtil::RefCounted [inline]
RefCounted(const RefCounted &)VUtil::RefCounted [inline]
release()VOS::MetaObject [virtual]
removeChild(ParentChildRelation *pcr, bool strict=true)VOS::MetaObject [virtual]
removeChildListener(ChildChangeListener *cl)VOS::MetaObject [virtual]
removeExciseListener(ObjectExciseListener *oel, bool releaseIfRefcounted=true)VUtil::RefCounted [virtual]
removeFlag(const std::string &flag)VOS::MetaObject [virtual]
removeFromACL(const std::string &ACLname, Identity *id)VOS::MetaObject [virtual]
removeFromACL(const std::string &ACLname, Group *grp)VOS::MetaObject [virtual]
removeParentListener(ParentChangeListener *pl)VOS::MetaObject [virtual]
removeTextureLayer(int idx)A3DL::Material [virtual]
removeType(const std::string &s)VOS::MetaObject [virtual]
removeTypeListener(TypeChangeListener *tl)VOS::MetaObject [virtual]
replaceTextureLayer(int idx, Texture &t)A3DL::Material [virtual]
replaceTextureLayer(int idx, Texture *t)A3DL::Material [inline, virtual]
saveState(MessageBlock &output, std::set< std::string > &types, bool portable)VOS::MetaObject [virtual]
sendMessage(Message *m)VOS::MetaObject [virtual]
sendMessage(MessageBlock *m)VOS::MetaObject [virtual]
sendUpdateMessage(Message *m)VOS::MetaObject [virtual]
setAlpha(double t)A3DL::Material [virtual]
setAlphaObj(VOS::Property *obj)A3DL::Material [virtual]
setBlendColor(float r, float g, float b)A3DL::Material [virtual]
setBlendColorObj(VOS::Property *obj)A3DL::Material [virtual]
setBlendMode(BlendMode mode)A3DL::Material [virtual]
setBlendModeObj(VOS::Property *obj)A3DL::Material [virtual]
setChild(int position, const std::string &contextual_name, Vobject *child)VOS::MetaObject [virtual]
setColor(float r, float g, float b)A3DL::Material [virtual]
setDefaultPolicy(const std::string &policy)VOS::MetaObject [virtual]
VobjectBase classVOS::MetaObject [friend]
~Dispatchable()VOS::Dispatchable [inline, virtual]
~Material()A3DL::Material [virtual]
~MetaObject()VOS::MetaObject [virtual]
~RefCounted()VUtil::RefCounted [inline, virtual]