#include "SVTK_Recorder.h"#include "SVTK_ImageWriter.h"#include "SVTK_ImageWriterMgr.h"#include <vtkObjectFactory.h>#include <vtkObject.h>#include <vtkCallbackCommand.h>#include <vtkRenderWindow.h>#include <vtkTimerLog.h>#include <vtkWindowToImageFilter.h>#include <vtkJPEGWriter.h>#include <vtkImageData.h>#include <sstream>#include <iomanip>#include <iostream>#include <unistd.h>#include <QApplication>#include <QFileInfo>#include <QDir>
Functions | |
| vtkCxxRevisionMacro (SVTK_Recorder,"$Revision: 1.2.2.1.8.4.2.1 $") | |
| vtkStandardNewMacro (SVTK_Recorder) | |
| int | GetFrameIndex (double theStartTime, double theFPS) |
Variables | |
| static int | MYDEBUG = 0 |
| vtkCxxRevisionMacro | ( | SVTK_Recorder | , |
| "$Revision: 1.2.2.1.8.4.2.1 $" | |||
| ) |
| vtkStandardNewMacro | ( | SVTK_Recorder | ) |
| int GetFrameIndex | ( | double | theStartTime, |
| double | theFPS | ||
| ) |
int MYDEBUG = 0 [static] |