Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/collada/ExtraTags.h
| Context not available. | |||||
| /** Set given char pointer to value of tag, if it exists. */ | /** Set given char pointer to value of tag, if it exists. */ | ||||
| bool setData(std::string tag, char *data); | bool setData(std::string tag, char *data); | ||||
| /** Set given bool pointer to the value of the tag, if it exists. */ | |||||
| bool setData(std::string tag, bool *data); | |||||
| std::string setData(std::string tag, std::string &data); | std::string setData(std::string tag, std::string &data); | ||||
| /** Return true if the extra tags is for specified profile. */ | /** Return true if the extra tags is for specified profile. */ | ||||
| Context not available. | |||||