ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMTesting Class Reference

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>

Inheritance diagram for vtkSMTesting:
Inheritance graph
[legend]
Collaboration diagram for vtkSMTesting:
Collaboration graph
[legend]

List of all members.

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 vtkSMRenderViewProxyGetRenderViewProxy ()

Static Public Member Functions

static vtkSMTestingNew ()
static int IsTypeOf (const char *type)
static vtkSMTestingSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMTesting ()
 ~vtkSMTesting ()

Protected Attributes

vtkTestingTesting
vtkSMRenderViewProxyRenderViewProxy

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMTesting::vtkSMTesting ( ) [protected]
vtkSMTesting::~vtkSMTesting ( ) [protected]

Member Function Documentation

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

virtual int vtkSMTesting::RegressionTest ( float  thresh) [virtual]

Perform the actual test.


Member Data Documentation

Definition at line 55 of file vtkSMTesting.h.

Definition at line 56 of file vtkSMTesting.h.


The documentation for this class was generated from the following file: