#include "base.h"
#include <osgViewer/Viewer>
#include <osgViewer/ViewerEventHandlers>
#include <osgGA/KeySwitchMatrixManipulator>
#include <osg/Camera>
#include <cmath>
#include <vector>
#include <iterator>
#include <string>
#include "globaldata.h"
#include "grabframe.h"
#include "pos.h"
#include "camerahandle.h"
Go to the source code of this file.
|
void | createNewDir (const char *base, char *newdir) |
| creates a new directory with the stem base, which is not yet there (using subsequent numbers) and returns its name in newdir More...
|
|