📄 fisheye.h
字号:
/* ***************************************************** * * SaVi by Robert Thurman (thurman@geom.umn.edu) and * Patrick Worfolk (worfolk@alum.mit.edu). * * Copyright (c) 1997 by The Geometry Center. * This file is part of SaVi. SaVi is free software; * you can redistribute it and/or modify it only under * the terms given in the file COPYRIGHT which you should * have received along with this file. SaVi may be * obtained from: * http://savi.sourceforge.net/ * http://www.geom.uiuc.edu/locate/SaVi * ***************************************************** * * fisheye.h * * $Id: fisheye.h,v 1.6 2004/03/09 16:45:13 lloydwood Exp $ */#ifndef _FISHEYE_H_#define _FISHEYE_H_#include "Satellite.h"char * fisheye_on_cmd(int argc, char *argv[]);char * fisheye_off_cmd(int argc, char *argv[]);char * fisheye_labels_on_cmd(int argc, char *argv[]);char * fisheye_labels_off_cmd(int argc, char *argv[]);char * fisheye_vapors_on_cmd(int argc, char *argv[]);char * fisheye_vapors_off_cmd(int argc, char *argv[]);char * fisheye_reverse_view_on_cmd(int argc, char *argv[]);char * fisheye_reverse_view_off_cmd(int argc, char *argv[]);char * fisheye_print_inview_on_cmd(int argc, char *argv[]);char * fisheye_print_inview_off_cmd(int argc, char *argv[]);char * fisheye_set_cmd(int argc, char *argv[]);void fisheye_display(const Satellite_list SL, unsigned int force, const CentralBody *pcb);#endif/* !_FISHEYE_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -