将裸指针转换为共享指针
使用 std::shared_ptr 接管裸指针的所有权,确保资源自动管理。
std::shared_ptr
Geometry
std::shared_ptr<Geometry>