ParaView
|
vtkTesting adaptor for Server Manager. More...
#include <vtkSMTesting.h>
Public Types | |
typedef vtkSMObject | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetViewProxy (vtkSMViewProxy *view) |
Set/get the render module proxy. More... | |
void | SetRenderViewProxy (vtkSMViewProxy *proxy) |
API for backwards compatibility. More... | |
virtual void | AddArgument (const char *arg) |
Add argument. More... | |
virtual int | RegressionTest (float thresh) |
Perform the actual test. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkSMTesting * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMTesting * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkSMObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSMTesting () | |
~vtkSMTesting () | |
![]() | |
vtkSMObject () | |
~vtkSMObject () | |
Protected Attributes | |
vtkSMViewProxy * | ViewProxy |
vtkTesting * | Testing |
vtkTesting adaptor for Server Manager.
.DESCRIPTION This provides helper methods to use view 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 34 of file vtkSMTesting.h.
typedef vtkSMObject vtkSMTesting::Superclass |
Definition at line 38 of file vtkSMTesting.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkSMObject.
|
static |
|
virtual |
Reimplemented from vtkSMObject.
|
static |
void vtkSMTesting::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkSMTesting::SetViewProxy | ( | vtkSMViewProxy * | view | ) |
Set/get the render module proxy.
|
inline |
API for backwards compatibility.
Simply calls SetViewProxy(..).
Definition at line 49 of file vtkSMTesting.h.
|
virtual |
Add argument.
|
virtual |
Perform the actual test.
|
protected |
Definition at line 65 of file vtkSMTesting.h.
|
protected |
Definition at line 66 of file vtkSMTesting.h.