VTK
vtkTestingInteractor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTestingInteractor.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyrgight notice for more information.
13 
14 =========================================================================*/
29 #ifndef vtkTestingInteractor_h
30 #define vtkTestingInteractor_h
31 
32 #include "vtkTestingRenderingModule.h" // For export macro
34 #include "vtkObjectFactoryCollection.h" // Generated object overrides
35 
36 //BTX
37 #include <string> // STL Header; Required for string
38 //ETX
39 
41 {
42 public:
44  static vtkTestingInteractor* New();
45 
47 
49  void PrintSelf(ostream& os, vtkIndent indent);
51 
52  virtual void Start();
53 
54  static int TestReturnStatus; // Return status of the test
55  static double ErrorThreshold; // Error Threshold
56  static std::string ValidBaseline; // Name of the Baseline image
57  static std::string TempDirectory; // Location of Testing/Temporary
58  static std::string DataDirectory; // Location of VTKData
59 
60 protected:
62 
63 private:
64  vtkTestingInteractor(const vtkTestingInteractor&); // Not implemented
65  void operator=(const vtkTestingInteractor&); // Not implemented
66 
67 };
68 
69 #endif
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKTESTINGRENDERING_EXPORT
static std::string TempDirectory
static vtkRenderWindowInteractor * New()
platform-independent render window interaction including picking and frame rate control.
a simple class to control print indentation
Definition: vtkIndent.h:38
static std::string DataDirectory
A RenderWindowInteractor for testing.
static std::string ValidBaseline