|
enum | ReturnValue { FAILED = 0,
PASSED = 1,
NOT_RUN = 2,
DO_INTERACTOR = 3
} |
|
typedef vtkObject | Superclass |
|
virtual int | IsA (const char *type) |
|
vtkTesting * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
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 | SetFrontBuffer (int) |
|
virtual void | FrontBufferOn () |
|
virtual void | FrontBufferOff () |
|
virtual int | GetFrontBuffer () |
|
virtual int | RegressionTest (double thresh) |
|
virtual int | RegressionTest (double thresh, ostream &os) |
|
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) |
|
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 () |
|
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 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 |
|
Definition at line 24 of file vtkRegressionTestImage.h.