15 #ifndef __vtkTestingObjectFactory_h
16 #define __vtkTestingObjectFactory_h
35 #include "vtkTestingRenderingModule.h"
41 #include "vtkObjectFactory.h"
46 #include "vtkSmartPointer.h"
49 class VTKTESTINGRENDERING_EXPORT vtkTestingObjectFactory :
public vtkObjectFactory
52 static vtkTestingObjectFactory* New();
53 vtkTypeMacro(vtkTestingObjectFactory,vtkObjectFactory);
54 virtual const char* GetVTKSourceVersion();
55 const char* GetDescription() {
return "Factory for overrides during testing"; }
56 void PrintSelf(ostream& os, vtkIndent indent);
61 vtkTestingObjectFactory();
64 vtkTestingObjectFactory(
const vtkTestingObjectFactory&);
65 void operator=(
const vtkTestingObjectFactory&);