File: CMakeLists.txt

package info (click to toggle)
vtk9 9.3.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 267,116 kB
  • sloc: cpp: 2,195,914; ansic: 285,452; python: 104,858; sh: 4,061; yacc: 4,035; java: 3,977; xml: 2,771; perl: 2,189; lex: 1,762; objc: 153; makefile: 150; javascript: 90; tcl: 59
file content (55 lines) | stat: -rw-r--r-- 1,934 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# set(TestCellGrid_ARGS
#   -D DATA{../Data/Input/dgHex2d.dg}
# )

vtk_add_test_python(
  ImplicitSum.py
#  LineIntersectQuadraticCells.py
  PerlinNoise.py
  SelectionLoop.py
  TestBoxPlaneIntersection.py
  TestCellGrid.py,NO_VALID
  TestComputeBounds.py,NO_DATA,NO_VALID
  TestCopyStructuredData.py,NO_DATA,NO_VALID
  TestGetBounds.py,NO_DATA,NO_VALID
  TestGetBounds2.py,NO_DATA,NO_VALID
  TestNumericArrayImageData.py,NO_DATA,NO_VALID
  TestPartitionedData.py,NO_DATA,NO_VALID
  TestPointInPolygon.py,NO_DATA,NO_VALID
  TestPolyDataGetCellPoints.py,NO_DATA,NO_VALID
  TestQuadricClustering.py
  TestStaticPointLocator.py,NO_DATA,NO_VALID
  TestStaticPointLocator2.py,NO_DATA,NO_VALID
  TestStaticPointLocator2D.py,NO_DATA,NO_VALID
  TestStaticPointLocator3.py,NO_DATA,NO_VALID
  TestStaticPointLocatorWithDataSet.py,NO_DATA,NO_VALID
  TestStarPolygon.py,NO_DATA,NO_VALID
  TestStructuredGrid.py
  TestTemplates.py,NO_DATA,NO_VALID
  headBone.py
  scalarColors.py
  scalarConn.py
  TestConvexPointSet.py
  otherDataSetAttributes.py,NO_DATA,NO_VALID
  quadricCut.py
  quadraticQuadDeriv.py,NO_VALID
  Test3DCellsEvaluatePosition.py,NO_DATA,NO_VALID,NO_OUTPUT
  TestICPTransform.py
  TestMolecule.py,NO_VALID
  TestClipPolyhedra.py
  TestClipPolyLine.py
  TestPolyhedronCutter.py,NO_DATA,NO_VALID
  TestHyperTreeGrid2DFull.py,NO_DATA,NO_VALID
  TestHyperTreeGrid2DFullGI.py,NO_DATA,NO_VALID
  TestHyperTreeGrid2DMask.py,NO_DATA,NO_VALID
  TestHyperTreeGrid2DWithFilters.py,NO_DATA,NO_VALID
  TestHyperTreeGrid3DFull.py,NO_DATA,NO_VALID
  TestHyperTreeGrid3DMask.py,NO_DATA,NO_VALID
  TestHyperTreeGrid3DWithFilters.py,NO_DATA,NO_VALID
  TestHyperTreeGrid3DMandel.py,NO_DATA,NO_VALID
  TestUniformHyperTreeGrid2DFull.py
  TestUniformHyperTreeGrid2DMask.py
  TestUniformHyperTreeGrid2DWithFilters.py,NO_DATA,NO_VALID
  TestUniformHyperTreeGrid3DWithFilters.py,NO_DATA,NO_VALID
  TestHyperTreeGrid3DCursorsMandel.py,NO_DATA,NO_VALID
  )