|
ParaView
|
vtkTesting adaptor for Server Manager. .DESCRIPTION This provides helper methods to use render module proxy for testing. This is also required for python testing, since when SM is python wrapped, VTK need not by python wrapped, hence we cannot use vtkTesting in python testing. More...
#include <vtkSMTesting.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | AddArgument (const char *arg) |
| virtual int | RegressionTest (float thresh) |
| void | SetRenderViewProxy (vtkSMRenderViewProxy *) |
| virtual vtkSMRenderViewProxy * | GetRenderViewProxy () |
Static Public Member Functions | |
| static vtkSMTesting * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMTesting * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMTesting () | |
| ~vtkSMTesting () | |
Protected Attributes | |
| vtkTesting * | Testing |
| vtkSMRenderViewProxy * | RenderViewProxy |
vtkTesting adaptor for Server Manager. .DESCRIPTION This provides helper methods to use render module proxy for testing. This is also required for python testing, since when SM is python wrapped, VTK need not by python wrapped, hence we cannot use vtkTesting in python testing.
Definition at line 32 of file vtkSMTesting.h.
| vtkSMTesting::vtkSMTesting | ( | ) | [protected] |
| vtkSMTesting::~vtkSMTesting | ( | ) | [protected] |
| static vtkSMTesting* vtkSMTesting::New | ( | ) | [static] |
Reimplemented from vtkSMObject.
| virtual const char* vtkSMTesting::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMObject.
| static int vtkSMTesting::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMObject.
| virtual int vtkSMTesting::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMObject.
| static vtkSMTesting* vtkSMTesting::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMObject.
| void vtkSMTesting::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMObject.
| void vtkSMTesting::SetRenderViewProxy | ( | vtkSMRenderViewProxy * | ) |
Set/get the render module proxy.
| virtual vtkSMRenderViewProxy* vtkSMTesting::GetRenderViewProxy | ( | ) | [virtual] |
Set/get the render module proxy.
| virtual void vtkSMTesting::AddArgument | ( | const char * | arg | ) | [virtual] |
Add argument
vtkTesting* vtkSMTesting::Testing [protected] |
Definition at line 55 of file vtkSMTesting.h.
vtkSMRenderViewProxy* vtkSMTesting::RenderViewProxy [protected] |
Definition at line 56 of file vtkSMTesting.h.
1.7.5.1