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:
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
VTKTESTINGRENDERING_EXPORT
#define VTKTESTINGRENDERING_EXPORT
Definition: vtkTestingRenderingModule.h:15
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkTestingInteractor
A RenderWindowInteractor for testing.
Definition: vtkTestingInteractor.h:41
vtkTestingInteractor::Start
virtual void Start()
vtkTestingInteractor::TempDirectory
static std::string TempDirectory
Definition: vtkTestingInteractor.h:57
vtkTestingInteractor::ValidBaseline
static std::string ValidBaseline
Definition: vtkTestingInteractor.h:56
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkTestingInteractor::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTestingInteractor::New
static vtkTestingInteractor * New()
vtkRenderWindowInteractor
platform-independent render window interaction including picking and frame rate control.
Definition: vtkRenderWindowInteractor.h:80
vtkTestingInteractor::DataDirectory
static std::string DataDirectory
Definition: vtkTestingInteractor.h:58
vtkTestingInteractor::TestReturnStatus
static int TestReturnStatus
Definition: vtkTestingInteractor.h:54
vtkTestingInteractor::vtkTestingInteractor
vtkTestingInteractor()
Definition: vtkTestingInteractor.h:61
vtkRenderWindowInteractor.h
vtkObjectFactoryCollection.h
vtkTestingInteractor::ErrorThreshold
static double ErrorThreshold
Definition: vtkTestingInteractor.h:55
vtkgl::string
GLsizei const GLchar ** string
Definition: vtkgl.h:12011
vtkTestingRenderingModule.h