X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=include%2Fvmd.h;h=0385d6e6ff421b85bc2666dd11f064c4e2456c25;hb=4b7b856e70fe8047f985e2598020032d0d87a672;hp=336cc410e9830ccd0d440f2971f1366fb3d54b2a;hpb=b9215aaa179f981e814eae39736f5ba45629a323;p=meshio%2Fmeshio.git diff --git a/include/vmd.h b/include/vmd.h old mode 100755 new mode 100644 index 336cc41..0385d6e --- a/include/vmd.h +++ b/include/vmd.h @@ -171,23 +171,24 @@ struct IO char name[20]; //! ƒ‚[ƒVƒ‡ƒ“ - typedef std::map BoneMap; + typedef std::map BoneMap; BoneMap boneMap; - std::vector boneKeys; + std::vector boneKeys; //! •\î - typedef std::map MorphMap; + typedef std::map MorphMap; MorphMap morphMap; - std::vector morphKeys; + std::vector morphKeys; IO(); ~IO(); bool read(binary::IReader &reader); + bool read(const wchar_t *path); bool read(const char *path); bool write(std::ostream &os); - BoneKeyFrameList* getBoneKeyFrameList(const std::string &name); - MorphKeyFrameList* getMorphKeyFrameList(const std::string &name); + BoneKeyFrameList* getBoneKeyFrameList(const std::wstring &name); + MorphKeyFrameList* getMorphKeyFrameList(const std::wstring &name); }; inline std::ostream& operator<<(std::ostream &os, const IO &rhs) {