62 std::vector<Atom *> * _atoms;
84 std::map<std::string,float> _radius;
88 std::map<std::string,glm::vec3> _colors;
91 std::map<std::string,glm::vec3> _chainColors;
94 std::vector<glm::vec3> _availableChainColors;
100 float _bounding_sphere;
107 #endif //#ifndef _LOADER_HPP_