#include <QGLViewerIO.h>
Static Public Member Functions | |
static bool | read (QFile &, CList< CCameraKeyPathPoint > &) |
static bool | write (QFile &, CList< CCameraKeyPathPoint > &) |
static bool | read (QFile &, CList< CCamera > &) |
static bool | write (QFile &, CList< CCamera > &) |
Reads QFile to CList<CCamera>. The number of converted CCameras is returned.
bool QGLViewerIO::read | ( | QFile & | , | |
CList< CCameraKeyPathPoint > & | ||||
) | [static] |
Reads a CameraKeyPath from a file.
Writes CList<CCamera> to QFile. The number of converted CCameras is returned.
bool QGLViewerIO::write | ( | QFile & | , | |
CList< CCameraKeyPathPoint > & | ||||
) | [static] |
Writes a CameraKeyPath to a file.