.. index:: pair: class; BulletLib::BulletInterface .. _doxid-class_bullet_lib_1_1_bullet_interface: class BulletLib::BulletInterface ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block class BulletInterface: public object { public: // fields :target:`physics_client`; :target:`model`; :target:`joint_num`; :target:`body_num`; :target:`joint_name_to_id`; :target:`link_name_to_id`; :target:`body_name_to_id`; :target:`sim_time`; // methods def :target:`__init__`( self self, model_name model_name, start_visualizer start_visualizer, time_step time_step, extra_params extra_params ); def :target:`run_one_step`(self self, action action, timestep_ns timestep_ns); def :target:`reset`(self self); def :target:`shutdown`(self self); def :target:`get_model_properties`(self self, p_type p_type); def :target:`get_model_property`(self self, p_name p_name, p_type p_type); def :target:`get_model_all_properties`(self self, p_type p_type); def :target:`get_sim_time`(self self); };