VTK
Protected Member Functions | List of all members
vtkRegressionTester Class Reference

#include <vtkRegressionTestImage.h>

Inheritance diagram for vtkRegressionTester:
[legend]
Collaboration diagram for vtkRegressionTester:
[legend]

Protected Member Functions

 vtkRegressionTester ()
 
 ~vtkRegressionTester ()
 
- Protected Member Functions inherited from vtkTesting
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkTesting ()
 
 ~vtkTesting ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Additional Inherited Members

- Public Types inherited from vtkTesting
enum  ReturnValue { FAILED = 0, PASSED = 1, NOT_RUN = 2, DO_INTERACTOR = 3 }
 
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 
- Public Member Functions inherited from vtkTesting
virtual int IsA (const char *type)
 
vtkTestingNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int RegressionTest (double thresh)
 
virtual int RegressionTestAndCaptureOutput (double thresh, ostream &os)
 
virtual int RegressionTest (double thresh, ostream &os)
 
int CompareAverageOfL2Norm (vtkDataSet *pdA, vtkDataSet *pdB, double tol)
 
int CompareAverageOfL2Norm (vtkDataArray *daA, vtkDataArray *daB, double tol)
 
void CleanArguments ()
 
int IsValidImageSpecified ()
 
int IsInteractiveModeSpecified ()
 
int IsFlagSpecified (const char *flag)
 
virtual void FrontBufferOn ()
 
virtual void FrontBufferOff ()
 
virtual int GetFrontBuffer ()
 
void SetFrontBuffer (int frontBuffer)
 
virtual int RegressionTest (const std::string &pngFileName, double thresh)
 
virtual int RegressionTest (const std::string &pngFileName, double thresh, ostream &os)
 
virtual int RegressionTest (vtkAlgorithm *imageSource, double thresh)
 
virtual int RegressionTest (vtkAlgorithm *imageSource, double thresh, ostream &os)
 
virtual void SetRenderWindow (vtkRenderWindow *rw)
 
virtual vtkRenderWindowGetRenderWindow ()
 
virtual void SetValidImageFileName (const char *)
 
const char * GetValidImageFileName ()
 
virtual double GetImageDifference ()
 
void AddArgument (const char *argv)
 
void AddArguments (int argc, const char **argv)
 
void AddArguments (int argc, char **argv)
 
char * GetArgument (const char *arg)
 
const char * GetDataRoot ()
 
virtual void SetDataRoot (const char *)
 
const char * GetTempDirectory ()
 
virtual void SetTempDirectory (const char *)
 
virtual void SetBorderOffset (int)
 
virtual int GetBorderOffset ()
 
virtual void SetVerbose (int)
 
virtual int GetVerbose ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
- Static Public Member Functions inherited from vtkTesting
static vtkTestingNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTestingSafeDownCast (vtkObjectBase *o)
 
static int Test (int argc, char *argv[], vtkRenderWindow *rw, double thresh)
 
static int InteractorEventLoop (int argc, char *argv[], vtkRenderWindowInteractor *iren, const char *stream=NULL)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
- Static Protected Member Functions inherited from vtkTesting
static char * IncrementFileName (const char *fname, int count)
 
static int LookForFile (const char *newFileName)
 
- Protected Attributes inherited from vtkTesting
int FrontBuffer
 
vtkRenderWindowRenderWindow
 
char * ValidImageFileName
 
double ImageDifference
 
char * TempDirectory
 
int BorderOffset
 
int Verbose
 
std::vector< std::string > Args
 
char * DataRoot
 
double StartWallTime
 
double StartCPUTime
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Definition at line 24 of file vtkRegressionTestImage.h.

Constructor & Destructor Documentation

vtkRegressionTester::vtkRegressionTester ( )
inlineprotected

Definition at line 27 of file vtkRegressionTestImage.h.

vtkRegressionTester::~vtkRegressionTester ( )
inlineprotected

Definition at line 28 of file vtkRegressionTestImage.h.


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