locator.h

来自「最新osg包」· C头文件 代码 · 共 29 行

H
29
字号
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2008 Robert Osfield  * * This library is open source and may be redistributed and/or modified under   * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or  * (at your option) any later version.  The full license is in LICENSE file * included with this distribution, and on the openscenegraph.org website. *  * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  * OpenSceneGraph Public License for more details.*/#ifndef IVE_LOCATOR#define IVE_LOCATOR 1#include <osgTerrain/Locator>#include "ReadWrite.h"namespace ive{class Locator : public osgTerrain::Locator, public ReadWrite {public:	void write(DataOutputStream* out);	void read(DataInputStream* in);};}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?