59 const std::string& name);
70 bool operator==(
const Object& obj)
const;
72 bool operator!=(
const Object& obj)
const;
84 std::string& getNameRef();
85 const std::string& getNameRef()
const;
91 void setName(
const std::string& name);
107 std::ostream& operator<<(std::ostream& os,
118 const std::string& name) :
126 inline bool Object::operator==(
const Object& obj)
const
133 inline bool Object::operator!=(
const Object& obj)
const
135 return !(*
this == obj);
153 inline const Transform& Object::getOriginRef()
const
165 inline std::string& Object::getNameRef()
171 inline const std::string& Object::getNameRef()
const
191 inline std::ostream& operator<<(std::ostream& os,
200 #endif // MT_OBJECT_H