Lines Matching defs:core

228 …[](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.background_color.cast<double>…  in python_export_igl_glfw()
236 …[](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.light_position.cast<double>()… in python_export_igl_glfw()
246 …[](const igl::opengl::ViewerCore& core) {return Eigen::Quaterniond(core.trackball_angle.cast<doubl… in python_export_igl_glfw()
253 …[](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.camera_base_translation.cast<… in python_export_igl_glfw()
261 …[](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.camera_translation.cast<doubl… in python_export_igl_glfw()
273 … [](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.camera_eye.cast<double>());}, in python_export_igl_glfw()
281 … [](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.camera_up.cast<double>());}, in python_export_igl_glfw()
289 …[](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.camera_center.cast<double>())… in python_export_igl_glfw()
309 [](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.viewport.cast<double>());}, in python_export_igl_glfw()
317 [](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.view.cast<double>());}, in python_export_igl_glfw()
325 [](const igl::opengl::ViewerCore& core) {return Eigen::MatrixXd(core.proj.cast<double>());}, in python_export_igl_glfw()
334 .def("serialize", [](igl::opengl::ViewerCore& core) in python_export_igl_glfw()
335 { in python_export_igl_glfw()
342 { in python_export_igl_glfw()