@kitware/vtk.js 19.2.11 → 19.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Rendering/OpenGL/CellArrayBufferObject.js +2 -2
- package/Rendering/OpenGL/PolyDataMapper.js +1 -1
- package/Rendering/OpenGL/VolumeMapper.js +1 -1
- package/Rendering/WebGPU/Renderer.js +1 -1
- package/Rendering/WebGPU/StickMapper.js +1 -1
- package/Utilities/TestResults/TESTS-Chrome_Headless_93.0.4577.63_(Linux_x86_64).xml +1032 -1032
- package/Widgets/Representations/ArrowHandleRepresentation.js +1 -1
- package/Widgets/Widgets3D/ImageCroppingWidget/helpers.js +1 -1
- package/Widgets/Widgets3D/ShapeWidget/behavior.js +1 -1
- package/Widgets/Widgets3D/SplineWidget/behavior.js +1 -1
- package/package.json +1 -1
- package/vendor/gl-matrix/esm/mat4.js +1 -1
- package/vendor/gl-matrix/esm/quat.js +1 -1
- package/vendor/gl-matrix/esm/vec3.js +1 -1
|
@@ -2,8 +2,8 @@ import macro from '../../macros.js';
|
|
|
2
2
|
import vtkBufferObject from './BufferObject.js';
|
|
3
3
|
import { ObjectType } from './BufferObject/Constants.js';
|
|
4
4
|
import { Representation } from '../Core/Property/Constants.js';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { w as equals, x as inverse, g as exactEquals } from '../../vendor/gl-matrix/esm/vec3.js';
|
|
6
|
+
import { q as fromRotationTranslationScale } from '../../vendor/gl-matrix/esm/mat4.js';
|
|
7
7
|
import { c as create } from '../../vendor/gl-matrix/esm/quat.js';
|
|
8
8
|
|
|
9
9
|
var vtkErrorMacro = macro.vtkErrorMacro; // ----------------------------------------------------------------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
2
2
|
import { i as identity, b as mat3 } from '../../vendor/gl-matrix/esm/mat3.js';
|
|
3
|
-
import { i as identity$1, j as transpose,
|
|
3
|
+
import { i as identity$1, j as transpose, p as mat4 } from '../../vendor/gl-matrix/esm/mat4.js';
|
|
4
4
|
import { t as transformMat4 } from '../../vendor/gl-matrix/esm/vec3.js';
|
|
5
5
|
import { setGet, obj, newInstance as newInstance$1, vtkErrorMacro as vtkErrorMacro$1 } from '../../macros.js';
|
|
6
6
|
import vtkHelper from './Helper.js';
|
|
@@ -18,7 +18,7 @@ import { v as vtkVolumeFS } from './glsl/vtkVolumeFS.glsl.js';
|
|
|
18
18
|
import { registerOverride } from './ViewNodeFactory.js';
|
|
19
19
|
import { i as identity, m as multiply, g as invert } from '../../vendor/gl-matrix/esm/mat4.js';
|
|
20
20
|
import { i as identity$1, m as multiply$1 } from '../../vendor/gl-matrix/esm/mat3.js';
|
|
21
|
-
import { s as set, l as length, t as transformMat4, n as normalize, b as scale,
|
|
21
|
+
import { s as set, l as length, t as transformMat4, n as normalize, b as scale, k as divide, m as transformMat3, d as dot } from '../../vendor/gl-matrix/esm/vec3.js';
|
|
22
22
|
|
|
23
23
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
24
24
|
|
|
@@ -5,7 +5,7 @@ import vtkWebGPUFullScreenQuad from './FullScreenQuad.js';
|
|
|
5
5
|
import vtkWebGPUUniformBuffer from './UniformBuffer.js';
|
|
6
6
|
import { registerOverride } from './ViewNodeFactory.js';
|
|
7
7
|
import { i as identity } from '../../vendor/gl-matrix/esm/mat4.js';
|
|
8
|
-
import { b as scale, j as add,
|
|
8
|
+
import { b as scale, j as add, o as sub, p as len } from '../../vendor/gl-matrix/esm/vec3.js';
|
|
9
9
|
|
|
10
10
|
var vtkDebugMacro = vtkDebugMacro$1;
|
|
11
11
|
var clearFragTemplate = "\n//VTK::Renderer::Dec\n\n//VTK::Mapper::Dec\n\n//VTK::TCoord::Dec\n\n//VTK::RenderEncoder::Dec\n\n//VTK::IOStructs::Dec\n\n[[stage(fragment)]]\nfn main(\n//VTK::IOStructs::Input\n)\n//VTK::IOStructs::Output\n{\n var output: fragmentOutput;\n\n var computedColor: vec4<f32> = mapperUBO.BackgroundColor;\n\n //VTK::RenderEncoder::Impl\n return output;\n}\n"; // ----------------------------------------------------------------------------
|
|
@@ -27,7 +27,7 @@ var vtkErrorMacro = vtkErrorMacro$1; // Vertices
|
|
|
27
27
|
// 4: 011
|
|
28
28
|
// 5: 111
|
|
29
29
|
|
|
30
|
-
var vtkWebGPUStickMapperVS = "\n//VTK::Renderer::Dec\n\n//VTK::Mapper::Dec\n\n//VTK::Color::Dec\n\n//VTK::IOStructs::Dec\n\n[[stage(vertex)]]\nfn main(\n//VTK::IOStructs::Input\n)\n//VTK::IOStructs::Output\n{\n
|
|
30
|
+
var vtkWebGPUStickMapperVS = "\n//VTK::Renderer::Dec\n\n//VTK::Mapper::Dec\n\n//VTK::Color::Dec\n\n//VTK::IOStructs::Dec\n\n[[stage(vertex)]]\nfn main(\n//VTK::IOStructs::Input\n)\n//VTK::IOStructs::Output\n{\n var offsetsArray: array<vec3<f32>, 12> = array<vec3<f32>, 12>(\n vec3<f32>(-1.0, -1.0, -1.0),\n vec3<f32>(1.0, -1.0, -1.0),\n vec3<f32>(1.0, -1.0, 1.0),\n\n vec3<f32>(-1.0, -1.0, -1.0),\n vec3<f32>(1.0, -1.0, 1.0),\n vec3<f32>(-1.0, -1.0, 1.0),\n\n vec3<f32>(-1.0, -1.0, 1.0),\n vec3<f32>(1.0, -1.0, 1.0),\n vec3<f32>(1.0, 1.0, 1.0),\n\n vec3<f32>(-1.0, -1.0, 1.0),\n vec3<f32>(1.0, 1.0, 1.0),\n vec3<f32>(-1.0, 1.0, 1.0)\n );\n\n var output : vertexOutput;\n\n var vertexVC: vec4<f32> = rendererUBO.SCVCMatrix * mapperUBO.BCSCMatrix * vec4<f32>(vertexBC.x, vertexBC.y, vertexBC.z, 1.0);\n\n //VTK::Color::Impl\n\n // compute the projected vertex position\n output.centerVC = vertexVC.xyz;\n output.radiusVC = radiusMC;\n output.lengthVC = length(orientMC);\n output.orientVC = (rendererUBO.WCVCNormals * vec4<f32>(normalize(orientMC), 0.0)).xyz;\n\n // make sure it is pointing out of the screen\n if (output.orientVC.z < 0.0)\n {\n output.orientVC = -output.orientVC;\n }\n\n // make the basis\n var xbase: vec3<f32>;\n var ybase: vec3<f32>;\n var dir: vec3<f32> = vec3<f32>(0.0,0.0,1.0);\n if (rendererUBO.cameraParallel == 0u)\n {\n dir = normalize(-vertexVC.xyz);\n }\n if (abs(dot(dir,output.orientVC)) == 1.0)\n {\n xbase = normalize(cross(vec3<f32>(0.0,1.0,0.0),output.orientVC));\n ybase = cross(xbase,output.orientVC);\n }\n else\n {\n xbase = normalize(cross(output.orientVC,dir));\n ybase = cross(output.orientVC,xbase);\n }\n\n\n var vertIdx: u32 = input.vertexIndex % 12u;\n var offsets: vec3<f32> = offsetsArray[vertIdx];\n\n vertexVC = vec4<f32>(vertexVC.xyz +\n output.radiusVC * offsets.x * xbase +\n output.radiusVC * offsets.y * ybase +\n 0.5 * output.lengthVC * offsets.z * output.orientVC, 1.0);\n\n output.vertexVC = vertexVC;\n\n //VTK::Position::Impl\n\n return output;\n}\n"; // ----------------------------------------------------------------------------
|
|
31
31
|
// vtkWebGPUStickMapper methods
|
|
32
32
|
// ----------------------------------------------------------------------------
|
|
33
33
|
|
|
@@ -1,1037 +1,1037 @@
|
|
|
1
1
|
<?xml version="1.0"?>
|
|
2
|
-
<testsuite name="Chrome Headless 93.0.4577.63 (Linux x86_64)" package="" timestamp="2021-09-
|
|
2
|
+
<testsuite name="Chrome Headless 93.0.4577.63 (Linux x86_64)" package="" timestamp="2021-09-17T13:35:47" id="0" hostname="fv-az195-743" tests="1029" errors="0" failures="0" time="31926.989">
|
|
3
3
|
<properties>
|
|
4
4
|
<property name="browser.fullName" value="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36"/>
|
|
5
5
|
</properties>
|
|
6
|
-
<testcase name=" Matching image - delta 0.10%" time="0.
|
|
7
|
-
<testcase name=" Image match resolution" time="0.
|
|
8
|
-
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.
|
|
9
|
-
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.
|
|
10
|
-
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.
|
|
11
|
-
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.
|
|
12
|
-
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.
|
|
13
|
-
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.
|
|
14
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
15
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
16
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
17
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
18
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
19
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
20
|
-
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.
|
|
21
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1)" time="0.
|
|
22
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1, 1)" time="0.
|
|
23
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4)" time="0.
|
|
24
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4, 0)" time="0.
|
|
25
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4, 1)" time="0.
|
|
26
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4, 2)" time="0.
|
|
27
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.46, 0)" time="0.
|
|
28
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.46, 1)" time="0.
|
|
29
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.46, 2)" time="0.
|
|
30
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(123.46, 0)" time="0.
|
|
31
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(123.46, 1)" time="0.
|
|
32
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(123.46, 2)" time="0.
|
|
33
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(6.06627640054528e-14, 6)" time="0.
|
|
34
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(-6.06627640054528e-14, 6)" time="0.
|
|
35
|
-
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.23456e4, 2)" time="0.
|
|
36
|
-
<testcase name="# Test areEquals
 same vec1" time="0.
|
|
37
|
-
<testcase name="# Test areEquals
 same vec2" time="0.
|
|
38
|
-
<testcase name="# Test areEquals
 same vec2" time="0.
|
|
39
|
-
<testcase name="# Test areEquals
 larger vec" time="0.
|
|
40
|
-
<testcase name="# Test areEquals
 smaller vec" time="0.
|
|
41
|
-
<testcase name="# Test areEquals
 exact comparison for same vec" time="0.
|
|
42
|
-
<testcase name="# Test areEquals
 exact(0) comparison for diff vec" time="0.
|
|
43
|
-
<testcase name="# Test areEquals
 approx(1e-8) comparison for diff vec" time="0.
|
|
44
|
-
<testcase name="# Test areEquals
 approx (2e-7) comparison for diff vec" time="0.
|
|
45
|
-
<testcase name="# Test areEquals
 approx (1e-6) comparison for diff vec" time="0.
|
|
46
|
-
<testcase name="# Test vtkMatrixBuilder rotateFromDirections
 should be truthy" time="0.
|
|
47
|
-
<testcase name="# Test vtkMatrixBuilder rotateFromDirections
 should be truthy" time="0.
|
|
48
|
-
<testcase name="# Test vtkMatrixBuilder rotateFromDirections
 should be truthy" time="0.
|
|
49
|
-
<testcase name="# Test LookupTable setTable
 vtkLookupTable TestSetTable" time="0.
|
|
50
|
-
<testcase name="# Test LookupTable setTable
 should be strictly equal" time="0.
|
|
51
|
-
<testcase name="# Test LookupTable setTable
 Matching image - delta 0.00%" time="0.
|
|
52
|
-
<testcase name="# Test LookupTable setTable
 Image match resolution" time="0.
|
|
53
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
54
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
55
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
56
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
57
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
58
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
59
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
60
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
61
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
62
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
63
|
-
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.
|
|
64
|
-
<testcase name="# Test vtkBoundingBox intersectPlane
 should be strictly equal" time="0.
|
|
65
|
-
<testcase name="# Test vtkBoundingBox intersectPlane
 should be strictly equal" time="0.
|
|
66
|
-
<testcase name="# Test vtkBoundingBox intersectPlane
 should be strictly equal" time="0.
|
|
67
|
-
<testcase name="# Test vtkBox instance
 Make sure the class definition exists" time="0.
|
|
68
|
-
<testcase name="# Test vtkBox instance
 should be truthy" time="0.
|
|
69
|
-
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.
|
|
70
|
-
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.
|
|
71
|
-
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.
|
|
72
|
-
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.
|
|
73
|
-
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.
|
|
74
|
-
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.
|
|
75
|
-
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.
|
|
76
|
-
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.
|
|
77
|
-
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.
|
|
78
|
-
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.
|
|
79
|
-
<testcase name="# Test vtkCell instance
 Make sure the class definition exists" time="0.
|
|
80
|
-
<testcase name="# Test vtkCell instance
 should be truthy" time="0.
|
|
81
|
-
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.
|
|
82
|
-
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.
|
|
83
|
-
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.
|
|
84
|
-
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.
|
|
85
|
-
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.
|
|
86
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.
|
|
87
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.
|
|
88
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.
|
|
89
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.
|
|
90
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should not be strictly equal" time="0.
|
|
91
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.
|
|
92
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be deeply equivalent" time="0.
|
|
93
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be deeply equivalent" time="0.
|
|
94
|
-
<testcase name="# Test vtkCell initialize with pointsIds
 should be deeply equivalent" time="0.
|
|
95
|
-
<testcase name="# Test vtkCell deepCopy
 should not be strictly equal" time="0.
|
|
96
|
-
<testcase name="# Test vtkCell deepCopy
 should be deeply equivalent" time="0.
|
|
97
|
-
<testcase name="# Test Cone Implicit Function
 Cone Implicit Function" time="1.
|
|
98
|
-
<testcase name="# Test Cone Implicit Function
 Matching image - delta 0.00%" time="1.
|
|
99
|
-
<testcase name="# Test Cone Implicit Function
 Image match resolution" time="1.
|
|
100
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Make sure the class definition exists" time="1.
|
|
101
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Make sure the newInstance method exists." time="1.
|
|
102
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default number of arrays should be 0" time="1.
|
|
103
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default Scalars should be null" time="1.
|
|
104
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding scalars empty DSA should return index of 0" time="1.
|
|
105
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting scalars should return 0 (the index of the array)." time="1.
|
|
106
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting scalars with an invalid name should return -1." time="1.
|
|
107
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting scalars with an invalid name should reset the attribute." time="1.
|
|
108
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default Vectors should be null" time="1.
|
|
109
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding vectors empty DSA should return index of 1" time="1.
|
|
110
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting vectors should return 1 (the index of the array)." time="1.
|
|
111
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting vectors with an invalid name should return -1." time="1.
|
|
112
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting vectors with an invalid name should reset the attribute." time="1.
|
|
113
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default Normals should be null" time="1.
|
|
114
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding normals empty DSA should return index of 2" time="1.
|
|
115
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting normals should return 2 (the index of the array)." time="1.
|
|
116
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting normals with an invalid name should return -1." time="1.
|
|
117
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting normals with an invalid name should reset the attribute." time="1.
|
|
118
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default TCoords should be null" time="1.
|
|
119
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding tcoords empty DSA should return index of 3" time="1.
|
|
120
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting tcoords should return 3 (the index of the array)." time="1.
|
|
121
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting tcoords with an invalid name should return -1." time="1.
|
|
122
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting tcoords with an invalid name should reset the attribute." time="1.
|
|
123
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default Tensors should be null" time="1.
|
|
124
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding tensors empty DSA should return index of 4" time="1.
|
|
125
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting tensors should return 4 (the index of the array)." time="1.
|
|
126
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting tensors with an invalid name should return -1." time="1.
|
|
127
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting tensors with an invalid name should reset the attribute." time="1.
|
|
128
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default GlobalIds should be null" time="1.
|
|
129
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding globalids empty DSA should return index of 5" time="1.
|
|
130
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting globalids should return 5 (the index of the array)." time="1.
|
|
131
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting globalids with an invalid name should return -1." time="1.
|
|
132
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting globalids with an invalid name should reset the attribute." time="1.
|
|
133
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Default PedigreeIds should be null" time="1.
|
|
134
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Adding pedigreeids empty DSA should return index of 6" time="1.
|
|
135
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting pedigreeids should return 6 (the index of the array)." time="1.
|
|
136
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting pedigreeids with an invalid name should return -1." time="1.
|
|
137
|
-
<testcase name="# Test vtkDataSetAttributes instance
 Setting pedigreeids with an invalid name should reset the attribute." time="1.
|
|
138
|
-
<testcase name="# Test vtkLine instance
 Make sure the class definition exists" time="1.
|
|
139
|
-
<testcase name="# Test vtkLine instance
 should be truthy" time="1.
|
|
140
|
-
<testcase name="# Test vtkLine static::intersection
 Points on line" time="1.
|
|
141
|
-
<testcase name="# Test vtkLine static::intersection
 Points on line" time="1.
|
|
142
|
-
<testcase name="# Test vtkLine static::intersection
 Points on line" time="1.
|
|
143
|
-
<testcase name="# Test vtkLine static::intersection
 Intersection" time="1.
|
|
144
|
-
<testcase name="# Test vtkLine static::intersection
 should be strictly equal" time="1.
|
|
145
|
-
<testcase name="# Test vtkLine static::intersection
 should be strictly equal" time="1.
|
|
146
|
-
<testcase name="# Test vtkLine static::intersection
 No intersection" time="1.
|
|
147
|
-
<testcase name="# Test vtkLine static::distanceToLine
 Invalid line" time="1.
|
|
148
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
149
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.
|
|
150
|
-
<testcase name="# Test vtkLine static::distanceToLine
 On line" time="1.
|
|
151
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
152
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.
|
|
153
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
154
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
155
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.
|
|
156
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
157
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
158
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.
|
|
159
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
160
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.
|
|
161
|
-
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.
|
|
162
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.
|
|
163
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be deeply equivalent" time="1.
|
|
164
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.
|
|
165
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.
|
|
166
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be deeply equivalent" time="1.
|
|
167
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.
|
|
168
|
-
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.
|
|
169
|
-
<testcase name="# Test vtkPlane instance
 Make sure the class definition exists" time="1.
|
|
170
|
-
<testcase name="# Test vtkPlane instance
 should be truthy" time="1.
|
|
171
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
172
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
173
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
174
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
175
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
176
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
177
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
178
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
179
|
-
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.
|
|
180
|
-
<testcase name="# Test vtkPlane projectPoint
 should be strictly equal" time="1.
|
|
181
|
-
<testcase name="# Test vtkPlane projectPoint
 should be strictly equal" time="1.
|
|
182
|
-
<testcase name="# Test vtkPlane projectPoint
 should be strictly equal" time="1.
|
|
183
|
-
<testcase name="# Test vtkPlane DistanceToPlane
 should be strictly equal" time="1.
|
|
184
|
-
<testcase name="# Test vtkPlane DistanceToPlane
 should be strictly equal" time="1.
|
|
185
|
-
<testcase name="# Test vtkPlane Push
 should be strictly equal" time="1.
|
|
186
|
-
<testcase name="# Test vtkPlane Push
 should be strictly equal" time="1.
|
|
187
|
-
<testcase name="# Test vtkPlane Push
 should be strictly equal" time="1.
|
|
188
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
189
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
190
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
191
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
192
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
193
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
194
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
195
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
196
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
197
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
198
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
199
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
200
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
201
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
202
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
203
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
204
|
-
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.
|
|
205
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
206
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
207
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
208
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
209
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
210
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
211
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
212
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
213
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
214
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
215
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
216
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
217
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
218
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
219
|
-
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.
|
|
220
|
-
<testcase name="# Test vtkPlane evaluateFunction
 should be strictly equal" time="1.
|
|
221
|
-
<testcase name="# Test vtkPlane evaluateFunction
 should be strictly equal" time="1.
|
|
222
|
-
<testcase name="# Test vtkPlane evaluateFunction
 should be strictly equal" time="1.
|
|
223
|
-
<testcase name="# Test vtkPolyData instance
 Make sure the class definition exists" time="1.
|
|
224
|
-
<testcase name="# Test vtkPolyData instance
 should be truthy" time="1.
|
|
225
|
-
<testcase name="# Test vtkPolyData cells
 Line cell should be made of the number of points plus 1" time="1.
|
|
226
|
-
<testcase name="# Test vtkPolyData cells
 Triangle cells should be made of 3 points" time="1.
|
|
227
|
-
<testcase name="# Test vtkPolyData cells
 should be deeply equivalent" time="1.
|
|
228
|
-
<testcase name="# Test vtkTriangle instance
 Make sure the class definition exists" time="1.
|
|
229
|
-
<testcase name="# Test vtkTriangle instance
 should be truthy" time="1.
|
|
230
|
-
<testcase name="# Test vtkTriangle static::computeNormalDirection
 should be deeply equivalent" time="1.
|
|
231
|
-
<testcase name="# Test vtkTriangle static::computeNormalDirection
 should be deeply equivalent" time="1.
|
|
232
|
-
<testcase name="# Test vtkTriangle static::computeNormalDirection
 should be deeply equivalent" time="1.
|
|
233
|
-
<testcase name="# Test vtkTriangle static::computeNormal
 should be deeply equivalent" time="1.
|
|
234
|
-
<testcase name="# Test vtkTriangle static::computeNormal
 should be deeply equivalent" time="1.
|
|
235
|
-
<testcase name="# Test vtkTriangle static::computeNormal
 should be deeply equivalent" time="1.
|
|
236
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
237
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
238
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
239
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.
|
|
240
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.
|
|
241
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
242
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
243
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.
|
|
244
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.
|
|
245
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
246
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
247
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
248
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.
|
|
249
|
-
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.
|
|
250
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.
|
|
251
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.
|
|
252
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.
|
|
253
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.
|
|
254
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.
|
|
255
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.
|
|
256
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.
|
|
257
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.
|
|
258
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.
|
|
259
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.
|
|
260
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.
|
|
261
|
-
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.
|
|
262
|
-
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.
|
|
263
|
-
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.
|
|
264
|
-
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.
|
|
265
|
-
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.
|
|
266
|
-
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.
|
|
267
|
-
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.
|
|
268
|
-
<testcase name="# Test vtkAppendPolyData instance
 Make sure the class definition exists." time="1.
|
|
269
|
-
<testcase name="# Test vtkAppendPolyData instance
 Make sure an instance can be created." time="1.
|
|
270
|
-
<testcase name="# Test vtkAppendPolyData execution
 Make sure the number of points is correct." time="1.
|
|
271
|
-
<testcase name="# Test vtkAppendPolyData execution
 Make sure the output data type is correct." time="1.
|
|
272
|
-
<testcase name="# Test vtkAppendPolyData execution
 Make sure the number of polys is correct." time="1.
|
|
273
|
-
<testcase name="# Test vtkAppendPolyData rendering
 vtkAppendPolyData Rendering" time="2.
|
|
274
|
-
<testcase name="# Test vtkAppendPolyData rendering
 Matching image - delta 0.00%" time="2.
|
|
275
|
-
<testcase name="# Test vtkAppendPolyData rendering
 Image match resolution" time="2.
|
|
276
|
-
<testcase name="# Test vtkCalculator instance
 Make sure the class definition exists." time="2.
|
|
277
|
-
<testcase name="# Test vtkCalculator instance
 Make sure an instance can be created." time="2.
|
|
278
|
-
<testcase name="# Test vtkCalculator execution
 Output dataset exists" time="2.
|
|
279
|
-
<testcase name="# Test vtkCalculator execution
 The output dataset should be a vtkPolydata" time="2.
|
|
280
|
-
<testcase name="# Test vtkCalculator execution
 The number of points did not change between input 66 and output 66" time="2.
|
|
281
|
-
<testcase name="# Test vtkCalculator execution
 Output point-scalars array exists." time="2.
|
|
282
|
-
<testcase name="# Test vtkCalculator execution
 Output point-scalars is "sine wave"." time="2.
|
|
283
|
-
<testcase name="# Test vtkCalculator execution
 Output field-data array exists." time="2.
|
|
284
|
-
<testcase name="# Test vtkCalculator execution
 The uniform result variable should be 22.55; got 22.549999237060547." time="2.
|
|
285
|
-
<testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance
 Make sure the class defination exists" time="2.
|
|
286
|
-
<testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance
 Make sure an instance can be created." time="2.
|
|
287
|
-
<testcase name="# Test vtkClosedPolyLineToSurfaceFilter execution
 Polys should have a single segment with 96 point indices" time="2.
|
|
288
|
-
<testcase name="# Test vtkImageStreamline instance
 Make sure the class definition exist" time="2.
|
|
289
|
-
<testcase name="# Test vtkImageStreamline instance
 Make sure the instance exist" time="2.
|
|
290
|
-
<testcase name="# Test vtkImageStreamline instance
 Default integrationStep should be 1" time="2.
|
|
291
|
-
<testcase name="# Test vtkImageStreamline instance
 Default MaximumNumberOfSteps should be 1000" time="2.
|
|
292
|
-
<testcase name="# Test vtkImageStreamline instance
 Updated value of integrationStep should be 0.1" time="2.
|
|
293
|
-
<testcase name="# Test vtkImageStreamline execution
 Output dataset exist" time="2.
|
|
294
|
-
<testcase name="# Test vtkImageStreamline execution
 The output dataset should be a vtkPolydata" time="2.
|
|
295
|
-
<testcase name="# Test vtkImageStreamline execution
 The number of points should be 2228" time="2.
|
|
296
|
-
<testcase name="# Test MultipleBonds
 should be truthy" time="2.
|
|
297
|
-
<testcase name="# Test MultipleBonds
 Matching image - delta 0.01%" time="2.
|
|
298
|
-
<testcase name="# Test MultipleBonds
 Image match resolution" time="3.
|
|
299
|
-
<testcase name="# Test vtkPaintFilter ellipse on images with large spacing
 Matching image - delta 0.00%" time="3.
|
|
300
|
-
<testcase name="# Test vtkPaintFilter ellipse on images with large spacing
 Image match resolution" time="3.
|
|
301
|
-
<testcase name="# Test vtkTubeFilter instance
 Make sure the class definition exists." time="3.
|
|
302
|
-
<testcase name="# Test vtkTubeFilter instance
 Make sure an instance can be created." time="3.
|
|
303
|
-
<testcase name="# Test vtkTubeFilter execution
 Make sure the output data type is double." time="3.
|
|
304
|
-
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of points is correct without capping." time="3.
|
|
305
|
-
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of normals is correct without capping." time="3.
|
|
306
|
-
<testcase name="# Test vtkTubeFilter execution
 Make sure the output data type is float." time="3.
|
|
307
|
-
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of points is correct with capping." time="3.
|
|
308
|
-
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of normals is correct with capping." time="3.
|
|
309
|
-
<testcase name="# Test vtkTubeFilter rendering
 vtkTubeFilter Rendering" time="
|
|
310
|
-
<testcase name="# Test vtkTubeFilter rendering
 Matching image - delta 0.00%" time="
|
|
311
|
-
<testcase name="# Test vtkTubeFilter rendering
 Image match resolution" time="4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering
"/>
|
|
312
|
-
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the output number of points is correct without capping." time="4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
313
|
-
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the length of the radius array is correct." time="4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
314
|
-
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the length of the color array is correct." time="4.
|
|
315
|
-
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the array name to color by is correct." time="4.
|
|
316
|
-
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the scalar mode is correct." time="4.
|
|
317
|
-
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the color mode is correct." time="
|
|
318
|
-
<testcase name="# Test vtkTubeFilter color map rendering
 Matching image - delta 0.00%" time="
|
|
319
|
-
<testcase name="# Test vtkTubeFilter color map rendering
 Image match resolution" time="
|
|
320
|
-
<testcase name="# Test vtkWarpScalar instance
 Make sure the class definition exist" time="
|
|
321
|
-
<testcase name="# Test vtkWarpScalar instance
 Make sure the instance exist" time="
|
|
322
|
-
<testcase name="# Test vtkWarpScalar instance
 Default ScaleFactor should be 1" time="
|
|
323
|
-
<testcase name="# Test vtkWarpScalar instance
 Default UseNormal should be false" time="
|
|
324
|
-
<testcase name="# Test vtkWarpScalar instance
 Default xyPlane should be false" time="
|
|
325
|
-
<testcase name="# Test vtkWarpScalar instance
 Default normal should be [0, 0, 1]" time="
|
|
326
|
-
<testcase name="# Test vtkWarpScalar instance
 Updated value of ScaleFactor should be 2.5" time="
|
|
327
|
-
<testcase name="# Test vtkWarpScalar execution
 Output dataset exist" time="
|
|
328
|
-
<testcase name="# Test vtkWarpScalar execution
 The output dataset should be a vtkPolydata" time="
|
|
329
|
-
<testcase name="# Test vtkWarpScalar execution
 The number of points do not change between input 50 and output 50" time="
|
|
330
|
-
<testcase name="# Test vtkConcentricCylinderSource Rendering
 vtkConcentricCylinderSource Rendering" time="
|
|
331
|
-
<testcase name="# Test vtkConcentricCylinderSource Rendering
 Matching image - delta 0.00%" time="
|
|
332
|
-
<testcase name="# Test vtkConcentricCylinderSource Rendering
 Image match resolution" time="
|
|
333
|
-
<testcase name="# Test vtkConeSource Rendering
 vtkConeSource Rendering" time="
|
|
334
|
-
<testcase name="# Test vtkConeSource Rendering
 Matching image - delta 0.00%" time="
|
|
335
|
-
<testcase name="# Test vtkConeSource Rendering
 Image match resolution" time="
|
|
336
|
-
<testcase name="# Test vtkCubeSource Rendering
 vtkCubeSource Rendering" time="
|
|
337
|
-
<testcase name="# Test vtkCubeSource Rendering
 Matching image - delta 0.62%" time="
|
|
338
|
-
<testcase name="# Test vtkCubeSource Rendering
 Image match resolution" time="
|
|
339
|
-
<testcase name="# Test vtkCylinderSource Rendering
 vtkCylinderSource Rendering" time="
|
|
340
|
-
<testcase name="# Test vtkCylinderSource Rendering
 Matching image - delta 0.00%" time="
|
|
341
|
-
<testcase name="# Test vtkCylinderSource Rendering
 Image match resolution" time="
|
|
342
|
-
<testcase name="# Test vtkLineSource Rendering
 vtkLineSource Rendering" time="
|
|
343
|
-
<testcase name="# Test vtkLineSource Rendering
 Matching image - delta 0.24%" time="
|
|
344
|
-
<testcase name="# Test vtkLineSource Rendering
 Image match resolution" time="
|
|
345
|
-
<testcase name="# Test vtkPlaneSource Rendering
 vtkPlaneSource Rendering" time="
|
|
346
|
-
<testcase name="# Test vtkPlaneSource Rendering
 Matching image - delta 0.00%" time="
|
|
347
|
-
<testcase name="# Test vtkPlaneSource Rendering
 Image match resolution" time="
|
|
348
|
-
<testcase name="# Test vtkPointSource Rendering
 vtkPointSource Rendering" time="
|
|
349
|
-
<testcase name="# Test vtkPointSource Rendering
 Matching image - delta 0.00%" time="
|
|
350
|
-
<testcase name="# Test vtkPointSource Rendering
 Image match resolution" time="
|
|
351
|
-
<testcase name="# Test vtkTextureMapToPlane instance
 Make sure the class definition exists" time="
|
|
352
|
-
<testcase name="# Test vtkTextureMapToPlane instance
 should be truthy" time="
|
|
353
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
354
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
355
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
356
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
357
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
358
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
359
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
360
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
361
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
362
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
363
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
364
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
365
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
366
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
367
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
368
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
369
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
370
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
371
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
372
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
373
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
374
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
375
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
376
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
377
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
378
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
379
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
380
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
381
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
382
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
383
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
384
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
385
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
386
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
387
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
388
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
389
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
390
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
391
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
392
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
393
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
394
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
395
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
396
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
397
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
398
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
399
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
400
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="
|
|
401
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
402
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
403
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
404
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
405
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
406
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
407
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
408
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
409
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
410
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
411
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
412
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
413
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
414
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
415
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
416
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
417
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
418
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
419
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
420
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
421
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
422
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
423
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
424
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
425
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
426
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
427
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
428
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
429
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
430
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
431
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
432
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
433
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
434
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
435
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
436
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
437
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
438
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
439
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
440
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
441
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
442
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
443
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
444
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
445
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
446
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
447
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
448
|
-
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="
|
|
449
|
-
<testcase name="# Test vtkTextureMapToSphere instance
 Make sure the class definition exists" time="
|
|
450
|
-
<testcase name="# Test vtkTextureMapToSphere instance
 should be truthy" time="
|
|
451
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
452
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
453
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
454
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
455
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
456
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
457
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
458
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
459
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
460
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
461
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
462
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
463
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
464
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
465
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
466
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
467
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
468
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
469
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
470
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
471
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
472
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
473
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
474
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
475
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
476
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
477
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
478
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
479
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
480
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
481
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
482
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
483
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
484
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
485
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
486
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
487
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
488
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
489
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
490
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
491
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
492
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
493
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
494
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
495
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
496
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
497
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
498
|
-
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="
|
|
499
|
-
<testcase name="# Test vtkImageReslice Rendering
 vtkImageReslice Rendering" time="
|
|
500
|
-
<testcase name="# Test vtkImageReslice Rendering
 Matching image - delta 0.13%" time="
|
|
501
|
-
<testcase name="# Test vtkImageReslice Rendering
 Image match resolution" time="
|
|
502
|
-
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="
|
|
503
|
-
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="
|
|
504
|
-
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="
|
|
505
|
-
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="
|
|
506
|
-
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="
|
|
507
|
-
<testcase name="# Test MoleculeMapper
 Filter: MoleculeToRepresentation" time="
|
|
508
|
-
<testcase name="# Test MoleculeMapper
 should be truthy" time="
|
|
509
|
-
<testcase name="# Test MoleculeMapper
 should be truthy" time="
|
|
510
|
-
<testcase name="# Test MoleculeMapper
 Matching image - delta 0.00%" time="
|
|
511
|
-
<testcase name="# Test MoleculeMapper
 Image match resolution" time="
|
|
512
|
-
<testcase name="# Test vtkPiecewiseFunctionProxy
 Custom points should not be active in Gaussian mode" time="
|
|
513
|
-
<testcase name="# Test vtkPiecewiseFunctionProxy
 Custom points should be active in Points mode" time="
|
|
514
|
-
<testcase name="# Test vtkPiecewiseFunctionProxy
 Default nodes" time="
|
|
515
|
-
<testcase name="# Test vtkPiecewiseFunctionProxy
 Default points" time="
|
|
516
|
-
<testcase name="# Test vtkPiecewiseFunctionProxy
 Default nodes" time="
|
|
517
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
518
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
519
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
520
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
521
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
522
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
523
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
524
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
525
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
526
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
527
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
528
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
529
|
-
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="
|
|
530
|
-
<testcase name="# Test Actor
 vtkActor testRotate" time="
|
|
531
|
-
<testcase name="# Test Actor
 Matching image - delta 0.16%" time="
|
|
532
|
-
<testcase name="# Test Actor
 Image match resolution" time="
|
|
533
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
534
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
535
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
536
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
537
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
538
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
539
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
540
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
541
|
-
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="
|
|
542
|
-
<testcase name="# Test vtkCellPicker instance
 Make sure the class definition exists" time="
|
|
543
|
-
<testcase name="# Test vtkCellPicker instance
 should be truthy" time="
|
|
544
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 vtkOpenGLPolyDataMapper ColorTransferFunction" time="
|
|
545
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 Matching image - delta 0.34%" time="
|
|
546
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 Image match resolution" time="
|
|
547
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for -0.1, expect 1,0,0" time="
|
|
548
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0, expect 1,0,0" time="
|
|
549
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.1, expect 1,0,0" time="
|
|
550
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.19, expect 1,0,0" time="
|
|
551
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.2, expect 0.5,0.5,0" time="
|
|
552
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.59, expect 0,1,0" time="
|
|
553
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.6, expect 0,0.5,0.5" time="
|
|
554
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.9, expect 0,0,1" time="
|
|
555
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 1, expect 0,0,1" time="
|
|
556
|
-
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 1.1, expect 0,0,1" time="
|
|
557
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="
|
|
558
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 Matching image - delta 0.00%" time="
|
|
559
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 Image match resolution" time="
|
|
560
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="
|
|
561
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 Matching image - delta 0.19%" time="
|
|
562
|
-
<testcase name="# Test Interpolate Scalars Before Colors
 Image match resolution" time="
|
|
563
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
564
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
565
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
566
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
567
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
568
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
569
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
570
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
571
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
572
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
573
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
574
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
575
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
576
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
577
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
578
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
579
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
580
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
581
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
582
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
583
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
584
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
585
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
586
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
587
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
588
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
589
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
590
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
591
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
592
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
593
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
594
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
595
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
596
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
597
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
598
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
599
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
600
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
601
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
602
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
603
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
604
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
605
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
606
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
607
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
608
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
609
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
610
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
611
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
612
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
613
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
614
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
615
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
616
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
617
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
618
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
619
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
620
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
621
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
622
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
623
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
624
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
625
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
626
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
627
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
628
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
629
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
630
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
631
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
632
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
633
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
634
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
635
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
636
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
637
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
638
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
639
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
640
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
641
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
642
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
643
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
644
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
645
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
646
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
647
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
648
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
649
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
650
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
651
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
652
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
653
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
654
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
655
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
656
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
657
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
658
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
659
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
660
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
661
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
662
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
663
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
664
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
665
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
666
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
667
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
668
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
669
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
670
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
671
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
672
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
673
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
674
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
675
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
676
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
677
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
678
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
679
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
680
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
681
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
682
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
683
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
684
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
685
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
686
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
687
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
688
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
689
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
690
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
691
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
692
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
693
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
694
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
695
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
696
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
697
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
698
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
699
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
700
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
701
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
702
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
703
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
704
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
705
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
706
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
707
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
708
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
709
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
710
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
711
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
712
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
713
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
714
|
-
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="
|
|
715
|
-
<testcase name="# Test Follower class
 vtkFollower" time="
|
|
716
|
-
<testcase name="# Test Follower class
 Matching image - delta 1.18%" time="
|
|
717
|
-
<testcase name="# Test Follower class
 Image match resolution" time="
|
|
718
|
-
<testcase name="# Test vtkGlyph3DMapper Rendering
 vtkGlyph3DMapper Rendering" time="
|
|
719
|
-
<testcase name="# Test vtkGlyph3DMapper Rendering
 Matching image - delta 0.03%" time="
|
|
720
|
-
<testcase name="# Test vtkGlyph3DMapper Rendering
 Image match resolution" time="
|
|
721
|
-
<testcase name="# Test HardwareSelector
 vtkHardwareSelector TestHardwareSelector" time="
|
|
722
|
-
<testcase name="# Test HardwareSelector
 Two props selected" time="
|
|
723
|
-
<testcase name="# Test HardwareSelector
 Correct props were selected" time="
|
|
724
|
-
<testcase name="# Test HardwareSelectorGlyph
 TestHardwareSelectorGlyph" time="
|
|
725
|
-
<testcase name="# Test HardwareSelectorGlyph
 Seven glyphs selected" time="
|
|
726
|
-
<testcase name="# Test HardwareSelectorGlyph
 glyph 71 was the first selected" time="
|
|
727
|
-
<testcase name="# Test HardwareSelectorGlyph
 Correct prop was selected" time="
|
|
728
|
-
<testcase name="# Test HardwareSelector
 vtkHardwareSelector TestHardwareSelector" time="
|
|
729
|
-
<testcase name="# Test HardwareSelector
 Hardware selector takes less than six normal renders (
|
|
730
|
-
<testcase name="# Test Edge Visibility
 vtkMapper EdgeVisibility" time="
|
|
731
|
-
<testcase name="# Test Edge Visibility
 Matching image - delta 0.69%" time="
|
|
732
|
-
<testcase name="# Test Edge Visibility
 Image match resolution" time="
|
|
733
|
-
<testcase name="# Test VectorComponent
 vtkMapper Vector Component" time="
|
|
734
|
-
<testcase name="# Test VectorComponent
 Matching image - delta 0.26%" time="
|
|
735
|
-
<testcase name="# Test VectorComponent
 Image match resolution" time="
|
|
736
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
737
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
738
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
739
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
740
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
741
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
742
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
743
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
744
|
-
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="
|
|
745
|
-
<testcase name="# Test vtkPointPicker line source
 pick at (380.5, 200)" time="
|
|
746
|
-
<testcase name="# Test vtkPointPicker line source
 should be strictly equal" time="
|
|
747
|
-
<testcase name="# Test vtkPointPicker line source
 point id" time="
|
|
748
|
-
<testcase name="# Test vtkPointPicker line source
 pick at (20, 200.5)" time="
|
|
749
|
-
<testcase name="# Test vtkPointPicker line source
 should be strictly equal" time="
|
|
750
|
-
<testcase name="# Test vtkPointPicker line source
 point id" time="
|
|
751
|
-
<testcase name="# Test vtkPointPicker instance
 Make sure the class definition exists" time="
|
|
752
|
-
<testcase name="# Test vtkPointPicker instance
 should be truthy" time="
|
|
753
|
-
<testcase name="# Test Set Actor User Matrix
 vtkActor SetUserMatrix" time="
|
|
754
|
-
<testcase name="# Test Set Actor User Matrix
 Matching image - delta 0.18%" time="
|
|
755
|
-
<testcase name="# Test Set Actor User Matrix
 Image match resolution" time="
|
|
756
|
-
<testcase name="# Test multiple renderers
 Matching image - delta 0.00%" time="
|
|
757
|
-
<testcase name="# Test multiple renderers
 Image match resolution" time="
|
|
758
|
-
<testcase name="# Test vtkSphereMapper Rendering
 vtkSphereMapper Rendering" time="
|
|
759
|
-
<testcase name="# Test vtkSphereMapper Rendering
 Matching image - delta 0.00%" time="
|
|
760
|
-
<testcase name="# Test vtkSphereMapper Rendering
 Image match resolution" time="
|
|
761
|
-
<testcase name="# Test SphereMapper
 vtkSphereMapper testSphere" time="
|
|
762
|
-
<testcase name="# Test SphereMapper
 Matching image - delta 0.04%" time="
|
|
763
|
-
<testcase name="# Test SphereMapper
 Image match resolution" time="
|
|
764
|
-
<testcase name="# Test StickMapper
 vtkStickMapper testStick" time="
|
|
765
|
-
<testcase name="# Test StickMapper
 Matching image - delta 0.02%" time="
|
|
766
|
-
<testcase name="# Test StickMapper
 Image match resolution" time="
|
|
767
|
-
<testcase name="# Test ImageMapper
 vtkOpenGLImageMapper testImage" time="
|
|
768
|
-
<testcase name="# Test ImageMapper
 Matching image - delta 0.47%" time="
|
|
769
|
-
<testcase name="# Test ImageMapper
 Image match resolution" time="
|
|
770
|
-
<testcase name="# Test ImageMapper ClippingPlanes
 vtkOpenGLImageMapper testImage" time="
|
|
771
|
-
<testcase name="# Test ImageMapper ClippingPlanes
 Matching image - delta 0.00%" time="
|
|
772
|
-
<testcase name="# Test ImageMapper ClippingPlanes
 Image match resolution" time="
|
|
773
|
-
<testcase name="# Test ImageMapper with Nearest Neighbor interpolation
 vtkOpenGLImageMapper testImage" time="
|
|
774
|
-
<testcase name="# Test ImageMapper with Nearest Neighbor interpolation
 Matching image - delta 0.06%" time="
|
|
775
|
-
<testcase name="# Test ImageMapper with Nearest Neighbor interpolation
 Image match resolution" time="
|
|
776
|
-
<testcase name="# Test ImageMapper
 vtkOpenGLImageMapper testImage" time="
|
|
777
|
-
<testcase name="# Test ImageMapper
 Matching image - delta 0.00%" time="
|
|
778
|
-
<testcase name="# Test ImageMapper
 Image match resolution" time="
|
|
779
|
-
<testcase name="# Test Add Shader Replacements
 vtkOpenGLPolyDataMapper AddShaderReplacements" time="
|
|
780
|
-
<testcase name="# Test Add Shader Replacements
 Matching image - delta 0.06%" time="
|
|
781
|
-
<testcase name="# Test Add Shader Replacements
 Image match resolution" time="
|
|
782
|
-
<testcase name="# Test Clear Shader Replacements
 vtkOpenGLPolyDataMapper ClearShaderReplacements" time="
|
|
783
|
-
<testcase name="# Test Clear Shader Replacements
 Matching image - delta 0.10%" time="
|
|
784
|
-
<testcase name="# Test Clear Shader Replacements
 Image match resolution" time="
|
|
785
|
-
<testcase name="# Test Clipping planes
 vtkOpenGLPolyDataMapper setClippingPlanes" time="
|
|
786
|
-
<testcase name="# Test Clipping planes
 Matching image - delta 0.00%" time="
|
|
787
|
-
<testcase name="# Test Clipping planes
 Image match resolution" time="
|
|
788
|
-
<testcase name="# Test Interpolate Scalars Before Mapping
 vtkOpenGLPolyDataMapper InterpolateScalarsBeforeColors" time="
|
|
789
|
-
<testcase name="# Test Interpolate Scalars Before Mapping
 Matching image - delta 0.34%" time="
|
|
790
|
-
<testcase name="# Test Interpolate Scalars Before Mapping
 Image match resolution" time="
|
|
791
|
-
<testcase name="# Test vtkOpenGLSkybox Rendering
 Filter: OpenGLTexture" time="
|
|
792
|
-
<testcase name="# Test vtkOpenGLSkybox Rendering
 Matching image - delta 0.00%" time="
|
|
793
|
-
<testcase name="# Test vtkOpenGLSkybox Rendering
 Image match resolution" time="
|
|
794
|
-
<testcase name="# Test vtkOpenGLSkybox Background Rendering
 Filter: OpenGLTexture" time="
|
|
795
|
-
<testcase name="# Test vtkOpenGLSkybox Background Rendering
 Matching image - delta 0.00%" time="
|
|
796
|
-
<testcase name="# Test vtkOpenGLSkybox Background Rendering
 Image match resolution" time="
|
|
797
|
-
<testcase name="# Test vtkOpenGLTexture Rendering
 Filter: OpenGLTexture" time="
|
|
798
|
-
<testcase name="# Test vtkOpenGLTexture Rendering
 Matching image - delta 0.01%" time="
|
|
799
|
-
<testcase name="# Test vtkOpenGLTexture Rendering
 Image match resolution" time="
|
|
800
|
-
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper Composite" time="
|
|
801
|
-
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.07%" time="
|
|
802
|
-
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="
|
|
803
|
-
<testcase name="# Test Composite Volume Rendering with parallel projection
 vtkOpenGLVolumeMapper CompositeParallelProjection" time="
|
|
804
|
-
<testcase name="# Test Composite Volume Rendering with parallel projection
 Matching image - delta 0.00%" time="
|
|
805
|
-
<testcase name="# Test Composite Volume Rendering with parallel projection
 Image match resolution" time="
|
|
806
|
-
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper Composite16Bit" time="
|
|
807
|
-
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.00%" time="
|
|
808
|
-
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="
|
|
809
|
-
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper Intermixed" time="
|
|
810
|
-
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.06%" time="
|
|
811
|
-
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="
|
|
812
|
-
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper IntermixedImage" time="
|
|
813
|
-
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.15%" time="
|
|
814
|
-
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="
|
|
815
|
-
<testcase name="# Test Lighted Volume Rendering
 vtkOpenGLVolumeMapper Lighting" time="
|
|
816
|
-
<testcase name="# Test Lighted Volume Rendering
 Matching image - delta 0.30%" time="
|
|
817
|
-
<testcase name="# Test Lighted Volume Rendering
 Image match resolution" time="
|
|
818
|
-
<testcase name="# Test Maximum Intensity Projection Volume Rendering
 vtkOpenGLVolumeMapper MIP" time="
|
|
819
|
-
<testcase name="# Test Maximum Intensity Projection Volume Rendering
 Matching image - delta 0.00%" time="
|
|
820
|
-
<testcase name="# Test Maximum Intensity Projection Volume Rendering
 Image match resolution" time="
|
|
821
|
-
<testcase name="# Test Minimum Intensity Projection Volume Rendering
 vtkOpenGLVolumeMapper MinIP" time="
|
|
822
|
-
<testcase name="# Test Minimum Intensity Projection Volume Rendering
 Matching image - delta 0.00%" time="
|
|
823
|
-
<testcase name="# Test Minimum Intensity Projection Volume Rendering
 Image match resolution" time="
|
|
824
|
-
<testcase name="# Test Volume Rendering with Proportional Component
 vtkOpenGLVolumeMapper ProportionalComponent" time="
|
|
825
|
-
<testcase name="# Test Volume Rendering with Proportional Component
 Matching image - delta 0.00%" time="
|
|
826
|
-
<testcase name="# Test Volume Rendering with Proportional Component
 Image match resolution" time="
|
|
827
|
-
<testcase name="# Test Average Intensity Projection Volume Rendering
 vtkOpenGLVolumeMapper AverageIP" time="
|
|
828
|
-
<testcase name="# Test Average Intensity Projection Volume Rendering
 Matching image - delta 0.00%" time="
|
|
829
|
-
<testcase name="# Test Average Intensity Projection Volume Rendering
 Image match resolution" time="
|
|
830
|
-
<testcase name="# Macro methods algo tests
 populate publicAPI" time="
|
|
831
|
-
<testcase name="# Macro methods algo tests
 return input data" time="
|
|
832
|
-
<testcase name="# Macro methods algo tests
 Add two input arrays" time="
|
|
833
|
-
<testcase name="# Macro methods algo tests
 Subtract two input arrays" time="
|
|
834
|
-
<testcase name="# Macro methods algo tests
 Multiply two input arrays" time="
|
|
835
|
-
<testcase name="# Macro methods algo tests
 Divide two input arrays, using outputPort" time="
|
|
836
|
-
<testcase name="# Macro shouldUpdate returns true if output is deleted
 Trivial producer outputs first input data" time="
|
|
837
|
-
<testcase name="# Macro shouldUpdate returns true if output is deleted
 Trivial producer outputs second input data" time="
|
|
838
|
-
<testcase name="# onlyIfWebGL
 onlyIfWebGL enabled" time="
|
|
839
|
-
<testcase name="# Macro methods scalar tests
 macro setget" time="
|
|
840
|
-
<testcase name="# Macro methods scalar tests
 Initial gets should match defaults" time="
|
|
841
|
-
<testcase name="# Macro methods scalar tests
 Bool get should match set" time="
|
|
842
|
-
<testcase name="# Macro methods scalar tests
 Initial gets should match defaults" time="
|
|
843
|
-
<testcase name="# Macro methods scalar tests
 Int get should match set" time="
|
|
844
|
-
<testcase name="# Macro methods scalar tests
 mtime should increase after set" time="
|
|
845
|
-
<testcase name="# Macro methods scalar tests
 mtime should not increase after idempotent set" time="
|
|
846
|
-
<testcase name="# Macro methods array tests
 Initial gets should match defaults" time="
|
|
847
|
-
<testcase name="# Macro methods array tests
 Throw if no set method declared" time="
|
|
848
|
-
<testcase name="# Macro methods array tests
 Array spread set OK" time="
|
|
849
|
-
<testcase name="# Macro methods array tests
 Array spread set should match get" time="
|
|
850
|
-
<testcase name="# Macro methods array tests
 OK to set a single array argument" time="
|
|
851
|
-
<testcase name="# Macro methods array tests
 Array set should match get" time="
|
|
852
|
-
<testcase name="# Macro methods array tests
 mtime should increase after set" time="
|
|
853
|
-
<testcase name="# Macro methods array tests
 Invalid number of values should throw" time="
|
|
854
|
-
<testcase name="# Macro methods array tests
 Keep default value after illegal set" time="
|
|
855
|
-
<testcase name="# Macro methods array tests
 mtime should not increase after idempotent set" time="
|
|
856
|
-
<testcase name="# Macro methods array tests
 Invalid number of values should throw" time="
|
|
857
|
-
<testcase name="# Macro methods array tests
 Keep value after illegal set" time="
|
|
858
|
-
<testcase name="# Macro methods array tests
 Invalid set with string should throw" time="
|
|
859
|
-
<testcase name="# Macro methods array tests
 Keep value after illegal set" time="
|
|
860
|
-
<testcase name="# Macro methods array tests
 OK to set a typed array argument" time="
|
|
861
|
-
<testcase name="# Macro methods array tests
 setArray should copy input argument" time="
|
|
862
|
-
<testcase name="# Macro methods array tests
 OK to set no argument" time="
|
|
863
|
-
<testcase name="# Macro methods array tests
 OK to set not enough argument" time="
|
|
864
|
-
<testcase name="# Macro methods array tests
 OK to set too-short array argument" time="
|
|
865
|
-
<testcase name="# Macro methods array tests
 OK to set too short typed array argument" time="
|
|
866
|
-
<testcase name="# Macro methods array tests
 Invalid number of values should throw" time="
|
|
867
|
-
<testcase name="# Macro methods array tests
 Too large array should throw" time="
|
|
868
|
-
<testcase name="# Macro methods array tests
 Too large array should throw" time="
|
|
869
|
-
<testcase name="# Macro methods enum tests
 Initial gets should match defaults" time="
|
|
870
|
-
<testcase name="# Macro methods enum tests
 Enum set should match get" time="
|
|
871
|
-
<testcase name="# Macro methods enum tests
 should be truthy" time="
|
|
872
|
-
<testcase name="# Macro methods enum tests
 Enum set by index should get matching enum value" time="
|
|
873
|
-
<testcase name="# Macro methods enum tests
 Setting idempotent value should return false" time="
|
|
874
|
-
<testcase name="# Macro methods enum tests
 Invalid enum index should throw" time="
|
|
875
|
-
<testcase name="# Macro methods enum tests
 Enum set out of range should be rejected" time="
|
|
876
|
-
<testcase name="# Macro methods enum tests
 Invalid enum string should throw" time="
|
|
877
|
-
<testcase name="# Macro methods enum tests
 Enum set string out of range should be rejected" time="
|
|
878
|
-
<testcase name="# Macro methods enum tests
 Invalid enum set with array/object should throw" time="
|
|
879
|
-
<testcase name="# Macro methods enum tests
 Enum set string out of range should be rejected" time="
|
|
880
|
-
<testcase name="# Macro methods object tests
 Get entire model" time="
|
|
881
|
-
<testcase name="# Macro methods object tests
 Get defaults back test" time="
|
|
882
|
-
<testcase name="# Macro methods object tests
 Object should be frozen" time="
|
|
883
|
-
<testcase name="# Macro methods object tests
 should be truthy" time="
|
|
884
|
-
<testcase name="# Macro methods object tests
 should be truthy" time="
|
|
885
|
-
<testcase name="# Macro methods object tests
 Object modified fires" time="
|
|
886
|
-
<testcase name="# Macro methods object tests
 Object modified does not fire after unsubscribe" time="
|
|
887
|
-
<testcase name="# Macro methods object tests
 Test mult-set" time="
|
|
888
|
-
<testcase name="# Macro methods object tests
 Float get should match multi-set" time="
|
|
889
|
-
<testcase name="# Macro methods object tests
 Array multi-set should match get" time="
|
|
890
|
-
<testcase name="# Macro methods object tests
 should be truthy" time="
|
|
891
|
-
<testcase name="# Macro methods object tests
 should be truthy" time="
|
|
892
|
-
<testcase name="# Macro methods object tests
 should be falsy" time="
|
|
893
|
-
<testcase name="# Macro methods object tests
 should be strictly equal" time="
|
|
894
|
-
<testcase name="# Macro methods object tests
 should not throw" time="
|
|
895
|
-
<testcase name="# Macro methods object tests
 All calls should do nothing after delete" time="
|
|
896
|
-
<testcase name="# Macro methods event tests
 cbAbort1 should be called first" time="
|
|
897
|
-
<testcase name="# Macro methods event tests
 cbAbort2 should be called second" time="
|
|
898
|
-
<testcase name="# Macro methods event tests
 Only 2 callbacks should be invoked, not 3" time="
|
|
899
|
-
<testcase name="# Macro methods event tests
 cbPriority2 should be called first" time="
|
|
900
|
-
<testcase name="# Macro methods event tests
 cbPriority2 should be called first" time="
|
|
901
|
-
<testcase name="# Macro methods event tests
 cbPriority1 should be called second" time="
|
|
902
|
-
<testcase name="# Macro methods event tests
 cbPriority0 should be called third" time="
|
|
903
|
-
<testcase name="# Macro methods event tests
 cbPriorityLast should be called last after 101ms" time="
|
|
904
|
-
<testcase name="# Macro methods event tests
 cbPriority2 should be called exactly twice" time="
|
|
905
|
-
<testcase name="# Macro methods keystore tests
 key1 should exist in keystore" time="
|
|
906
|
-
<testcase name="# Macro methods keystore tests
 key2 should exist in keystore" time="
|
|
907
|
-
<testcase name="# Macro methods keystore tests
 key3 should exist in keystore" time="
|
|
908
|
-
<testcase name="# Macro methods keystore tests
 Delete key2 should succeed" time="
|
|
909
|
-
<testcase name="# Macro methods keystore tests
 There should be no keys after clearing" time="
|
|
910
|
-
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure the class definition exist" time="
|
|
911
|
-
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure the instance exist" time="
|
|
912
|
-
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure we can get serialize data" time="
|
|
913
|
-
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure we can get deserialize data" time="
|
|
914
|
-
<testcase name="# Test vtkDataArray serialization/deserialization
 We have two different instances" time="
|
|
915
|
-
<testcase name="# Test vtkDataArray serialization/deserialization
 But same serialized content" time="
|
|
916
|
-
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure the class definition exist" time="
|
|
917
|
-
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure the instance exist" time="
|
|
918
|
-
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure we can get serialize data" time="
|
|
919
|
-
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure we can get deserialize data" time="
|
|
920
|
-
<testcase name="# Test vtkPoints serialization/deserialization
 We have two different instances" time="
|
|
921
|
-
<testcase name="# Test vtkPoints serialization/deserialization
 But same serialized content" time="
|
|
922
|
-
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure the class definition exist" time="
|
|
923
|
-
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure the instance exist" time="
|
|
924
|
-
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure we can get serialize data" time="
|
|
925
|
-
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure we can get deserialize data" time="
|
|
926
|
-
<testcase name="# Test vtkLookupTable serialization/deserialization
 We have two different instances" time="
|
|
927
|
-
<testcase name="# Test vtkLookupTable serialization/deserialization
 But same serialized content" time="
|
|
928
|
-
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure the class definition exist" time="
|
|
929
|
-
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure the instance exist" time="
|
|
930
|
-
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure we can get serialize data" time="
|
|
931
|
-
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure we can get deserialize data" time="
|
|
932
|
-
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 We have two different instances" time="
|
|
933
|
-
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 But same serialized content" time="
|
|
934
|
-
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure the class definition exist" time="
|
|
935
|
-
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure the instance exist" time="
|
|
936
|
-
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure we can get serialize data" time="
|
|
937
|
-
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure we can get deserialize data" time="
|
|
938
|
-
<testcase name="# Test vtkPolyData serialization/deserialization
 We have two different instances" time="
|
|
939
|
-
<testcase name="# Test vtkPolyData serialization/deserialization
 But same serialized content" time="
|
|
940
|
-
<testcase name="# Proxy activation via config
 No initial active source" time="
|
|
941
|
-
<testcase name="# Proxy activation via config
 Active source set after proxy creation" time="
|
|
942
|
-
<testcase name="# Proxy activation via .activate()
 No initial active source" time="
|
|
943
|
-
<testcase name="# Proxy activation via .activate()
 No active source after proxy creation" time="
|
|
944
|
-
<testcase name="# Proxy activation via .activate()
 Proxy manager should be modified after proxy activation" time="
|
|
945
|
-
<testcase name="# Proxy activation via .activate()
 Active source set" time="
|
|
946
|
-
<testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false
 Matching image - delta 0.00%" time="
|
|
947
|
-
<testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false
 Image match resolution" time="
|
|
948
|
-
<testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true
 Matching image - delta 0.00%" time="
|
|
949
|
-
<testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true
 Image match resolution" time="
|
|
950
|
-
<testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false
 Matching image - delta 0.00%" time="
|
|
951
|
-
<testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false
 Image match resolution" time="
|
|
952
|
-
<testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true
 Matching image - delta 0.19%" time="
|
|
953
|
-
<testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true
 Image match resolution" time="
|
|
954
|
-
<testcase name="# Test boundPlane natural basis simple
 should be truthy" time="
|
|
955
|
-
<testcase name="# Test boundPlane natural basis simple
 should be truthy" time="
|
|
956
|
-
<testcase name="# Test boundPlane natural basis simple
 should be truthy" time="88
|
|
957
|
-
<testcase name="# Test boundPlane natural basis with offset
 should be truthy" time="88
|
|
958
|
-
<testcase name="# Test boundPlane natural basis with offset
 should be truthy" time="88
|
|
959
|
-
<testcase name="# Test boundPlane natural basis with offset
 should be truthy" time="
|
|
960
|
-
<testcase name="# Test boundPlane oriented
 should be truthy" time="
|
|
961
|
-
<testcase name="# Test boundPlane oriented
 should be truthy" time="
|
|
962
|
-
<testcase name="# Test boundPlane oriented
 should be truthy" time="
|
|
963
|
-
<testcase name="# Test boundPlane no intersection
 should be truthy" time="
|
|
964
|
-
<testcase name="# Test boundPlane no intersection
 should be truthy" time="
|
|
965
|
-
<testcase name="# Test boundPlane no intersection
 should be truthy" time="
|
|
966
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
967
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
968
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
969
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
970
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
971
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
972
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
973
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
974
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
975
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
976
|
-
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="
|
|
977
|
-
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="
|
|
978
|
-
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="
|
|
979
|
-
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="
|
|
980
|
-
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="
|
|
981
|
-
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="
|
|
982
|
-
<testcase name="# Initialization
 Camera focal point on 4" time="
|
|
983
|
-
<testcase name="# Initialization
 Camera view up on 4" time="
|
|
984
|
-
<testcase name="# Initialization
 Plane origin on 4" time="
|
|
985
|
-
<testcase name="# Initialization
 Plane point 1 on 4" time="
|
|
986
|
-
<testcase name="# Initialization
 Plane point 2 on 4" time="89
|
|
987
|
-
<testcase name="# Initialization
 Camera focal point on 5" time="89
|
|
988
|
-
<testcase name="# Initialization
 Camera view up on 5" time="89
|
|
989
|
-
<testcase name="# Initialization
 Plane origin on 5" time="
|
|
990
|
-
<testcase name="# Initialization
 Plane point 1 on 5" time="
|
|
991
|
-
<testcase name="# Initialization
 Plane point 2 on 5" time="
|
|
992
|
-
<testcase name="# Initialization
 Camera focal point on 6" time="
|
|
993
|
-
<testcase name="# Initialization
 Camera view up on 6" time="
|
|
994
|
-
<testcase name="# Initialization
 Plane origin on 6" time="
|
|
995
|
-
<testcase name="# Initialization
 Plane point 1 on 6" time="
|
|
996
|
-
<testcase name="# Initialization
 Plane point 2 on 6" time="
|
|
997
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Camera focal point on 4" time="
|
|
998
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Camera view up on 4" time="
|
|
999
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane origin on 4" time="
|
|
1000
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 1 on 4" time="
|
|
1001
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 2 on 4" time="
|
|
1002
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Camera focal point on 5" time="
|
|
1003
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Camera view up on 5" time="
|
|
1004
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane origin on 5" time="
|
|
1005
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 1 on 5" time="
|
|
1006
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 2 on 5" time="
|
|
1007
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Camera focal point on 6" time="
|
|
1008
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Camera view up on 6" time="
|
|
1009
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane origin on 6" time="
|
|
1010
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 1 on 6" time="
|
|
1011
|
-
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 2 on 6" time="
|
|
1012
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Camera focal point on 4" time="
|
|
1013
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Camera view up on 4" time="
|
|
1014
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane origin on 4" time="
|
|
1015
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 1 on 4" time="
|
|
1016
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 2 on 4" time="
|
|
1017
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Camera focal point on 5" time="
|
|
1018
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Camera view up on 5" time="
|
|
1019
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane origin on 5" time="
|
|
1020
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 1 on 5" time="
|
|
1021
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 2 on 5" time="
|
|
1022
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Camera focal point on 6" time="
|
|
1023
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Camera view up on 6" time="
|
|
1024
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane origin on 6" time="
|
|
1025
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 1 on 6" time="
|
|
1026
|
-
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 2 on 6" time="
|
|
1027
|
-
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="
|
|
1028
|
-
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="
|
|
1029
|
-
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="
|
|
1030
|
-
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="
|
|
1031
|
-
<testcase name="# Test vtkSplineWidget rendering and picking
 Matching image - delta 0.00%" time="
|
|
1032
|
-
<testcase name="# Test vtkSplineWidget rendering and picking
 Image match resolution" time="
|
|
1033
|
-
<testcase name="# Test vtkSplineWidget rendering and picking
 should be strictly equal" time="
|
|
1034
|
-
<testcase name="# Test vtkSplineWidget rendering and picking
 should be strictly equal" time="
|
|
6
|
+
<testcase name=" Matching image - delta 0.10%" time="0.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64)."/>
|
|
7
|
+
<testcase name=" Image match resolution" time="0.394" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64)."/>
|
|
8
|
+
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.394" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector
"/>
|
|
9
|
+
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.395" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector
"/>
|
|
10
|
+
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.395" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector
"/>
|
|
11
|
+
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.395" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector
"/>
|
|
12
|
+
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.396" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector
"/>
|
|
13
|
+
<testcase name="# Test angleBetweenVector
 should be strictly equal" time="0.396" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector
"/>
|
|
14
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
15
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
16
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
17
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
18
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
19
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.398" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
20
|
+
<testcase name="# Test signedAngleBetweenVector
 should be strictly equal" time="0.398" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector
"/>
|
|
21
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1)" time="0.398" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
22
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1, 1)" time="0.398" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
23
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4)" time="0.399" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
24
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4, 0)" time="0.399" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
25
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4, 1)" time="0.399" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
26
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.4, 2)" time="0.399" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
27
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.46, 0)" time="0.399" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
28
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.46, 1)" time="0.399" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
29
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.46, 2)" time="0.4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
30
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(123.46, 0)" time="0.4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
31
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(123.46, 1)" time="0.4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
32
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(123.46, 2)" time="0.4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
33
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(6.06627640054528e-14, 6)" time="0.4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
34
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(-6.06627640054528e-14, 6)" time="0.4" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
35
|
+
<testcase name="# Test roundNumber
 vtkMath.roundNumber(1.23456e4, 2)" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber
"/>
|
|
36
|
+
<testcase name="# Test areEquals
 same vec1" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
37
|
+
<testcase name="# Test areEquals
 same vec2" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
38
|
+
<testcase name="# Test areEquals
 same vec2" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
39
|
+
<testcase name="# Test areEquals
 larger vec" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
40
|
+
<testcase name="# Test areEquals
 smaller vec" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
41
|
+
<testcase name="# Test areEquals
 exact comparison for same vec" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
42
|
+
<testcase name="# Test areEquals
 exact(0) comparison for diff vec" time="0.401" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
43
|
+
<testcase name="# Test areEquals
 approx(1e-8) comparison for diff vec" time="0.402" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
44
|
+
<testcase name="# Test areEquals
 approx (2e-7) comparison for diff vec" time="0.402" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
45
|
+
<testcase name="# Test areEquals
 approx (1e-6) comparison for diff vec" time="0.403" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals
"/>
|
|
46
|
+
<testcase name="# Test vtkMatrixBuilder rotateFromDirections
 should be truthy" time="0.403" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections
"/>
|
|
47
|
+
<testcase name="# Test vtkMatrixBuilder rotateFromDirections
 should be truthy" time="0.403" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections
"/>
|
|
48
|
+
<testcase name="# Test vtkMatrixBuilder rotateFromDirections
 should be truthy" time="0.404" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections
"/>
|
|
49
|
+
<testcase name="# Test LookupTable setTable
 vtkLookupTable TestSetTable" time="0.406" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable
"/>
|
|
50
|
+
<testcase name="# Test LookupTable setTable
 should be strictly equal" time="0.978" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable
"/>
|
|
51
|
+
<testcase name="# Test LookupTable setTable
 Matching image - delta 0.00%" time="0.978" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable
"/>
|
|
52
|
+
<testcase name="# Test LookupTable setTable
 Image match resolution" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable
"/>
|
|
53
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
54
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
55
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
56
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
57
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
58
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
59
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.986" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
60
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.986" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
61
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.986" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
62
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.986" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
63
|
+
<testcase name="# Test vtkBoundingBox intersectBox
 should be strictly equal" time="0.987" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox
"/>
|
|
64
|
+
<testcase name="# Test vtkBoundingBox intersectPlane
 should be strictly equal" time="0.987" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane
"/>
|
|
65
|
+
<testcase name="# Test vtkBoundingBox intersectPlane
 should be strictly equal" time="0.987" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane
"/>
|
|
66
|
+
<testcase name="# Test vtkBoundingBox intersectPlane
 should be strictly equal" time="0.987" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane
"/>
|
|
67
|
+
<testcase name="# Test vtkBox instance
 Make sure the class definition exists" time="0.988" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox instance
"/>
|
|
68
|
+
<testcase name="# Test vtkBox instance
 should be truthy" time="0.988" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox instance
"/>
|
|
69
|
+
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.989" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds
"/>
|
|
70
|
+
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.989" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds
"/>
|
|
71
|
+
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.989" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds
"/>
|
|
72
|
+
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.989" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds
"/>
|
|
73
|
+
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.989" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds
"/>
|
|
74
|
+
<testcase name="# Test vtkBox bounds
 should be strictly equal" time="0.99" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds
"/>
|
|
75
|
+
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.99" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction
"/>
|
|
76
|
+
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.99" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction
"/>
|
|
77
|
+
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.99" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction
"/>
|
|
78
|
+
<testcase name="# Test vtkBox evaluateFunction
 should be strictly equal" time="0.991" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction
"/>
|
|
79
|
+
<testcase name="# Test vtkCell instance
 Make sure the class definition exists" time="0.991" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell instance
"/>
|
|
80
|
+
<testcase name="# Test vtkCell instance
 should be truthy" time="0.992" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell instance
"/>
|
|
81
|
+
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.993" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds
"/>
|
|
82
|
+
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.993" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds
"/>
|
|
83
|
+
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.993" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds
"/>
|
|
84
|
+
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.993" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds
"/>
|
|
85
|
+
<testcase name="# Test vtkCell initialize without pointsIds
 should be strictly equal" time="0.994" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds
"/>
|
|
86
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.994" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
87
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.994" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
88
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.994" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
89
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.994" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
90
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should not be strictly equal" time="0.995" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
91
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be strictly equal" time="0.995" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
92
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be deeply equivalent" time="0.995" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
93
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be deeply equivalent" time="0.996" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
94
|
+
<testcase name="# Test vtkCell initialize with pointsIds
 should be deeply equivalent" time="0.996" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds
"/>
|
|
95
|
+
<testcase name="# Test vtkCell deepCopy
 should not be strictly equal" time="0.997" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell deepCopy
"/>
|
|
96
|
+
<testcase name="# Test vtkCell deepCopy
 should be deeply equivalent" time="0.997" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell deepCopy
"/>
|
|
97
|
+
<testcase name="# Test Cone Implicit Function
 Cone Implicit Function" time="1.637" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function
"/>
|
|
98
|
+
<testcase name="# Test Cone Implicit Function
 Matching image - delta 0.00%" time="1.637" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function
"/>
|
|
99
|
+
<testcase name="# Test Cone Implicit Function
 Image match resolution" time="1.644" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function
"/>
|
|
100
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Make sure the class definition exists" time="1.645" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
101
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Make sure the newInstance method exists." time="1.645" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
102
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default number of arrays should be 0" time="1.645" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
103
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default Scalars should be null" time="1.645" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
104
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding scalars empty DSA should return index of 0" time="1.646" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
105
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting scalars should return 0 (the index of the array)." time="1.646" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
106
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting scalars with an invalid name should return -1." time="1.646" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
107
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting scalars with an invalid name should reset the attribute." time="1.646" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
108
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default Vectors should be null" time="1.646" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
109
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding vectors empty DSA should return index of 1" time="1.647" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
110
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting vectors should return 1 (the index of the array)." time="1.647" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
111
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting vectors with an invalid name should return -1." time="1.647" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
112
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting vectors with an invalid name should reset the attribute." time="1.647" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
113
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default Normals should be null" time="1.647" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
114
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding normals empty DSA should return index of 2" time="1.647" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
115
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting normals should return 2 (the index of the array)." time="1.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
116
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting normals with an invalid name should return -1." time="1.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
117
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting normals with an invalid name should reset the attribute." time="1.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
118
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default TCoords should be null" time="1.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
119
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding tcoords empty DSA should return index of 3" time="1.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
120
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting tcoords should return 3 (the index of the array)." time="1.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
121
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting tcoords with an invalid name should return -1." time="1.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
122
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting tcoords with an invalid name should reset the attribute." time="1.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
123
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default Tensors should be null" time="1.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
124
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding tensors empty DSA should return index of 4" time="1.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
125
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting tensors should return 4 (the index of the array)." time="1.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
126
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting tensors with an invalid name should return -1." time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
127
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting tensors with an invalid name should reset the attribute." time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
128
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default GlobalIds should be null" time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
129
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding globalids empty DSA should return index of 5" time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
130
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting globalids should return 5 (the index of the array)." time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
131
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting globalids with an invalid name should return -1." time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
132
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting globalids with an invalid name should reset the attribute." time="1.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
133
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Default PedigreeIds should be null" time="1.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
134
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Adding pedigreeids empty DSA should return index of 6" time="1.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
135
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting pedigreeids should return 6 (the index of the array)." time="1.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
136
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting pedigreeids with an invalid name should return -1." time="1.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
137
|
+
<testcase name="# Test vtkDataSetAttributes instance
 Setting pedigreeids with an invalid name should reset the attribute." time="1.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance
"/>
|
|
138
|
+
<testcase name="# Test vtkLine instance
 Make sure the class definition exists" time="1.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine instance
"/>
|
|
139
|
+
<testcase name="# Test vtkLine instance
 should be truthy" time="1.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine instance
"/>
|
|
140
|
+
<testcase name="# Test vtkLine static::intersection
 Points on line" time="1.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
141
|
+
<testcase name="# Test vtkLine static::intersection
 Points on line" time="1.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
142
|
+
<testcase name="# Test vtkLine static::intersection
 Points on line" time="1.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
143
|
+
<testcase name="# Test vtkLine static::intersection
 Intersection" time="1.654" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
144
|
+
<testcase name="# Test vtkLine static::intersection
 should be strictly equal" time="1.654" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
145
|
+
<testcase name="# Test vtkLine static::intersection
 should be strictly equal" time="1.654" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
146
|
+
<testcase name="# Test vtkLine static::intersection
 No intersection" time="1.654" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection
"/>
|
|
147
|
+
<testcase name="# Test vtkLine static::distanceToLine
 Invalid line" time="1.654" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
148
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.654" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
149
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
150
|
+
<testcase name="# Test vtkLine static::distanceToLine
 On line" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
151
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
152
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
153
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
154
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
155
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.655" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
156
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.656" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
157
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.656" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
158
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.656" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
159
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.656" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
160
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be strictly equal" time="1.656" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
161
|
+
<testcase name="# Test vtkLine static::distanceToLine
 should be deeply equivalent" time="1.657" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine
"/>
|
|
162
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.657" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
163
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be deeply equivalent" time="1.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
164
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
165
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
166
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be deeply equivalent" time="1.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
167
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.659" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
168
|
+
<testcase name="# Test vtkLine intersectWithLine
 should be strictly equal" time="1.66" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine
"/>
|
|
169
|
+
<testcase name="# Test vtkPlane instance
 Make sure the class definition exists" time="1.66" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane instance
"/>
|
|
170
|
+
<testcase name="# Test vtkPlane instance
 should be truthy" time="1.66" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane instance
"/>
|
|
171
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
172
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
173
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
174
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
175
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
176
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
177
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
178
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
179
|
+
<testcase name="# Test vtkPlane projectVector
 should be strictly equal" time="1.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector
"/>
|
|
180
|
+
<testcase name="# Test vtkPlane projectPoint
 should be strictly equal" time="1.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint
"/>
|
|
181
|
+
<testcase name="# Test vtkPlane projectPoint
 should be strictly equal" time="1.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint
"/>
|
|
182
|
+
<testcase name="# Test vtkPlane projectPoint
 should be strictly equal" time="1.664" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint
"/>
|
|
183
|
+
<testcase name="# Test vtkPlane DistanceToPlane
 should be strictly equal" time="1.664" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane DistanceToPlane
"/>
|
|
184
|
+
<testcase name="# Test vtkPlane DistanceToPlane
 should be strictly equal" time="1.664" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane DistanceToPlane
"/>
|
|
185
|
+
<testcase name="# Test vtkPlane Push
 should be strictly equal" time="1.664" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push
"/>
|
|
186
|
+
<testcase name="# Test vtkPlane Push
 should be strictly equal" time="1.664" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push
"/>
|
|
187
|
+
<testcase name="# Test vtkPlane Push
 should be strictly equal" time="1.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push
"/>
|
|
188
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
189
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
190
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
191
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
192
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
193
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
194
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
195
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
196
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
197
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
198
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
199
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
200
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
201
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.666" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
202
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.667" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
203
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.667" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
204
|
+
<testcase name="# Test vtkPlane intersectWithLine
 should be strictly equal" time="1.667" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine
"/>
|
|
205
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
206
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
207
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
208
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
209
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
210
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
211
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
212
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
213
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
214
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
215
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
216
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
217
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
218
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.669" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
219
|
+
<testcase name="# Test vtkPlane intersectWithPlane
 should be strictly equal" time="1.67" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane
"/>
|
|
220
|
+
<testcase name="# Test vtkPlane evaluateFunction
 should be strictly equal" time="1.67" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction
"/>
|
|
221
|
+
<testcase name="# Test vtkPlane evaluateFunction
 should be strictly equal" time="1.67" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction
"/>
|
|
222
|
+
<testcase name="# Test vtkPlane evaluateFunction
 should be strictly equal" time="1.67" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction
"/>
|
|
223
|
+
<testcase name="# Test vtkPolyData instance
 Make sure the class definition exists" time="1.671" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData instance
"/>
|
|
224
|
+
<testcase name="# Test vtkPolyData instance
 should be truthy" time="1.678" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData instance
"/>
|
|
225
|
+
<testcase name="# Test vtkPolyData cells
 Line cell should be made of the number of points plus 1" time="1.678" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells
"/>
|
|
226
|
+
<testcase name="# Test vtkPolyData cells
 Triangle cells should be made of 3 points" time="1.686" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells
"/>
|
|
227
|
+
<testcase name="# Test vtkPolyData cells
 should be deeply equivalent" time="1.687" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells
"/>
|
|
228
|
+
<testcase name="# Test vtkTriangle instance
 Make sure the class definition exists" time="1.687" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle instance
"/>
|
|
229
|
+
<testcase name="# Test vtkTriangle instance
 should be truthy" time="1.687" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle instance
"/>
|
|
230
|
+
<testcase name="# Test vtkTriangle static::computeNormalDirection
 should be deeply equivalent" time="1.687" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection
"/>
|
|
231
|
+
<testcase name="# Test vtkTriangle static::computeNormalDirection
 should be deeply equivalent" time="1.687" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection
"/>
|
|
232
|
+
<testcase name="# Test vtkTriangle static::computeNormalDirection
 should be deeply equivalent" time="1.688" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection
"/>
|
|
233
|
+
<testcase name="# Test vtkTriangle static::computeNormal
 should be deeply equivalent" time="1.688" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal
"/>
|
|
234
|
+
<testcase name="# Test vtkTriangle static::computeNormal
 should be deeply equivalent" time="1.688" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal
"/>
|
|
235
|
+
<testcase name="# Test vtkTriangle static::computeNormal
 should be deeply equivalent" time="1.691" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal
"/>
|
|
236
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.691" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
237
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.691" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
238
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.691" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
239
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.692" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
240
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.692" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
241
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.692" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
242
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.692" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
243
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.693" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
244
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.693" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
245
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.693" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
246
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.693" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
247
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.693" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
248
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be strictly equal" time="1.694" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
249
|
+
<testcase name="# Test vtkTriangle intersectWithLine
 should be deeply equivalent" time="1.694" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine
"/>
|
|
250
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.694" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
251
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.695" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
252
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.695" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
253
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.695" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
254
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.695" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
255
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.695" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
256
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.696" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
257
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.696" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
258
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.696" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
259
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be strictly equal" time="1.696" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
260
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.696" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
261
|
+
<testcase name="# Test vtkTriangle evaluatePosition
 should be deeply equivalent" time="1.702" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition
"/>
|
|
262
|
+
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.702" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube
"/>
|
|
263
|
+
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.702" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube
"/>
|
|
264
|
+
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.702" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube
"/>
|
|
265
|
+
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube
"/>
|
|
266
|
+
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube
"/>
|
|
267
|
+
<testcase name="# Test vtkCutter cutCube
 should be strictly equal" time="1.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube
"/>
|
|
268
|
+
<testcase name="# Test vtkAppendPolyData instance
 Make sure the class definition exists." time="1.704" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData instance
"/>
|
|
269
|
+
<testcase name="# Test vtkAppendPolyData instance
 Make sure an instance can be created." time="1.71" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData instance
"/>
|
|
270
|
+
<testcase name="# Test vtkAppendPolyData execution
 Make sure the number of points is correct." time="1.71" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution
"/>
|
|
271
|
+
<testcase name="# Test vtkAppendPolyData execution
 Make sure the output data type is correct." time="1.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution
"/>
|
|
272
|
+
<testcase name="# Test vtkAppendPolyData execution
 Make sure the number of polys is correct." time="1.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution
"/>
|
|
273
|
+
<testcase name="# Test vtkAppendPolyData rendering
 vtkAppendPolyData Rendering" time="2.184" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering
"/>
|
|
274
|
+
<testcase name="# Test vtkAppendPolyData rendering
 Matching image - delta 0.00%" time="2.184" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering
"/>
|
|
275
|
+
<testcase name="# Test vtkAppendPolyData rendering
 Image match resolution" time="2.2" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering
"/>
|
|
276
|
+
<testcase name="# Test vtkCalculator instance
 Make sure the class definition exists." time="2.2" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator instance
"/>
|
|
277
|
+
<testcase name="# Test vtkCalculator instance
 Make sure an instance can be created." time="2.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator instance
"/>
|
|
278
|
+
<testcase name="# Test vtkCalculator execution
 Output dataset exists" time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
279
|
+
<testcase name="# Test vtkCalculator execution
 The output dataset should be a vtkPolydata" time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
280
|
+
<testcase name="# Test vtkCalculator execution
 The number of points did not change between input 66 and output 66" time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
281
|
+
<testcase name="# Test vtkCalculator execution
 Output point-scalars array exists." time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
282
|
+
<testcase name="# Test vtkCalculator execution
 Output point-scalars is "sine wave"." time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
283
|
+
<testcase name="# Test vtkCalculator execution
 Output field-data array exists." time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
284
|
+
<testcase name="# Test vtkCalculator execution
 The uniform result variable should be 22.55; got 22.549999237060547." time="2.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution
"/>
|
|
285
|
+
<testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance
 Make sure the class defination exists" time="2.206" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter instance
"/>
|
|
286
|
+
<testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance
 Make sure an instance can be created." time="2.21" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter instance
"/>
|
|
287
|
+
<testcase name="# Test vtkClosedPolyLineToSurfaceFilter execution
 Polys should have a single segment with 96 point indices" time="2.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter execution
"/>
|
|
288
|
+
<testcase name="# Test vtkImageStreamline instance
 Make sure the class definition exist" time="2.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance
"/>
|
|
289
|
+
<testcase name="# Test vtkImageStreamline instance
 Make sure the instance exist" time="2.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance
"/>
|
|
290
|
+
<testcase name="# Test vtkImageStreamline instance
 Default integrationStep should be 1" time="2.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance
"/>
|
|
291
|
+
<testcase name="# Test vtkImageStreamline instance
 Default MaximumNumberOfSteps should be 1000" time="2.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance
"/>
|
|
292
|
+
<testcase name="# Test vtkImageStreamline instance
 Updated value of integrationStep should be 0.1" time="2.361" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance
"/>
|
|
293
|
+
<testcase name="# Test vtkImageStreamline execution
 Output dataset exist" time="2.361" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution
"/>
|
|
294
|
+
<testcase name="# Test vtkImageStreamline execution
 The output dataset should be a vtkPolydata" time="2.362" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution
"/>
|
|
295
|
+
<testcase name="# Test vtkImageStreamline execution
 The number of points should be 2228" time="2.362" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution
"/>
|
|
296
|
+
<testcase name="# Test MultipleBonds
 should be truthy" time="2.98" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds
"/>
|
|
297
|
+
<testcase name="# Test MultipleBonds
 Matching image - delta 0.01%" time="2.98" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds
"/>
|
|
298
|
+
<testcase name="# Test MultipleBonds
 Image match resolution" time="3.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds
"/>
|
|
299
|
+
<testcase name="# Test vtkPaintFilter ellipse on images with large spacing
 Matching image - delta 0.00%" time="3.985" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPaintFilter ellipse on images with large spacing
"/>
|
|
300
|
+
<testcase name="# Test vtkPaintFilter ellipse on images with large spacing
 Image match resolution" time="3.988" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPaintFilter ellipse on images with large spacing
"/>
|
|
301
|
+
<testcase name="# Test vtkTubeFilter instance
 Make sure the class definition exists." time="3.989" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter instance
"/>
|
|
302
|
+
<testcase name="# Test vtkTubeFilter instance
 Make sure an instance can be created." time="3.996" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter instance
"/>
|
|
303
|
+
<testcase name="# Test vtkTubeFilter execution
 Make sure the output data type is double." time="3.996" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution
"/>
|
|
304
|
+
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of points is correct without capping." time="3.996" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution
"/>
|
|
305
|
+
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of normals is correct without capping." time="3.998" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution
"/>
|
|
306
|
+
<testcase name="# Test vtkTubeFilter execution
 Make sure the output data type is float." time="3.998" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution
"/>
|
|
307
|
+
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of points is correct with capping." time="3.998" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution
"/>
|
|
308
|
+
<testcase name="# Test vtkTubeFilter execution
 Make sure the output number of normals is correct with capping." time="3.998" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution
"/>
|
|
309
|
+
<testcase name="# Test vtkTubeFilter rendering
 vtkTubeFilter Rendering" time="4.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering
"/>
|
|
310
|
+
<testcase name="# Test vtkTubeFilter rendering
 Matching image - delta 0.00%" time="4.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering
"/>
|
|
311
|
+
<testcase name="# Test vtkTubeFilter rendering
 Image match resolution" time="4.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering
"/>
|
|
312
|
+
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the output number of points is correct without capping." time="4.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
313
|
+
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the length of the radius array is correct." time="4.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
314
|
+
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the length of the color array is correct." time="4.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
315
|
+
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the array name to color by is correct." time="4.749" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
316
|
+
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the scalar mode is correct." time="4.749" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
317
|
+
<testcase name="# Test vtkTubeFilter colorMapping
 Make sure the color mode is correct." time="5.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping
"/>
|
|
318
|
+
<testcase name="# Test vtkTubeFilter color map rendering
 Matching image - delta 0.00%" time="5.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter color map rendering
"/>
|
|
319
|
+
<testcase name="# Test vtkTubeFilter color map rendering
 Image match resolution" time="5.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter color map rendering
"/>
|
|
320
|
+
<testcase name="# Test vtkWarpScalar instance
 Make sure the class definition exist" time="5.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
321
|
+
<testcase name="# Test vtkWarpScalar instance
 Make sure the instance exist" time="5.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
322
|
+
<testcase name="# Test vtkWarpScalar instance
 Default ScaleFactor should be 1" time="5.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
323
|
+
<testcase name="# Test vtkWarpScalar instance
 Default UseNormal should be false" time="5.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
324
|
+
<testcase name="# Test vtkWarpScalar instance
 Default xyPlane should be false" time="5.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
325
|
+
<testcase name="# Test vtkWarpScalar instance
 Default normal should be [0, 0, 1]" time="5.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
326
|
+
<testcase name="# Test vtkWarpScalar instance
 Updated value of ScaleFactor should be 2.5" time="5.455" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance
"/>
|
|
327
|
+
<testcase name="# Test vtkWarpScalar execution
 Output dataset exist" time="5.455" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution
"/>
|
|
328
|
+
<testcase name="# Test vtkWarpScalar execution
 The output dataset should be a vtkPolydata" time="5.455" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution
"/>
|
|
329
|
+
<testcase name="# Test vtkWarpScalar execution
 The number of points do not change between input 50 and output 50" time="5.456" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution
"/>
|
|
330
|
+
<testcase name="# Test vtkConcentricCylinderSource Rendering
 vtkConcentricCylinderSource Rendering" time="6.027" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering
"/>
|
|
331
|
+
<testcase name="# Test vtkConcentricCylinderSource Rendering
 Matching image - delta 0.00%" time="6.027" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering
"/>
|
|
332
|
+
<testcase name="# Test vtkConcentricCylinderSource Rendering
 Image match resolution" time="6.032" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering
"/>
|
|
333
|
+
<testcase name="# Test vtkConeSource Rendering
 vtkConeSource Rendering" time="6.521" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering
"/>
|
|
334
|
+
<testcase name="# Test vtkConeSource Rendering
 Matching image - delta 0.00%" time="6.521" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering
"/>
|
|
335
|
+
<testcase name="# Test vtkConeSource Rendering
 Image match resolution" time="6.523" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering
"/>
|
|
336
|
+
<testcase name="# Test vtkCubeSource Rendering
 vtkCubeSource Rendering" time="7.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering
"/>
|
|
337
|
+
<testcase name="# Test vtkCubeSource Rendering
 Matching image - delta 0.62%" time="7.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering
"/>
|
|
338
|
+
<testcase name="# Test vtkCubeSource Rendering
 Image match resolution" time="7.714" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering
"/>
|
|
339
|
+
<testcase name="# Test vtkCylinderSource Rendering
 vtkCylinderSource Rendering" time="8.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering
"/>
|
|
340
|
+
<testcase name="# Test vtkCylinderSource Rendering
 Matching image - delta 0.00%" time="8.203" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering
"/>
|
|
341
|
+
<testcase name="# Test vtkCylinderSource Rendering
 Image match resolution" time="8.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering
"/>
|
|
342
|
+
<testcase name="# Test vtkLineSource Rendering
 vtkLineSource Rendering" time="8.704" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering
"/>
|
|
343
|
+
<testcase name="# Test vtkLineSource Rendering
 Matching image - delta 0.24%" time="8.704" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering
"/>
|
|
344
|
+
<testcase name="# Test vtkLineSource Rendering
 Image match resolution" time="8.705" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering
"/>
|
|
345
|
+
<testcase name="# Test vtkPlaneSource Rendering
 vtkPlaneSource Rendering" time="9.253" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering
"/>
|
|
346
|
+
<testcase name="# Test vtkPlaneSource Rendering
 Matching image - delta 0.00%" time="9.253" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering
"/>
|
|
347
|
+
<testcase name="# Test vtkPlaneSource Rendering
 Image match resolution" time="9.257" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering
"/>
|
|
348
|
+
<testcase name="# Test vtkPointSource Rendering
 vtkPointSource Rendering" time="9.768" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering
"/>
|
|
349
|
+
<testcase name="# Test vtkPointSource Rendering
 Matching image - delta 0.00%" time="9.768" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering
"/>
|
|
350
|
+
<testcase name="# Test vtkPointSource Rendering
 Image match resolution" time="9.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering
"/>
|
|
351
|
+
<testcase name="# Test vtkTextureMapToPlane instance
 Make sure the class definition exists" time="9.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane instance
"/>
|
|
352
|
+
<testcase name="# Test vtkTextureMapToPlane instance
 should be truthy" time="9.78" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane instance
"/>
|
|
353
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.78" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
354
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.781" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
355
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.781" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
356
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.781" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
357
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
358
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
359
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
360
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
361
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
362
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
363
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
364
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
365
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
366
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
367
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
368
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
369
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
370
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
371
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
372
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
373
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
374
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
375
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
376
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
377
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.788" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
378
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.788" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
379
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
380
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
381
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
382
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
383
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
384
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
385
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
386
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
387
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
388
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
389
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
390
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
391
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
392
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
393
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
394
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
395
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.806" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
396
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.806" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
397
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.806" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
398
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.806" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
399
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.806" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
400
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation
 should be strictly equal" time="9.809" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation
"/>
|
|
401
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.809" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
402
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.809" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
403
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
404
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
405
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
406
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
407
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
408
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
409
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
410
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
411
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
412
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.81" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
413
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
414
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
415
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
416
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
417
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
418
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
419
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
420
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.811" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
421
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
422
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
423
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
424
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
425
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
426
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
427
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
428
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
429
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
430
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
431
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
432
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
433
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
434
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
435
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
436
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
437
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
438
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
439
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
440
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
441
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
442
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
443
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
444
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
445
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
446
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
447
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
448
|
+
<testcase name="# Test vtkTextureMapToPlane TCoords generation automatic
 should be strictly equal" time="9.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic
"/>
|
|
449
|
+
<testcase name="# Test vtkTextureMapToSphere instance
 Make sure the class definition exists" time="9.815" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere instance
"/>
|
|
450
|
+
<testcase name="# Test vtkTextureMapToSphere instance
 should be truthy" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere instance
"/>
|
|
451
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
452
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
453
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
454
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
455
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
456
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
457
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
458
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
459
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
460
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
461
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
462
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
463
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
464
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
465
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
466
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
467
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
468
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
469
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
470
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
471
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
472
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
473
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
474
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.826" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
475
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
476
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
477
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
478
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
479
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
480
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
481
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
482
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
483
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
484
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
485
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
486
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
487
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
488
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
489
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
490
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
491
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
492
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
493
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
494
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
495
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
496
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
497
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
498
|
+
<testcase name="# Test vtkTextureMapToSphere TCoords generation
 should be strictly equal" time="9.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation
"/>
|
|
499
|
+
<testcase name="# Test vtkImageReslice Rendering
 vtkImageReslice Rendering" time="10.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering
"/>
|
|
500
|
+
<testcase name="# Test vtkImageReslice Rendering
 Matching image - delta 0.13%" time="10.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering
"/>
|
|
501
|
+
<testcase name="# Test vtkImageReslice Rendering
 Image match resolution" time="10.689" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering
"/>
|
|
502
|
+
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="10.689" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber
"/>
|
|
503
|
+
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="10.69" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber
"/>
|
|
504
|
+
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="10.69" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber
"/>
|
|
505
|
+
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="10.69" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber
"/>
|
|
506
|
+
<testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber
 should be strictly equal" time="10.691" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber
"/>
|
|
507
|
+
<testcase name="# Test MoleculeMapper
 Filter: MoleculeToRepresentation" time="10.706" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper
"/>
|
|
508
|
+
<testcase name="# Test MoleculeMapper
 should be truthy" time="10.753" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper
"/>
|
|
509
|
+
<testcase name="# Test MoleculeMapper
 should be truthy" time="11.388" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper
"/>
|
|
510
|
+
<testcase name="# Test MoleculeMapper
 Matching image - delta 0.00%" time="11.388" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper
"/>
|
|
511
|
+
<testcase name="# Test MoleculeMapper
 Image match resolution" time="11.402" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper
"/>
|
|
512
|
+
<testcase name="# Test vtkPiecewiseFunctionProxy
 Custom points should not be active in Gaussian mode" time="11.416" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy
"/>
|
|
513
|
+
<testcase name="# Test vtkPiecewiseFunctionProxy
 Custom points should be active in Points mode" time="11.417" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy
"/>
|
|
514
|
+
<testcase name="# Test vtkPiecewiseFunctionProxy
 Default nodes" time="11.417" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy
"/>
|
|
515
|
+
<testcase name="# Test vtkPiecewiseFunctionProxy
 Default points" time="11.417" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy
"/>
|
|
516
|
+
<testcase name="# Test vtkPiecewiseFunctionProxy
 Default nodes" time="11.418" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy
"/>
|
|
517
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
518
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
519
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.42" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
520
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.42" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
521
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.42" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
522
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.421" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
523
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.421" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
524
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.421" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
525
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.421" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
526
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.421" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
527
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.429" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
528
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.429" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
529
|
+
<testcase name="# Test vtkAbstractMapper publicAPI
 should be strictly equal" time="11.429" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI
"/>
|
|
530
|
+
<testcase name="# Test Actor
 vtkActor testRotate" time="11.956" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor
"/>
|
|
531
|
+
<testcase name="# Test Actor
 Matching image - delta 0.16%" time="11.956" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor
"/>
|
|
532
|
+
<testcase name="# Test Actor
 Image match resolution" time="12.91" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor
"/>
|
|
533
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
534
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
535
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
536
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
537
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
538
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
539
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
540
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
541
|
+
<testcase name="# Test vtkCellPicker image mapper
 should be strictly equal" time="12.911" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper
"/>
|
|
542
|
+
<testcase name="# Test vtkCellPicker instance
 Make sure the class definition exists" time="12.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker instance
"/>
|
|
543
|
+
<testcase name="# Test vtkCellPicker instance
 should be truthy" time="12.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker instance
"/>
|
|
544
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 vtkOpenGLPolyDataMapper ColorTransferFunction" time="13.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
545
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 Matching image - delta 0.34%" time="13.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
546
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 Image match resolution" time="13.661" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
547
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for -0.1, expect 1,0,0" time="13.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
548
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0, expect 1,0,0" time="13.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
549
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.1, expect 1,0,0" time="13.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
550
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.19, expect 1,0,0" time="13.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
551
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.2, expect 0.5,0.5,0" time="13.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
552
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.59, expect 0,1,0" time="13.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
553
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.6, expect 0,0.5,0.5" time="13.663" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
554
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 0.9, expect 0,0,1" time="13.663" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
555
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 1, expect 0,0,1" time="13.663" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
556
|
+
<testcase name="# Test discretized color transfer function
 Test discretized ctf value for 1.1, expect 0,0,1" time="13.663" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function
"/>
|
|
557
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="14.644" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
558
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 Matching image - delta 0.00%" time="14.644" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
559
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 Image match resolution" time="14.645" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
560
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="21.558" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
561
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 Matching image - delta 0.19%" time="21.558" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
562
|
+
<testcase name="# Test Interpolate Scalars Before Colors
 Image match resolution" time="21.59" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors
"/>
|
|
563
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.591" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
564
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.591" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
565
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.592" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
566
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.592" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
567
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.593" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
568
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.593" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
569
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.593" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
570
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.593" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
571
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.593" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
572
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
573
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
574
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
575
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
576
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
577
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
578
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.595" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
579
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.595" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
580
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.595" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
581
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.595" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
582
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.595" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
583
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.596" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
584
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.596" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
585
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.596" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
586
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.597" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
587
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.598" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
588
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.598" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
589
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.598" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
590
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.598" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
591
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.598" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
592
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
593
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
594
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
595
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
596
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
597
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
598
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
599
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
600
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
601
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
602
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
603
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
604
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
605
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
606
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
607
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.602" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
608
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.602" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
609
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.602" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
610
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.602" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
611
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.602" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
612
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.602" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
613
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.603" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
614
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.603" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
615
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.603" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
616
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.603" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
617
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.603" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
618
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.603" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
619
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.604" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
620
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.604" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
621
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.604" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
622
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.604" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
623
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.604" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
624
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.604" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
625
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.605" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
626
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.605" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
627
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.605" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
628
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.605" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
629
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.605" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
630
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.605" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
631
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.606" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
632
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.606" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
633
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.606" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
634
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.607" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
635
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.607" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
636
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.607" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
637
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.607" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
638
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.607" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
639
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.607" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
640
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.608" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
641
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.608" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
642
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.608" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
643
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.608" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
644
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.608" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
645
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.608" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
646
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
647
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
648
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
649
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
650
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
651
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
652
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.609" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
653
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.61" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
654
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.61" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
655
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.61" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
656
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.61" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
657
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.61" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
658
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.611" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
659
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.611" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
660
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.611" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
661
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.611" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
662
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.611" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
663
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.611" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
664
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.612" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
665
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.612" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
666
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.612" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
667
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.612" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
668
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.612" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
669
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.613" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
670
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.613" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
671
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.613" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
672
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.613" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
673
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.613" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
674
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.613" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
675
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
676
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
677
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
678
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
679
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
680
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
681
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.614" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
682
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.615" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
683
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.615" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
684
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.615" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
685
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.615" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
686
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.615" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
687
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.615" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
688
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.616" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
689
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.616" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
690
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.616" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
691
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.616" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
692
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.617" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
693
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.617" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
694
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.617" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
695
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.617" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
696
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.617" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
697
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.618" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
698
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.618" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
699
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.618" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
700
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.618" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
701
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.619" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
702
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.619" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
703
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.619" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
704
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.619" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
705
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.62" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
706
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.62" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
707
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.62" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
708
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.62" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
709
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.621" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
710
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.621" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
711
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.621" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
712
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.621" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
713
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.621" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
714
|
+
<testcase name="# Test vtkCoordinate publicAPI
 should be deeply equivalent" time="21.622" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI
"/>
|
|
715
|
+
<testcase name="# Test Follower class
 vtkFollower" time="22.496" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class
"/>
|
|
716
|
+
<testcase name="# Test Follower class
 Matching image - delta 1.18%" time="22.497" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class
"/>
|
|
717
|
+
<testcase name="# Test Follower class
 Image match resolution" time="22.5" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class
"/>
|
|
718
|
+
<testcase name="# Test vtkGlyph3DMapper Rendering
 vtkGlyph3DMapper Rendering" time="23.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering
"/>
|
|
719
|
+
<testcase name="# Test vtkGlyph3DMapper Rendering
 Matching image - delta 0.03%" time="23.076" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering
"/>
|
|
720
|
+
<testcase name="# Test vtkGlyph3DMapper Rendering
 Image match resolution" time="23.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering
"/>
|
|
721
|
+
<testcase name="# Test HardwareSelector
 vtkHardwareSelector TestHardwareSelector" time="23.482" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector
"/>
|
|
722
|
+
<testcase name="# Test HardwareSelector
 Two props selected" time="23.482" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector
"/>
|
|
723
|
+
<testcase name="# Test HardwareSelector
 Correct props were selected" time="23.484" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector
"/>
|
|
724
|
+
<testcase name="# Test HardwareSelectorGlyph
 TestHardwareSelectorGlyph" time="23.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph
"/>
|
|
725
|
+
<testcase name="# Test HardwareSelectorGlyph
 Seven glyphs selected" time="23.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph
"/>
|
|
726
|
+
<testcase name="# Test HardwareSelectorGlyph
 glyph 71 was the first selected" time="23.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph
"/>
|
|
727
|
+
<testcase name="# Test HardwareSelectorGlyph
 Correct prop was selected" time="23.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph
"/>
|
|
728
|
+
<testcase name="# Test HardwareSelector
 vtkHardwareSelector TestHardwareSelector" time="26.862" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector
"/>
|
|
729
|
+
<testcase name="# Test HardwareSelector
 Hardware selector takes less than six normal renders (2329, 210, 317)" time="26.874" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector
"/>
|
|
730
|
+
<testcase name="# Test Edge Visibility
 vtkMapper EdgeVisibility" time="27.478" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility
"/>
|
|
731
|
+
<testcase name="# Test Edge Visibility
 Matching image - delta 0.69%" time="27.479" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility
"/>
|
|
732
|
+
<testcase name="# Test Edge Visibility
 Image match resolution" time="27.481" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility
"/>
|
|
733
|
+
<testcase name="# Test VectorComponent
 vtkMapper Vector Component" time="28.375" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent
"/>
|
|
734
|
+
<testcase name="# Test VectorComponent
 Matching image - delta 0.26%" time="28.375" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent
"/>
|
|
735
|
+
<testcase name="# Test VectorComponent
 Image match resolution" time="29.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent
"/>
|
|
736
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
737
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
738
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
739
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
740
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
741
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
742
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
743
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
744
|
+
<testcase name="# Test vtkPointPicker image mapper
 should be strictly equal" time="29.418" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper
"/>
|
|
745
|
+
<testcase name="# Test vtkPointPicker line source
 pick at (380.5, 200)" time="29.418" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source
"/>
|
|
746
|
+
<testcase name="# Test vtkPointPicker line source
 should be strictly equal" time="29.418" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source
"/>
|
|
747
|
+
<testcase name="# Test vtkPointPicker line source
 point id" time="29.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source
"/>
|
|
748
|
+
<testcase name="# Test vtkPointPicker line source
 pick at (20, 200.5)" time="29.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source
"/>
|
|
749
|
+
<testcase name="# Test vtkPointPicker line source
 should be strictly equal" time="29.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source
"/>
|
|
750
|
+
<testcase name="# Test vtkPointPicker line source
 point id" time="29.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source
"/>
|
|
751
|
+
<testcase name="# Test vtkPointPicker instance
 Make sure the class definition exists" time="29.42" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker instance
"/>
|
|
752
|
+
<testcase name="# Test vtkPointPicker instance
 should be truthy" time="29.42" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker instance
"/>
|
|
753
|
+
<testcase name="# Test Set Actor User Matrix
 vtkActor SetUserMatrix" time="30.096" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix
"/>
|
|
754
|
+
<testcase name="# Test Set Actor User Matrix
 Matching image - delta 0.18%" time="30.096" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix
"/>
|
|
755
|
+
<testcase name="# Test Set Actor User Matrix
 Image match resolution" time="30.708" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix
"/>
|
|
756
|
+
<testcase name="# Test multiple renderers
 Matching image - delta 0.00%" time="30.708" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test multiple renderers
"/>
|
|
757
|
+
<testcase name="# Test multiple renderers
 Image match resolution" time="30.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test multiple renderers
"/>
|
|
758
|
+
<testcase name="# Test vtkSphereMapper Rendering
 vtkSphereMapper Rendering" time="31.466" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering
"/>
|
|
759
|
+
<testcase name="# Test vtkSphereMapper Rendering
 Matching image - delta 0.00%" time="31.466" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering
"/>
|
|
760
|
+
<testcase name="# Test vtkSphereMapper Rendering
 Image match resolution" time="31.471" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering
"/>
|
|
761
|
+
<testcase name="# Test SphereMapper
 vtkSphereMapper testSphere" time="32.014" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper
"/>
|
|
762
|
+
<testcase name="# Test SphereMapper
 Matching image - delta 0.04%" time="32.014" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper
"/>
|
|
763
|
+
<testcase name="# Test SphereMapper
 Image match resolution" time="32.018" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper
"/>
|
|
764
|
+
<testcase name="# Test StickMapper
 vtkStickMapper testStick" time="32.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper
"/>
|
|
765
|
+
<testcase name="# Test StickMapper
 Matching image - delta 0.02%" time="32.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper
"/>
|
|
766
|
+
<testcase name="# Test StickMapper
 Image match resolution" time="54.251" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper
"/>
|
|
767
|
+
<testcase name="# Test ImageMapper
 vtkOpenGLImageMapper testImage" time="54.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper
"/>
|
|
768
|
+
<testcase name="# Test ImageMapper
 Matching image - delta 0.47%" time="54.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper
"/>
|
|
769
|
+
<testcase name="# Test ImageMapper
 Image match resolution" time="54.819" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper
"/>
|
|
770
|
+
<testcase name="# Test ImageMapper ClippingPlanes
 vtkOpenGLImageMapper testImage" time="55.509" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes
"/>
|
|
771
|
+
<testcase name="# Test ImageMapper ClippingPlanes
 Matching image - delta 0.00%" time="55.509" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes
"/>
|
|
772
|
+
<testcase name="# Test ImageMapper ClippingPlanes
 Image match resolution" time="55.51" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes
"/>
|
|
773
|
+
<testcase name="# Test ImageMapper with Nearest Neighbor interpolation
 vtkOpenGLImageMapper testImage" time="56.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation
"/>
|
|
774
|
+
<testcase name="# Test ImageMapper with Nearest Neighbor interpolation
 Matching image - delta 0.06%" time="56.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation
"/>
|
|
775
|
+
<testcase name="# Test ImageMapper with Nearest Neighbor interpolation
 Image match resolution" time="56.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation
"/>
|
|
776
|
+
<testcase name="# Test ImageMapper
 vtkOpenGLImageMapper testImage" time="56.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper
"/>
|
|
777
|
+
<testcase name="# Test ImageMapper
 Matching image - delta 0.00%" time="56.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper
"/>
|
|
778
|
+
<testcase name="# Test ImageMapper
 Image match resolution" time="56.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper
"/>
|
|
779
|
+
<testcase name="# Test Add Shader Replacements
 vtkOpenGLPolyDataMapper AddShaderReplacements" time="57.317" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements
"/>
|
|
780
|
+
<testcase name="# Test Add Shader Replacements
 Matching image - delta 0.06%" time="57.318" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements
"/>
|
|
781
|
+
<testcase name="# Test Add Shader Replacements
 Image match resolution" time="57.32" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements
"/>
|
|
782
|
+
<testcase name="# Test Clear Shader Replacements
 vtkOpenGLPolyDataMapper ClearShaderReplacements" time="58.067" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements
"/>
|
|
783
|
+
<testcase name="# Test Clear Shader Replacements
 Matching image - delta 0.10%" time="58.067" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements
"/>
|
|
784
|
+
<testcase name="# Test Clear Shader Replacements
 Image match resolution" time="58.072" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements
"/>
|
|
785
|
+
<testcase name="# Test Clipping planes
 vtkOpenGLPolyDataMapper setClippingPlanes" time="58.627" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes
"/>
|
|
786
|
+
<testcase name="# Test Clipping planes
 Matching image - delta 0.00%" time="58.627" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes
"/>
|
|
787
|
+
<testcase name="# Test Clipping planes
 Image match resolution" time="58.628" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes
"/>
|
|
788
|
+
<testcase name="# Test Interpolate Scalars Before Mapping
 vtkOpenGLPolyDataMapper InterpolateScalarsBeforeColors" time="59.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping
"/>
|
|
789
|
+
<testcase name="# Test Interpolate Scalars Before Mapping
 Matching image - delta 0.34%" time="59.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping
"/>
|
|
790
|
+
<testcase name="# Test Interpolate Scalars Before Mapping
 Image match resolution" time="59.206" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping
"/>
|
|
791
|
+
<testcase name="# Test vtkOpenGLSkybox Rendering
 Filter: OpenGLTexture" time="61.286" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering
"/>
|
|
792
|
+
<testcase name="# Test vtkOpenGLSkybox Rendering
 Matching image - delta 0.00%" time="61.286" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering
"/>
|
|
793
|
+
<testcase name="# Test vtkOpenGLSkybox Rendering
 Image match resolution" time="61.292" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering
"/>
|
|
794
|
+
<testcase name="# Test vtkOpenGLSkybox Background Rendering
 Filter: OpenGLTexture" time="61.857" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering
"/>
|
|
795
|
+
<testcase name="# Test vtkOpenGLSkybox Background Rendering
 Matching image - delta 0.00%" time="61.858" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering
"/>
|
|
796
|
+
<testcase name="# Test vtkOpenGLSkybox Background Rendering
 Image match resolution" time="61.859" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering
"/>
|
|
797
|
+
<testcase name="# Test vtkOpenGLTexture Rendering
 Filter: OpenGLTexture" time="62.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering
"/>
|
|
798
|
+
<testcase name="# Test vtkOpenGLTexture Rendering
 Matching image - delta 0.01%" time="62.825" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering
"/>
|
|
799
|
+
<testcase name="# Test vtkOpenGLTexture Rendering
 Image match resolution" time="62.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering
"/>
|
|
800
|
+
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper Composite" time="66.938" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
801
|
+
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.07%" time="66.939" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
802
|
+
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="66.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
803
|
+
<testcase name="# Test Composite Volume Rendering with parallel projection
 vtkOpenGLVolumeMapper CompositeParallelProjection" time="68.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection
"/>
|
|
804
|
+
<testcase name="# Test Composite Volume Rendering with parallel projection
 Matching image - delta 0.00%" time="68.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection
"/>
|
|
805
|
+
<testcase name="# Test Composite Volume Rendering with parallel projection
 Image match resolution" time="68.918" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection
"/>
|
|
806
|
+
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper Composite16Bit" time="70.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
807
|
+
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.00%" time="70.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
808
|
+
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="70.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
809
|
+
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper Intermixed" time="74.414" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
810
|
+
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.06%" time="74.414" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
811
|
+
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="74.416" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
812
|
+
<testcase name="# Test Composite Volume Rendering
 vtkOpenGLVolumeMapper IntermixedImage" time="81.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
813
|
+
<testcase name="# Test Composite Volume Rendering
 Matching image - delta 0.15%" time="81.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
814
|
+
<testcase name="# Test Composite Volume Rendering
 Image match resolution" time="81.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering
"/>
|
|
815
|
+
<testcase name="# Test Lighted Volume Rendering
 vtkOpenGLVolumeMapper Lighting" time="87.084" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering
"/>
|
|
816
|
+
<testcase name="# Test Lighted Volume Rendering
 Matching image - delta 0.30%" time="87.084" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering
"/>
|
|
817
|
+
<testcase name="# Test Lighted Volume Rendering
 Image match resolution" time="87.085" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering
"/>
|
|
818
|
+
<testcase name="# Test Maximum Intensity Projection Volume Rendering
 vtkOpenGLVolumeMapper MIP" time="88.258" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering
"/>
|
|
819
|
+
<testcase name="# Test Maximum Intensity Projection Volume Rendering
 Matching image - delta 0.00%" time="88.258" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering
"/>
|
|
820
|
+
<testcase name="# Test Maximum Intensity Projection Volume Rendering
 Image match resolution" time="88.261" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering
"/>
|
|
821
|
+
<testcase name="# Test Minimum Intensity Projection Volume Rendering
 vtkOpenGLVolumeMapper MinIP" time="89.152" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering
"/>
|
|
822
|
+
<testcase name="# Test Minimum Intensity Projection Volume Rendering
 Matching image - delta 0.00%" time="89.152" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering
"/>
|
|
823
|
+
<testcase name="# Test Minimum Intensity Projection Volume Rendering
 Image match resolution" time="89.153" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering
"/>
|
|
824
|
+
<testcase name="# Test Volume Rendering with Proportional Component
 vtkOpenGLVolumeMapper ProportionalComponent" time="94.138" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component
"/>
|
|
825
|
+
<testcase name="# Test Volume Rendering with Proportional Component
 Matching image - delta 0.00%" time="94.138" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component
"/>
|
|
826
|
+
<testcase name="# Test Volume Rendering with Proportional Component
 Image match resolution" time="94.143" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component
"/>
|
|
827
|
+
<testcase name="# Test Average Intensity Projection Volume Rendering
 vtkOpenGLVolumeMapper AverageIP" time="95.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering
"/>
|
|
828
|
+
<testcase name="# Test Average Intensity Projection Volume Rendering
 Matching image - delta 0.00%" time="95.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering
"/>
|
|
829
|
+
<testcase name="# Test Average Intensity Projection Volume Rendering
 Image match resolution" time="95.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering
"/>
|
|
830
|
+
<testcase name="# Macro methods algo tests
 populate publicAPI" time="95.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests
"/>
|
|
831
|
+
<testcase name="# Macro methods algo tests
 return input data" time="95.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests
"/>
|
|
832
|
+
<testcase name="# Macro methods algo tests
 Add two input arrays" time="95.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests
"/>
|
|
833
|
+
<testcase name="# Macro methods algo tests
 Subtract two input arrays" time="95.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests
"/>
|
|
834
|
+
<testcase name="# Macro methods algo tests
 Multiply two input arrays" time="95.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests
"/>
|
|
835
|
+
<testcase name="# Macro methods algo tests
 Divide two input arrays, using outputPort" time="95.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests
"/>
|
|
836
|
+
<testcase name="# Macro shouldUpdate returns true if output is deleted
 Trivial producer outputs first input data" time="95.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro shouldUpdate returns true if output is deleted
"/>
|
|
837
|
+
<testcase name="# Macro shouldUpdate returns true if output is deleted
 Trivial producer outputs second input data" time="95.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro shouldUpdate returns true if output is deleted
"/>
|
|
838
|
+
<testcase name="# onlyIfWebGL
 onlyIfWebGL enabled" time="95.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# onlyIfWebGL
"/>
|
|
839
|
+
<testcase name="# Macro methods scalar tests
 macro setget" time="95.439" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
840
|
+
<testcase name="# Macro methods scalar tests
 Initial gets should match defaults" time="95.439" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
841
|
+
<testcase name="# Macro methods scalar tests
 Bool get should match set" time="95.439" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
842
|
+
<testcase name="# Macro methods scalar tests
 Initial gets should match defaults" time="95.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
843
|
+
<testcase name="# Macro methods scalar tests
 Int get should match set" time="95.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
844
|
+
<testcase name="# Macro methods scalar tests
 mtime should increase after set" time="95.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
845
|
+
<testcase name="# Macro methods scalar tests
 mtime should not increase after idempotent set" time="95.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests
"/>
|
|
846
|
+
<testcase name="# Macro methods array tests
 Initial gets should match defaults" time="95.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
847
|
+
<testcase name="# Macro methods array tests
 Throw if no set method declared" time="95.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
848
|
+
<testcase name="# Macro methods array tests
 Array spread set OK" time="95.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
849
|
+
<testcase name="# Macro methods array tests
 Array spread set should match get" time="95.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
850
|
+
<testcase name="# Macro methods array tests
 OK to set a single array argument" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
851
|
+
<testcase name="# Macro methods array tests
 Array set should match get" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
852
|
+
<testcase name="# Macro methods array tests
 mtime should increase after set" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
853
|
+
<testcase name="# Macro methods array tests
 Invalid number of values should throw" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
854
|
+
<testcase name="# Macro methods array tests
 Keep default value after illegal set" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
855
|
+
<testcase name="# Macro methods array tests
 mtime should not increase after idempotent set" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
856
|
+
<testcase name="# Macro methods array tests
 Invalid number of values should throw" time="95.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
857
|
+
<testcase name="# Macro methods array tests
 Keep value after illegal set" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
858
|
+
<testcase name="# Macro methods array tests
 Invalid set with string should throw" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
859
|
+
<testcase name="# Macro methods array tests
 Keep value after illegal set" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
860
|
+
<testcase name="# Macro methods array tests
 OK to set a typed array argument" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
861
|
+
<testcase name="# Macro methods array tests
 setArray should copy input argument" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
862
|
+
<testcase name="# Macro methods array tests
 OK to set no argument" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
863
|
+
<testcase name="# Macro methods array tests
 OK to set not enough argument" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
864
|
+
<testcase name="# Macro methods array tests
 OK to set too-short array argument" time="95.443" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
865
|
+
<testcase name="# Macro methods array tests
 OK to set too short typed array argument" time="95.444" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
866
|
+
<testcase name="# Macro methods array tests
 Invalid number of values should throw" time="95.444" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
867
|
+
<testcase name="# Macro methods array tests
 Too large array should throw" time="95.444" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
868
|
+
<testcase name="# Macro methods array tests
 Too large array should throw" time="95.444" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests
"/>
|
|
869
|
+
<testcase name="# Macro methods enum tests
 Initial gets should match defaults" time="95.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
870
|
+
<testcase name="# Macro methods enum tests
 Enum set should match get" time="95.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
871
|
+
<testcase name="# Macro methods enum tests
 should be truthy" time="95.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
872
|
+
<testcase name="# Macro methods enum tests
 Enum set by index should get matching enum value" time="95.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
873
|
+
<testcase name="# Macro methods enum tests
 Setting idempotent value should return false" time="95.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
874
|
+
<testcase name="# Macro methods enum tests
 Invalid enum index should throw" time="95.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
875
|
+
<testcase name="# Macro methods enum tests
 Enum set out of range should be rejected" time="95.446" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
876
|
+
<testcase name="# Macro methods enum tests
 Invalid enum string should throw" time="95.446" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
877
|
+
<testcase name="# Macro methods enum tests
 Enum set string out of range should be rejected" time="95.446" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
878
|
+
<testcase name="# Macro methods enum tests
 Invalid enum set with array/object should throw" time="95.446" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
879
|
+
<testcase name="# Macro methods enum tests
 Enum set string out of range should be rejected" time="95.447" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests
"/>
|
|
880
|
+
<testcase name="# Macro methods object tests
 Get entire model" time="95.447" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
881
|
+
<testcase name="# Macro methods object tests
 Get defaults back test" time="95.447" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
882
|
+
<testcase name="# Macro methods object tests
 Object should be frozen" time="95.447" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
883
|
+
<testcase name="# Macro methods object tests
 should be truthy" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
884
|
+
<testcase name="# Macro methods object tests
 should be truthy" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
885
|
+
<testcase name="# Macro methods object tests
 Object modified fires" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
886
|
+
<testcase name="# Macro methods object tests
 Object modified does not fire after unsubscribe" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
887
|
+
<testcase name="# Macro methods object tests
 Test mult-set" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
888
|
+
<testcase name="# Macro methods object tests
 Float get should match multi-set" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
889
|
+
<testcase name="# Macro methods object tests
 Array multi-set should match get" time="95.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
890
|
+
<testcase name="# Macro methods object tests
 should be truthy" time="95.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
891
|
+
<testcase name="# Macro methods object tests
 should be truthy" time="95.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
892
|
+
<testcase name="# Macro methods object tests
 should be falsy" time="95.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
893
|
+
<testcase name="# Macro methods object tests
 should be strictly equal" time="95.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
894
|
+
<testcase name="# Macro methods object tests
 should not throw" time="95.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
895
|
+
<testcase name="# Macro methods object tests
 All calls should do nothing after delete" time="95.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests
"/>
|
|
896
|
+
<testcase name="# Macro methods event tests
 cbAbort1 should be called first" time="95.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
897
|
+
<testcase name="# Macro methods event tests
 cbAbort2 should be called second" time="95.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
898
|
+
<testcase name="# Macro methods event tests
 Only 2 callbacks should be invoked, not 3" time="95.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
899
|
+
<testcase name="# Macro methods event tests
 cbPriority2 should be called first" time="95.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
900
|
+
<testcase name="# Macro methods event tests
 cbPriority2 should be called first" time="95.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
901
|
+
<testcase name="# Macro methods event tests
 cbPriority1 should be called second" time="95.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
902
|
+
<testcase name="# Macro methods event tests
 cbPriority0 should be called third" time="95.552" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
903
|
+
<testcase name="# Macro methods event tests
 cbPriorityLast should be called last after 101ms" time="95.552" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
904
|
+
<testcase name="# Macro methods event tests
 cbPriority2 should be called exactly twice" time="95.553" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests
"/>
|
|
905
|
+
<testcase name="# Macro methods keystore tests
 key1 should exist in keystore" time="95.553" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests
"/>
|
|
906
|
+
<testcase name="# Macro methods keystore tests
 key2 should exist in keystore" time="95.553" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests
"/>
|
|
907
|
+
<testcase name="# Macro methods keystore tests
 key3 should exist in keystore" time="95.553" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests
"/>
|
|
908
|
+
<testcase name="# Macro methods keystore tests
 Delete key2 should succeed" time="95.553" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests
"/>
|
|
909
|
+
<testcase name="# Macro methods keystore tests
 There should be no keys after clearing" time="95.564" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests
"/>
|
|
910
|
+
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure the class definition exist" time="95.564" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization
"/>
|
|
911
|
+
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure the instance exist" time="95.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization
"/>
|
|
912
|
+
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure we can get serialize data" time="95.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization
"/>
|
|
913
|
+
<testcase name="# Test vtkDataArray serialization/deserialization
 Make sure we can get deserialize data" time="95.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization
"/>
|
|
914
|
+
<testcase name="# Test vtkDataArray serialization/deserialization
 We have two different instances" time="95.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization
"/>
|
|
915
|
+
<testcase name="# Test vtkDataArray serialization/deserialization
 But same serialized content" time="95.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization
"/>
|
|
916
|
+
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure the class definition exist" time="95.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization
"/>
|
|
917
|
+
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure the instance exist" time="95.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization
"/>
|
|
918
|
+
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure we can get serialize data" time="95.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization
"/>
|
|
919
|
+
<testcase name="# Test vtkPoints serialization/deserialization
 Make sure we can get deserialize data" time="95.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization
"/>
|
|
920
|
+
<testcase name="# Test vtkPoints serialization/deserialization
 We have two different instances" time="95.567" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization
"/>
|
|
921
|
+
<testcase name="# Test vtkPoints serialization/deserialization
 But same serialized content" time="95.567" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization
"/>
|
|
922
|
+
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure the class definition exist" time="95.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization
"/>
|
|
923
|
+
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure the instance exist" time="95.569" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization
"/>
|
|
924
|
+
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure we can get serialize data" time="95.569" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization
"/>
|
|
925
|
+
<testcase name="# Test vtkLookupTable serialization/deserialization
 Make sure we can get deserialize data" time="95.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization
"/>
|
|
926
|
+
<testcase name="# Test vtkLookupTable serialization/deserialization
 We have two different instances" time="95.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization
"/>
|
|
927
|
+
<testcase name="# Test vtkLookupTable serialization/deserialization
 But same serialized content" time="95.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization
"/>
|
|
928
|
+
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure the class definition exist" time="95.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization
"/>
|
|
929
|
+
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure the instance exist" time="95.571" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization
"/>
|
|
930
|
+
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure we can get serialize data" time="95.571" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization
"/>
|
|
931
|
+
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 Make sure we can get deserialize data" time="95.571" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization
"/>
|
|
932
|
+
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 We have two different instances" time="95.571" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization
"/>
|
|
933
|
+
<testcase name="# Test vtkScalarsToColors serialization/deserialization
 But same serialized content" time="95.571" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization
"/>
|
|
934
|
+
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure the class definition exist" time="95.572" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization
"/>
|
|
935
|
+
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure the instance exist" time="95.573" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization
"/>
|
|
936
|
+
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure we can get serialize data" time="95.574" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization
"/>
|
|
937
|
+
<testcase name="# Test vtkPolyData serialization/deserialization
 Make sure we can get deserialize data" time="95.575" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization
"/>
|
|
938
|
+
<testcase name="# Test vtkPolyData serialization/deserialization
 We have two different instances" time="95.575" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization
"/>
|
|
939
|
+
<testcase name="# Test vtkPolyData serialization/deserialization
 But same serialized content" time="95.576" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization
"/>
|
|
940
|
+
<testcase name="# Proxy activation via config
 No initial active source" time="95.577" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via config
"/>
|
|
941
|
+
<testcase name="# Proxy activation via config
 Active source set after proxy creation" time="95.577" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via config
"/>
|
|
942
|
+
<testcase name="# Proxy activation via .activate()
 No initial active source" time="95.578" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()
"/>
|
|
943
|
+
<testcase name="# Proxy activation via .activate()
 No active source after proxy creation" time="95.578" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()
"/>
|
|
944
|
+
<testcase name="# Proxy activation via .activate()
 Proxy manager should be modified after proxy activation" time="95.578" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()
"/>
|
|
945
|
+
<testcase name="# Proxy activation via .activate()
 Active source set" time="96.142" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()
"/>
|
|
946
|
+
<testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false
 Matching image - delta 0.00%" time="96.143" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false
"/>
|
|
947
|
+
<testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false
 Image match resolution" time="96.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false
"/>
|
|
948
|
+
<testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true
 Matching image - delta 0.00%" time="96.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true
"/>
|
|
949
|
+
<testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true
 Image match resolution" time="96.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true
"/>
|
|
950
|
+
<testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false
 Matching image - delta 0.00%" time="96.594" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false
"/>
|
|
951
|
+
<testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false
 Image match resolution" time="96.869" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false
"/>
|
|
952
|
+
<testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true
 Matching image - delta 0.19%" time="96.869" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true
"/>
|
|
953
|
+
<testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true
 Image match resolution" time="96.877" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true
"/>
|
|
954
|
+
<testcase name="# Test boundPlane natural basis simple
 should be truthy" time="96.878" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple
"/>
|
|
955
|
+
<testcase name="# Test boundPlane natural basis simple
 should be truthy" time="96.878" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple
"/>
|
|
956
|
+
<testcase name="# Test boundPlane natural basis simple
 should be truthy" time="96.88" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple
"/>
|
|
957
|
+
<testcase name="# Test boundPlane natural basis with offset
 should be truthy" time="96.88" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset
"/>
|
|
958
|
+
<testcase name="# Test boundPlane natural basis with offset
 should be truthy" time="96.88" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset
"/>
|
|
959
|
+
<testcase name="# Test boundPlane natural basis with offset
 should be truthy" time="96.882" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset
"/>
|
|
960
|
+
<testcase name="# Test boundPlane oriented
 should be truthy" time="96.882" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented
"/>
|
|
961
|
+
<testcase name="# Test boundPlane oriented
 should be truthy" time="96.883" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented
"/>
|
|
962
|
+
<testcase name="# Test boundPlane oriented
 should be truthy" time="96.884" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented
"/>
|
|
963
|
+
<testcase name="# Test boundPlane no intersection
 should be truthy" time="96.884" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection
"/>
|
|
964
|
+
<testcase name="# Test boundPlane no intersection
 should be truthy" time="96.884" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection
"/>
|
|
965
|
+
<testcase name="# Test boundPlane no intersection
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection
"/>
|
|
966
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
967
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
968
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
969
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
970
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
971
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
972
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
973
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
974
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
975
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
976
|
+
<testcase name="# Test getAssociatedPlaneName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName
"/>
|
|
977
|
+
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName
"/>
|
|
978
|
+
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName
"/>
|
|
979
|
+
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName
"/>
|
|
980
|
+
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="96.886" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName
"/>
|
|
981
|
+
<testcase name="# Test getPlaneNameFromLineName
 should be truthy" time="97.887" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName
"/>
|
|
982
|
+
<testcase name="# Initialization
 Camera focal point on 4" time="97.887" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
983
|
+
<testcase name="# Initialization
 Camera view up on 4" time="97.887" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
984
|
+
<testcase name="# Initialization
 Plane origin on 4" time="97.887" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
985
|
+
<testcase name="# Initialization
 Plane point 1 on 4" time="97.887" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
986
|
+
<testcase name="# Initialization
 Plane point 2 on 4" time="97.89" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
987
|
+
<testcase name="# Initialization
 Camera focal point on 5" time="97.89" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
988
|
+
<testcase name="# Initialization
 Camera view up on 5" time="97.89" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
989
|
+
<testcase name="# Initialization
 Plane origin on 5" time="97.891" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
990
|
+
<testcase name="# Initialization
 Plane point 1 on 5" time="97.891" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
991
|
+
<testcase name="# Initialization
 Plane point 2 on 5" time="97.894" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
992
|
+
<testcase name="# Initialization
 Camera focal point on 6" time="97.894" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
993
|
+
<testcase name="# Initialization
 Camera view up on 6" time="97.894" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
994
|
+
<testcase name="# Initialization
 Plane origin on 6" time="97.894" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
995
|
+
<testcase name="# Initialization
 Plane point 1 on 6" time="97.894" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
996
|
+
<testcase name="# Initialization
 Plane point 2 on 6" time="97.897" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization
"/>
|
|
997
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Camera focal point on 4" time="97.897" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
998
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Camera view up on 4" time="97.897" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
999
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane origin on 4" time="97.898" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1000
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 1 on 4" time="97.898" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1001
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 2 on 4" time="97.9" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1002
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Camera focal point on 5" time="97.9" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1003
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Camera view up on 5" time="97.9" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1004
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane origin on 5" time="97.9" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1005
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 1 on 5" time="97.9" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1006
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 2 on 5" time="97.903" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1007
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Camera focal point on 6" time="97.903" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1008
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Camera view up on 6" time="97.904" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1009
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane origin on 6" time="97.904" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1010
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 1 on 6" time="97.904" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1011
|
+
<testcase name="# Rotate Z by 45 degrees around Y
 Plane point 2 on 6" time="98.932" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y
"/>
|
|
1012
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Camera focal point on 4" time="98.932" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1013
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Camera view up on 4" time="98.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1014
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane origin on 4" time="98.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1015
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 1 on 4" time="98.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1016
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 2 on 4" time="98.935" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1017
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Camera focal point on 5" time="98.935" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1018
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Camera view up on 5" time="98.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1019
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane origin on 5" time="98.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1020
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 1 on 5" time="98.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1021
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 2 on 5" time="98.938" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1022
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Camera focal point on 6" time="98.939" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1023
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Camera view up on 6" time="98.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1024
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane origin on 6" time="98.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1025
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 1 on 6" time="98.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1026
|
+
<testcase name="# Rotate Z by -35 degrees around Y
 Plane point 2 on 6" time="98.948" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y
"/>
|
|
1027
|
+
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="98.948" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector
"/>
|
|
1028
|
+
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="98.949" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector
"/>
|
|
1029
|
+
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="98.949" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector
"/>
|
|
1030
|
+
<testcase name="# Test vtkResliceCursorHelper rotateVector
 should be truthy" time="99.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector
"/>
|
|
1031
|
+
<testcase name="# Test vtkSplineWidget rendering and picking
 Matching image - delta 0.00%" time="99.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking
"/>
|
|
1032
|
+
<testcase name="# Test vtkSplineWidget rendering and picking
 Image match resolution" time="99.854" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking
"/>
|
|
1033
|
+
<testcase name="# Test vtkSplineWidget rendering and picking
 should be strictly equal" time="99.854" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking
"/>
|
|
1034
|
+
<testcase name="# Test vtkSplineWidget rendering and picking
 should be strictly equal" time="99.857" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking
"/>
|
|
1035
1035
|
<system-out>
|
|
1036
1036
|
<![CDATA[Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'TAP version 13'
|
|
1037
1037
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test cell array constructor'
|
|
@@ -1882,8 +1882,8 @@
|
|
|
1882
1882
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test HardwareSelector'
|
|
1883
1883
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 730 vtkHardwareSelector TestHardwareSelector'
|
|
1884
1884
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) ERROR: 'WebVR is not available'
|
|
1885
|
-
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG:
|
|
1886
|
-
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 731 Hardware selector takes less than six normal renders (
|
|
1885
|
+
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 2329, 210, 317
|
|
1886
|
+
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 731 Hardware selector takes less than six normal renders (2329, 210, 317)'
|
|
1887
1887
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Edge Visibility'
|
|
1888
1888
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 732 vtkMapper EdgeVisibility'
|
|
1889
1889
|
,Chrome Headless 93.0.4577.63 (Linux x86_64) ERROR: 'WebVR is not available'
|