|
| enum | ReturnValue { FAILED = 0,
PASSED = 1,
NOT_RUN = 2,
DO_INTERACTOR = 3
} |
| |
| typedef vtkObject | Superclass |
| |
| typedef vtkObjectBase | Superclass |
| |
| virtual int | IsA (const char *type) |
| |
| vtkTesting * | NewInstance () 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 vtkRenderWindow * | GetRenderWindow () |
| |
| 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 () |
| |
| vtkObject * | NewInstance () 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) |
| |
| vtkCommand * | GetCommand (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) |
| |
| 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 vtkTesting * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkTesting * | SafeDownCast (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 int | IsTypeOf (const char *type) |
| |
| static vtkObject * | SafeDownCast (vtkObjectBase *o) |
| |
| static vtkObject * | New () |
| |
| static void | BreakOnError () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static int | IsTypeOf (const char *name) |
| |
| static vtkObjectBase * | New () |
| |
| static char * | IncrementFileName (const char *fname, int count) |
| |
| static int | LookForFile (const char *newFileName) |
| |
| int | FrontBuffer |
| |
| vtkRenderWindow * | RenderWindow |
| |
| char * | ValidImageFileName |
| |
| double | ImageDifference |
| |
| char * | TempDirectory |
| |
| int | BorderOffset |
| |
| int | Verbose |
| |
| std::vector< std::string > | Args |
| |
| char * | DataRoot |
| |
| double | StartWallTime |
| |
| double | StartCPUTime |
| |
| bool | Debug |
| |
| vtkTimeStamp | MTime |
| |
| vtkSubjectHelper * | SubjectHelper |
| |
| vtkAtomicInt32 | ReferenceCount |
| |
| vtkWeakPointerBase ** | WeakPointers |
| |
Definition at line 24 of file vtkRegressionTestImage.h.