Repository Analysis

Kitware/VTK

Mirror of Visualization Toolkit repository

5.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Kitware/VTK, a C++ project with 3,175 GitHub stars. SynthScan v2.0 examined 3,657,003 lines of code across 11869 source files, recording 13712 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 5.3 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

5.3
Adjusted Score
5.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.2K
Stars
C++
Language
3.7M
Lines of Code
11.9K
Files
13.7K
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 154MEDIUM 2368LOW 11190

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 13712 distinct pattern matches across 22 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block8001 hits · 7276 pts
SeverityFileLineSnippetContext
LOW.gitlab-ci.yml21 - uploadCOMMENT
LOW.gitlab-ci.yml521 - wasm64-emscripten:packageCOMMENT
LOW.gitlab-ci.yml541# wasm64-emscripten-windows-chrome:test-ext:COMMENT
LOW.gitlab-ci.yml2101# - .linux_x86_64_builder_tagsCOMMENT
LOW.gitlab-ci.yml2121# - .cmake_build_linuxCOMMENT
LOW.gitlab-ci.yml2141# - .fedora42_x86_64_ubsanCOMMENT
LOW.gitlab-ci.yml2521 variables:COMMENT
LOW.gitlab-ci.yml2741 - .cdash_annotations_artifactsCOMMENT
LOW.gitlab-ci.yml2841 - .windows_tester_tagsCOMMENT
LOWGUISupport/Qt/vtkQtTableModelAdapter.h141#endifCOMMENT
LOWGUISupport/Qt/QVTKApplication.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWGUISupport/Qt/QVTKApplication.h41 // Description:COMMENT
LOWGUISupport/Qt/QFilterTreeProxyModel.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWGUISupport/Qt/QVTKInteractorAdapter.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWGUISupport/Qt/QVTKWin32Header.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWGUISupport/Qt/QVTKInteractor.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWGUISupport/Qt/Testing/Cxx/TestQtCommon.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/Statistics/vtkLengthDistribution.h41 /// The output table will be no larger than this but may beCOMMENT
LOW…tatistics/vtkMultiCorrelativeStatisticsAssessFunctor.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/Temporal/Testing/Cxx/MeshCacheMockAlgorithms.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/OpenTURNS/vtkOTIncludes.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/OpenTURNS/vtkOTIncludes.h21#pragma GCC diagnostic popCOMMENT
LOWFilters/FlowPaths/vtkEvenlySpacedStreamlines2D.h361COMMENT
LOWFilters/FlowPaths/vtkParticleTracerBase.h21#include "vtkSmartPointer.h" // For vtkSmartPointerCOMMENT
LOWFilters/CellGrid/vtkCellGridSampleQuery.h101COMMENT
LOWFilters/CellGrid/vtkCellGridSampleQuery.h121 /// If the input cell ID is not requested by IncludeSourceCellInfo,COMMENT
LOWFilters/CellGrid/vtkDGOperation.h61 /// and \a cellAttribute.COMMENT
LOWFilters/CellGrid/vtkDGOperation.h81 bool includeShape = true);COMMENT
LOWFilters/CellGrid/vtkDGOperation.h101 /// If \a sideSpecId == -1, then a function for \a cell->GetCellSpec()COMMENT
LOWFilters/CellGrid/vtkInterpolateCalculator.h41 virtual bool AnalyticDerivative() const { return false; }COMMENT
LOWFilters/CellGrid/vtkDGBoundsResponder.h41#endif // vtkDGBoundsResponder_hCOMMENT
LOWFilters/CellGrid/vtkCellAttributeInformation.h61 /// obtain an attribute value.COMMENT
LOWFilters/CellGrid/vtkCellGridToUnstructuredGrid.h101 /// they have to connectivity entries referencing the output pointsCOMMENT
LOWFilters/CellGrid/vtkDGCell.h41{COMMENT
LOWFilters/CellGrid/vtkDGCell.h221 /// by transforming its corner points to these; this mapping is frequently used toCOMMENT
LOWFilters/CellGrid/vtkDGCell.h241 /// Return the range of sides of the \a ii-th type,COMMENT
LOWFilters/CellGrid/vtkDGCell.h261 /// dimension. For example, wedges and pyramids each have triangle and quadrilateralCOMMENT
LOWFilters/CellGrid/vtkDGCell.h281 /// open sets of lower dimension.COMMENT
LOWFilters/CellGrid/vtkDGCell.h301 /// For example, a hexahedron's quadrilateral sides are numbered 0–5, its lineCOMMENT
LOWFilters/CellGrid/vtkDGCell.h321COMMENT
LOWFilters/CellGrid/vtkDGCell.h341 /// When implementing a subclass, call FillSideConnectivity() in your override.COMMENT
LOWFilters/CellGrid/vtkDGCell.h361 /// size of the offset array and a shape corresponding to the element itself.COMMENT
LOWFilters/CellGrid/vtkDGCell.h381 /// A convenience function to fetch attribute-calculator tags for an attribute.COMMENT
LOWFilters/CellGrid/vtkDGInterpolateCalculator.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/CellGrid/vtkDGOperationEvaluator.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/CellGrid/vtkDGAttributeInformation.h41 void PrintSelf(ostream& os, vtkIndent indent) override;COMMENT
LOWFilters/CellGrid/vtkDGAttributeInformation.h61 /// value per degree of freedom. However, when the output attribute has 3COMMENT
LOWFilters/CellGrid/vtkDGOperatorEntry.h61COMMENT
LOWFilters/CellGrid/vtkCellGridComputeSides.h41 /// If you are implementing a responder, you are expected to employ this query parameter.COMMENT
LOWFilters/CellGrid/vtkCellGridElevation.h41 vtkSetVector3Macro(Origin, double);COMMENT
LOWFilters/CellGrid/vtkUnstructuredGridToCellGrid.h81 /// Sum counts of all input cell types that generate the same output cell type.COMMENT
LOWFilters/Core/vtkConnectivityFilter.h41 * @saCOMMENT
LOWFilters/Core/vtkSurfaceNetsAtlas.h381 // ==========================================================================COMMENT
LOWFilters/Core/vtkStreamingTessellatorGenerator.py1#!/usr/bin/pythonCOMMENT
LOWFilters/Core/vtkStreamingTessellatorGenerator.py421print("""COMMENT
LOWFilters/Core/vtkStreamingTessellatorGenerator.py1081# Inside a Begin/EndCase() pair, you may haveCOMMENT
LOWFilters/Core/vtkStreamingTessellatorGenerator.py1101# relationships in label are true. The label is a text stringCOMMENT
LOWFilters/Core/vtkFiltersCorePCH.h1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill LorensenCOMMENT
LOWFilters/Core/vtkFiltersCorePCH.h21#include <tuple>COMMENT
LOWFilters/Core/vtkTubeFilter.h41 */COMMENT
7941 more matches not shown…
Decorative Section Separators1705 hits · 5970 pts
SeverityFileLineSnippetContext
MEDIUMCMakeLists.txt146#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt152#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt190#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt196#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt206#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt249#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt276#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt281#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt929#-----------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py20# ============================================================================COMMENT
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py82# ============================================================================COMMENT
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py90# ============================================================================COMMENT
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py149# ============================================================================COMMENT
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py1078# ============================================================================STRING
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py1681# ============================================================================STRING
MEDIUMFilters/Core/Testing/Python/TestImplicitArrayNumpy.py41# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestImplicitArrayNumpy.py43# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestImplicitArrayNumpy.py76# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestImplicitArrayNumpy.py78# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestImplicitArrayNumpy.py205# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestImplicitArrayNumpy.py207# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py59# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py61# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py74# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py76# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py97# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py99# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py154# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets2DAtlas.py160# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py45# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py47# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py74# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py76# ---------------------------------------------------------------------------COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py88# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py90# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py235# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py237# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py459# ===========================================================================COMMENT
MEDIUMFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py465# ===========================================================================COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py44# ---------------------------------------------------------------------------COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py46# ---------------------------------------------------------------------------COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py78# ---------------------------------------------------------------------------COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py80# ---------------------------------------------------------------------------COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py93# ---------------------------------------------------------------------------COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py95# ---------------------------------------------------------------------------COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py115# ===========================================================================COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py117# ===========================================================================COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py176# ===========================================================================COMMENT
MEDIUM…ng/Testing/Python/TestGeneralizedSurfaceNets3DAtlas.py182# ===========================================================================COMMENT
MEDIUMFilters/HyperTree/Testing/Cxx/CMakeLists.txt1# ---------------------------------------------COMMENT
MEDIUMFilters/HyperTree/Testing/Cxx/CMakeLists.txt3# ---------------------------------------------COMMENT
MEDIUMFilters/ParallelMPI/Testing/Python/TestCleanArrays.py13#-----------------------------------------------------------------------------COMMENT
MEDIUMFilters/ParallelMPI/Testing/Python/TestCleanArrays.py67#-----------------------------------------------------------------------------COMMENT
MEDIUMFilters/ParallelMPI/Testing/Python/TestCleanArrays.py72#-----------------------------------------------------------------------------COMMENT
MEDIUMFilters/ParallelMPI/Testing/Python/TestCleanArrays.py91#-----------------------------------------------------------------------------COMMENT
MEDIUMFilters/Geometry/Testing/Python/geometryFilterGhosts.py4# -----------------------------------------------------------------------------COMMENT
MEDIUMFilters/Geometry/Testing/Python/geometryFilterGhosts.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMFilters/Geometry/Testing/Python/geometryFilterGhosts.py61# -----------------------------------------------------------------------------COMMENT
1645 more matches not shown…
Unused Imports2594 hits · 2582 pts
SeverityFileLineSnippetContext
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py2CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py3CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py5CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py8CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py8CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py8CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py10CODE
LOW…s/Statistics/Testing/Python/TestAlgorithmParameters.py15CODE
LOW…ters/Statistics/Testing/Python/TestVisualStatistics.py5CODE
LOW…ters/Statistics/Testing/Python/TestVisualStatistics.py5CODE
LOW…ters/Statistics/Testing/Python/TestVisualStatistics.py11CODE
LOWFilters/AMR/Testing/Python/TestAMRSliceFilter.py15CODE
LOWFilters/AMR/Testing/Python/TestAMRSliceFilter.py16CODE
LOWFilters/AMR/Testing/Python/TestAMRSliceFilter.py17CODE
LOW…lters/Temporal/Testing/Python/TestForceStaticMeshPy.py13CODE
LOW…ing/Python/TestCellLocatorInterpolatedVelocityField.py22CODE
LOW…ing/Python/TestCellLocatorInterpolatedVelocityField.py23CODE
LOW…ing/Python/TestCellLocatorInterpolatedVelocityField.py24CODE
LOW…s/FlowPaths/Testing/Python/TestThreadedStreamTracer.py17CODE
LOW…s/FlowPaths/Testing/Python/TestThreadedStreamTracer.py18CODE
LOW…s/FlowPaths/Testing/Python/TestThreadedStreamTracer.py19CODE
LOWFilters/FlowPaths/Testing/Python/TestFindCell.py9CODE
LOWFilters/FlowPaths/Testing/Python/TestFindCell.py22CODE
LOWFilters/FlowPaths/Testing/Python/TestFindCell.py23CODE
LOWFilters/FlowPaths/Testing/Python/TestFindCell.py24CODE
LOW…ers/Parallel/Testing/Python/TestExtractCTHPartSolid.py16CODE
LOW…ers/Parallel/Testing/Python/TestExtractCTHPartSolid.py17CODE
LOW…ers/Parallel/Testing/Python/TestExtractCTHPartSolid.py18CODE
LOW…/Parallel/Testing/Python/TestResamplingInterpolator.py9CODE
LOW…/Parallel/Testing/Python/TestResamplingInterpolator.py17CODE
LOW…Parallel/Testing/Python/TestPTemporalPathLineFilter.py18CODE
LOW…Parallel/Testing/Python/TestPTemporalPathLineFilter.py27CODE
LOW…Parallel/Testing/Python/TestPTemporalPathLineFilter.py28CODE
LOW…Parallel/Testing/Python/TestPTemporalPathLineFilter.py29CODE
LOWFilters/Parallel/Testing/Python/RectOutline.py11CODE
LOWFilters/Parallel/Testing/Python/RectOutline.py12CODE
LOWFilters/Parallel/Testing/Python/RectOutline.py13CODE
LOWFilters/Parallel/Testing/Python/TestCutMaterial.py15CODE
LOWFilters/Parallel/Testing/Python/TestCutMaterial.py16CODE
LOWFilters/Parallel/Testing/Python/TestCutMaterial.py17CODE
LOWFilters/Parallel/Testing/Python/TestExtrudePiece.py16CODE
LOWFilters/Parallel/Testing/Python/TestExtrudePiece.py17CODE
LOWFilters/Parallel/Testing/Python/TestExtrudePiece.py18CODE
LOWFilters/Parallel/Testing/Python/TestImageStreamer.py7CODE
LOWFilters/Parallel/Testing/Python/TestImageStreamer.py8CODE
LOWFilters/Parallel/Testing/Python/testTransmit.py13CODE
LOWFilters/Parallel/Testing/Python/TestExtractCTHPart.py16CODE
LOWFilters/Parallel/Testing/Python/TestExtractCTHPart.py17CODE
LOWFilters/Parallel/Testing/Python/TestExtractCTHPart.py18CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py3CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py5CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py6CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py7CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py10CODE
2534 more matches not shown…
Self-Referential Comments602 hits · 1808 pts
SeverityFileLineSnippetContext
MEDIUM…ing/Python/TestCellLocatorInterpolatedVelocityField.py28# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…s/FlowPaths/Testing/Python/TestThreadedStreamTracer.py26# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…s/FlowPaths/Testing/Python/TestThreadedStreamTracer.py44# Create a rake of streamlinesCOMMENT
MEDIUMFilters/FlowPaths/Testing/Python/TestFindCell.py61# Create a uniform vector field in the x-directionCOMMENT
MEDIUM…ers/Parallel/Testing/Python/TestExtractCTHPartSolid.py28# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Parallel/Testing/Python/RectOutline.py33# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Parallel/Testing/Python/TestExtrudePiece.py34# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Parallel/Testing/Python/TestExtractCTHPart.py28# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/CellGrid/Testing/Python/TestCopyCellGrid.py144 # Create a query object just to test results.COMMENT
MEDIUMFilters/CellGrid/Testing/Python/TestCopyCellGrid.py159 # Create a query object just to test results.COMMENT
MEDIUMFilters/CellGrid/Testing/Python/TestCopyCellGrid.py213 # Create a query object just to test results.COMMENT
MEDIUMFilters/Core/vtkStreamingTessellatorGenerator.py346 # Create a list of all the possible tessellationsCOMMENT
MEDIUMFilters/Core/Testing/Python/combStreamers.py25# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/smoothMeshOnMesh.py35# Create a patch by manual enumerationCOMMENT
MEDIUMFilters/Core/Testing/Python/smoothMeshOnMesh.py3560# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/contourQuadraticTetra.py25 # Create a reader to load the data (quadratic tetrahedra)COMMENT
MEDIUMFilters/Core/Testing/Python/contourQuadraticTetra.py46 # Create the rendering related stuff.COMMENT
MEDIUMFilters/Core/Testing/Python/contourQuadraticCells.py56# Create a scene with one of each cell type.COMMENT
MEDIUMFilters/Core/Testing/Python/contourQuadraticCells.py892# Create the rendering related stuff.COMMENT
MEDIUM…Core/Testing/Python/TestUnstructuredGridPlaneCutter.py31# Create the RenderWindow, Renderers and both ActorsCOMMENT
MEDIUM…Core/Testing/Python/TestUnstructuredGridPlaneCutter.py43# Create a synthetic source: sample a sphere across a volumeCOMMENT
MEDIUMFilters/Core/Testing/Python/deciPlane.py33 # Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/deciPlane.py45 # Create the data -- a plane with a couple of bumpsCOMMENT
MEDIUMFilters/Core/Testing/Python/deciPlane.py91 # Create a table of decimation conditionsCOMMENT
MEDIUMFilters/Core/Testing/Python/tubeComb.py24# Create the RenderWindow, RendererCOMMENT
MEDIUM…/Core/Testing/Python/TestConstrainedSmoothingFilter.py26# Create a x-y planeCOMMENT
MEDIUM…/Core/Testing/Python/TestConstrainedSmoothingFilter.py34# Create a constraint arrayCOMMENT
MEDIUMFilters/Core/Testing/Python/Delaunay2DTransform.py25# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/TestPolyDataPlaneClipper.py30# Create the RenderWindow, Renderers and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/TestPolyDataPlaneClipper.py38# Create a synthetic sphereCOMMENT
MEDIUMFilters/Core/Testing/Python/TestScalarTrees.py27# Create the RenderWindow, RendererCOMMENT
MEDIUM…Core/Testing/Python/TestCompositeDataSetPlaneCutter.py23# Create the RenderWindow, Renderers and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/mergeFilter.py24# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/polyConn.py22# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/constrainedDelaunay.py35# Create a constrained Delaunay triangulation (i.e., edges and polygons defined)COMMENT
MEDIUMFilters/Core/Testing/Python/constrainedDelaunay.py157# Create the rendering window, renderer, and interactive rendererCOMMENT
MEDIUM…lters/Core/Testing/Python/TestPolyDataPlaneClipper2.py30# Create the RenderWindow, Renderers and both ActorsCOMMENT
MEDIUM…/Testing/Python/TestFlyingEdgesPlaneCutterThinSlice.py21# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…/Testing/Python/TestFlyingEdgesPlaneCutterThinSlice.py30# Create a synthetic source: a volume with a single voxelCOMMENT
MEDIUMFilters/Core/Testing/Python/stripF.py22# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/MassProperties.py36 # Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/Delaunay2DAlpha.py22# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/fieldToRGrid.py49# Create a reader and write out the fieldCOMMENT
MEDIUMFilters/Core/Testing/Python/fieldToRGrid.py172 # Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…esting/Python/TestContour3DLinearGridCompositeInput.py75# Create a composite dataset. Throw in an extra polydata which should be skipped.COMMENT
MEDIUM…ore/Testing/Python/Test3DLinearGridCrinkleExtractor.py32# Create the RenderWindow, Renderers and both ActorsCOMMENT
MEDIUM…ore/Testing/Python/Test3DLinearGridCrinkleExtractor.py43# Create a synthetic source: sample a sphere across a volumeCOMMENT
MEDIUM…ters/Core/Testing/Python/TestFlyingEdges3DThinSlice.py18# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…ters/Core/Testing/Python/TestFlyingEdges3DThinSlice.py27# Create a synthetic source: a volume with a single voxelCOMMENT
MEDIUM…e/Testing/Python/TestFlyingEdges3DWithInterpolation.py25# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…e/Testing/Python/TestFlyingEdges3DWithInterpolation.py34# Create a synthetic sourceCOMMENT
MEDIUMFilters/Core/Testing/Python/deciFranFace.py29 # Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUMFilters/Core/Testing/Python/deciFranFace.py52 # Create a table of decimation conditionsCOMMENT
MEDIUMFilters/Core/Testing/Python/CellDataToPointData2.py31# Create the RenderWindow, Renderer and RenderWindowInteractorCOMMENT
MEDIUMFilters/Core/Testing/Python/CellDataToPointData2.py45# Create a sphere with cell dataCOMMENT
MEDIUMFilters/Core/Testing/Python/teapotHulls.py17# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…ters/Core/Testing/Python/TestFlyingEdgesPlaneCutter.py29# Create the RenderWindow, Renderer and both ActorsCOMMENT
MEDIUM…ters/Core/Testing/Python/TestFlyingEdgesPlaneCutter.py38# Create a synthetic source: sample a sphere across a volumeCOMMENT
MEDIUMFilters/Core/Testing/Python/hull.py27# Create a polyhedral representation of the planes.COMMENT
MEDIUMFilters/Core/Testing/Python/hull.py70# Create the rendering window, renderer, and interactive rendererCOMMENT
542 more matches not shown…
Cross-File Repetition117 hits · 585 pts
SeverityFileLineSnippetContext
HIGHFilters/Core/Testing/Python/cutLoop.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/TestBinnedDecimation.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/constrainedDelaunay.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/capSphere.py0return the red, green and blue components for a color as doubles.STRING
HIGH…Core/Testing/Python/TestWindowedSincPolyDataFilter2.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/fieldToRGrid.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/capCow.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/StreamPolyData.py0return the red, green and blue components for a color as doubles.STRING
HIGH…/Core/Testing/Python/TestWindowedSincPolyDataFilter.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/fieldToSGrid.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/reverseNormals.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/clipWedge.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/blankGrid.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/edgePoints.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/mcubes.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/clipHex.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/clipTet.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/TestGraphLayoutFilter.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/clipPyramid.py0return the red, green and blue components for a color as doubles.STRING
HIGH…eral/Testing/Python/TestRectilinearGridToTetrahedra.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/General/Testing/Python/recursiveDC.py0return the red, green and blue components for a color as doubles.STRING
HIGH…ters/Modeling/Testing/Python/TestImageMarchingCubes.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Modeling/Testing/Python/smoothCylNuttall.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Modeling/Testing/Python/smoothCyl.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Modeling/Testing/Python/sync3dAll.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Modeling/Testing/Python/smoothCyl2.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Modeling/Testing/Python/contour3DAll.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Sources/Testing/Python/TestPlatonicSolids.py0return the red, green and blue components for a color as doubles.STRING
HIGH…esting/Python/TestStaticCellLocatorLineIntersection.py0return the red, green and blue components for a color as doubles.STRING
HIGH…sting/Python/TestStaticPointLocatorLineIntersection.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Texture/Testing/Python/triangularTCoords.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Geometry/Testing/Python/rectGrid.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Hybrid/Testing/Python/3DMorph.py0return the red, green and blue components for a color as doubles.STRING
HIGHIO/EnSight/Testing/Python/EnSightRectGridASCII.py0return the red, green and blue components for a color as doubles.STRING
HIGHIO/EnSight/Testing/Python/EnSightRectGridBin.py0return the red, green and blue components for a color as doubles.STRING
HIGHIO/Geometry/Testing/Python/motor.py0return the red, green and blue components for a color as doubles.STRING
HIGHImaging/Core/Testing/Python/imageMCAll.py0return the red, green and blue components for a color as doubles.STRING
HIGHImaging/Hybrid/Testing/Python/genHead.py0return the red, green and blue components for a color as doubles.STRING
HIGHImaging/Hybrid/Testing/Python/iceCream.py0return the red, green and blue components for a color as doubles.STRING
HIGH…/ComputationalGeometry/Testing/Python/closedSplines.py0return the red, green and blue components for a color as doubles.STRING
HIGHCommon/DataModel/Testing/Python/headBone.py0return the red, green and blue components for a color as doubles.STRING
HIGH…mmon/DataModel/Testing/Python/TestQuadricClustering.py0return the red, green and blue components for a color as doubles.STRING
HIGHCommon/DataModel/Testing/Python/SelectionLoop.py0return the red, green and blue components for a color as doubles.STRING
HIGHRendering/Core/Testing/Python/cowHair.py0return the red, green and blue components for a color as doubles.STRING
HIGHRendering/Core/Testing/Python/rendererSource.py0return the red, green and blue components for a color as doubles.STRING
HIGHRendering/Core/Testing/Python/cowHair2.py0return the red, green and blue components for a color as doubles.STRING
HIGHRendering/LOD/Testing/Python/TestQuadricLODActor.py0return the red, green and blue components for a color as doubles.STRING
HIGHInteraction/Style/Testing/Python/TestStyleBaseSpike.py0return the red, green and blue components for a color as doubles.STRING
HIGH…raction/Style/Testing/Python/TestStyleJoystickActor.py0return the red, green and blue components for a color as doubles.STRING
HIGHInteraction/Style/Testing/Python/TestFlyTo.py0return the red, green and blue components for a color as doubles.STRING
HIGH…action/Style/Testing/Python/TestStyleTrackballActor.py0return the red, green and blue components for a color as doubles.STRING
HIGHFilters/Core/Testing/Python/backdrop.py0this is python equivalent of ./wrapping/tcl/vtktesting/backdrop.tcl this script is used while running python tests transSTRING
HIGHFilters/General/Testing/Python/backdrop.py0this is python equivalent of ./wrapping/tcl/vtktesting/backdrop.tcl this script is used while running python tests transSTRING
HIGHCommon/DataModel/Testing/Python/backdrop.py0this is python equivalent of ./wrapping/tcl/vtktesting/backdrop.tcl this script is used while running python tests transSTRING
HIGHFilters/Core/Testing/Python/skinOrder.py0prevent .pyc files from being created. stops the vtk source being polluted by .pyc files.STRING
HIGHRendering/OpenGL2/Testing/Python/TestUserShader2.py0prevent .pyc files from being created. stops the vtk source being polluted by .pyc files.STRING
HIGH…e/Testing/Python/TestGPURayCastIndependentComponent.py0prevent .pyc files from being created. stops the vtk source being polluted by .pyc files.STRING
HIGH…Volume/Testing/Python/TestFixedPointRayCasterLinear.py0prevent .pyc files from being created. stops the vtk source being polluted by .pyc files.STRING
HIGH…esting/Python/TestGPURayCastIndependentComponentMIP.py0prevent .pyc files from being created. stops the vtk source being polluted by .pyc files.STRING
HIGH…Testing/Python/TestFixedPointRayCasterLinearCropped.py0prevent .pyc files from being created. stops the vtk source being polluted by .pyc files.STRING
57 more matches not shown…
Hyper-Verbose Identifiers258 hits · 273 pts
SeverityFileLineSnippetContext
LOWFilters/Temporal/Testing/Python/TestCriticalTime.py92def test_ctt_filter_vector_comp(criticalTT):CODE
LOWFilters/Temporal/Testing/Python/TestCriticalTime.py116def test_ctt_filter_vector_mag(criticalTT):CODE
LOWFilters/Temporal/Testing/Python/TestCriticalTime.py138def test_ctt_filter_vector_all(criticalTT):CODE
LOWFilters/Temporal/Testing/Python/TestCriticalTime.py159def test_ctt_filter_vector_any(criticalTT):CODE
LOWFilters/Geometry/Testing/Python/geometryFilterGhosts.py75def image_data_to_rectilinear_grid(data):CODE
LOWFilters/Geometry/Testing/Python/geometryFilterGhosts.py107def image_data_to_structured_grid(data):CODE
LOWFilters/Geometry/Testing/Python/geometryFilterGhosts.py114def image_data_to_unstructured_grid(data):CODE
LOWFilters/Geometry/Testing/Python/geometryFilterGhosts.py121def image_data_to_explicit_structured_grid(data):CODE
LOWDocumentation/docs/vtk_documentation.py42def gather_module_documentation(CODE
LOWDocumentation/docs/vtk_documentation.py266def strip_sphinx_exclude_blocks_from_file(input_path):STRING
LOWDocumentation/docs/vtk_documentation.py282def write_stripped_release_file(input_path, output_path):STRING
LOWDocumentation/docs/vtk_documentation.py378def create_supported_formats_list(yaml_file):STRING
LOWCMake/wasm/IWER/iwer.js545 function fromRotationTranslationScale(out, q, v, s) {CODE
LOWWeb/Python/vtkmodules/web/query_data_model.py10class DataHandler(object):CODE
LOWWeb/Python/vtkmodules/web/camera.py631def create_cylindrical_camera(renderer, dataHandler, phiValues, translationValues):CODE
LOWWeb/Python/vtkmodules/web/testing.py604def instantiate_test_subclass(pathToScript, **kwargs):STRING
LOW…zation/Manager/Testing/Python/TestCompositeDataSets.py75 def test_partitioned_dataset_collection(self):CODE
LOWSerialization/Manager/Testing/Python/TestNull.py22 def test_invoke_with_null_in_args(self):CODE
LOWSerialization/Manager/Testing/Python/TestNull.py31 def test_invoke_with_null_in_return(self):CODE
LOW…tion/Manager/Testing/Python/TestDataSetImportExport.py111 def test_partitioned_data_set_collection(self):CODE
LOWIO/Fides/Testing/Python/TestFidesPolyData.py65def _build_polys_only_polydata():CODE
LOWIO/Xdmf3/vtkXdmf3LightDataHandler.h4 * @class vtkXdmf3LightDataHandlerCOMMENT
LOWIO/Xdmf3/vtkXdmf3HeavyDataHandler.h4 * @class vtkXdmf3HeavyDataHandlerCOMMENT
LOWIO/Import/vtkOBJImporter.h30class vtkOBJPolyDataProcessor;CODE
LOWUtilities/Maintenance/WhatModulesVTK.py109def find_application_includes(path):STRING
LOWCommon/Core/Testing/Python/TestVariantArrayPythonAPI.py139 def test_constructor_from_list(self):CODE
LOWCommon/Core/Testing/Python/TestVariantArrayPythonAPI.py146 def test_constructor_from_tuple(self):CODE
LOWCommon/Core/Testing/Python/TestVariantArrayPythonAPI.py152 def test_constructor_from_iterator(self):CODE
LOWCommon/Core/Testing/Python/TestVariantArrayPythonAPI.py157 def test_constructor_empty_iterable(self):CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py84def test_properties_single_component():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py127def test_materialisation_single_component():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py167def test_arithmetic_soa_numpy():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py575def test_array_function_fallback():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py781def test_per_component_methods():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py1033def test_metadata_propagation():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py431def test_auto_detection_aos_fallback():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py475def test_numpy_to_vtk_soa_dtypes():CODE
LOWCommon/Core/Testing/Python/TestSOADataArray.py486def test_numpy_to_vtk_soa_errors():CODE
LOWCommon/Core/Testing/Python/TestVTKConstantArray.py97def test_arithmetic_with_numpy():CODE
LOWCommon/Core/Testing/Python/TestVTKConstantArray.py121def test_arithmetic_with_scalar():CODE
LOWCommon/Core/Testing/Python/TestVTKConstantArray.py147def test_multi_component_arithmetic():CODE
LOWCommon/Core/Testing/Python/TestVTKConstantArray.py473def test_constructor_with_shape_and_value():CODE
LOWCommon/Core/Testing/Python/TestAOSArray.py560def test_metadata_propagation():CODE
LOW…mmon/Core/Testing/Python/TestDataArraySelectionDict.py28 def test_setitem_enable_disable(self):CODE
LOW…mmon/Core/Testing/Python/TestDataArraySelectionDict.py100 def test_enable_disable_all_still_work(self):CODE
LOWCommon/Core/Testing/Python/TestStringArrayPythonAPI.py137 def test_constructor_from_list(self):CODE
LOWCommon/Core/Testing/Python/TestStringArrayPythonAPI.py142 def test_constructor_from_tuple(self):CODE
LOWCommon/Core/Testing/Python/TestStringArrayPythonAPI.py147 def test_constructor_from_iterator(self):CODE
LOWCommon/Core/Testing/Python/TestStringArrayPythonAPI.py152 def test_constructor_empty_iterable(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py78 def test_request_key_set_true(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py83 def test_request_key_set_false(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py96 def test_information_vector_key(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py118 def test_contains_unknown_key_name(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py129 def test_delitem_missing_raises(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py135 def test_getitem_missing_raises(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py254 def test_string_key_case_insensitive(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py259 def test_string_key_not_found(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py274 def test_make_key_destruction(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py283 def test_lookup_after_destruction(self):CODE
LOWCommon/Core/Testing/Python/TestInformationDict.py290 def test_string_lookup_after_destruction(self):CODE
198 more matches not shown…
Deep Nesting135 hits · 124 pts
SeverityFileLineSnippetContext
LOW…ters/Statistics/Testing/Python/TestVisualStatistics.py26CODE
LOWFilters/Parallel/Testing/Python/testTransmit.py35CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py30CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridSideInfo.py114CODE
LOWFilters/CellGrid/Testing/Python/TestCellGridRange.py38CODE
LOWFilters/CellGrid/Testing/Python/TestCopyCellGrid.py56CODE
LOWFilters/Core/vtkStreamingTessellatorGenerator.py159CODE
LOWFilters/Core/Testing/Python/deciPlane.py31CODE
LOWFilters/Core/Testing/Python/deciFranFace.py27CODE
LOWFilters/Core/Testing/Python/skinOrder.py37CODE
LOWFilters/Core/Testing/Python/TestContourCases.py53CODE
LOWFilters/Verdict/Testing/Python/MeshQuality.py32CODE
LOW…Geometry/Testing/Python/LagrangeGeometricOperations.py318CODE
LOWDocumentation/docs/vtk_documentation.py42CODE
LOWDocumentation/docs/vtk_documentation.py298CODE
LOWDocumentation/docs/vtk_documentation.py378CODE
LOWCMake/SPDX_generate_output.py42CODE
LOWWeb/Python/vtkmodules/web/render_window_serializer.py365CODE
LOWWeb/Python/vtkmodules/web/vtkjs_helper.py42CODE
LOWWeb/Python/vtkmodules/web/vtkjs_helper.py109CODE
LOWWeb/Python/vtkmodules/web/vtkjs_helper.py139CODE
LOWWeb/Python/vtkmodules/web/dataset_builder.py80CODE
LOWWeb/Python/vtkmodules/web/dataset_builder.py300CODE
LOWWeb/Python/vtkmodules/web/dataset_builder.py365CODE
LOWWeb/Python/vtkmodules/web/dataset_builder.py391CODE
LOWWeb/Python/vtkmodules/web/dataset_builder.py557CODE
LOWWeb/Python/vtkmodules/web/utils.py29CODE
LOWWeb/Python/vtkmodules/web/testing.py604CODE
LOWWeb/Python/vtkmodules/web/testing.py644CODE
LOWWeb/Python/vtkmodules/web/testing.py449CODE
LOWIO/Xdmf3/Testing/Python/VToXLoop.py105CODE
LOWIO/ParallelXML/Testing/Python/testParallelXMLWriters.py70CODE
LOW…/Core/Testing/Python/TestImageThresholdConnectivity.py25CODE
LOWImaging/Core/Testing/Python/TestThreshold.py24CODE
LOWUtilities/vtk2xml.py141CODE
LOWUtilities/Marshalling/marshal_macro_annotate_headers.py73CODE
LOWUtilities/Marshalling/marshal_macro_annotate_headers.py134CODE
LOWUtilities/Maintenance/VTKTestsByLanguage.py350CODE
LOWUtilities/Maintenance/VTKTestsByLanguage.py125CODE
LOWUtilities/Maintenance/VTKTestsByLanguage.py182CODE
LOWUtilities/Maintenance/VTKTestsByLanguage.py213CODE
LOWUtilities/Maintenance/ModernizePythonImports.py75CODE
LOWUtilities/Maintenance/semanticDiffVersion.py37CODE
LOWUtilities/Maintenance/WhatModulesVTK.py60CODE
LOWUtilities/Maintenance/WhatModulesVTK.py127CODE
LOWUtilities/Maintenance/vtk_reindent_code.py20CODE
LOWUtilities/Maintenance/FindNeededModules.py60CODE
LOWUtilities/Maintenance/FindNeededModules.py86CODE
LOWUtilities/Maintenance/FindNeededModules.py167CODE
LOWUtilities/Doxygen/doc_class2onlineexamples.py179CODE
LOWTesting/Core/HeaderTesting.py130CODE
LOWTesting/Core/HeaderTesting.py301CODE
LOWTesting/Core/HeaderTesting.py351CODE
LOWCommon/Core/Testing/Python/TestSetGet.py155CODE
LOWCommon/Core/Testing/Python/TestSetGet.py272CODE
LOWCommon/Core/Testing/Python/TestEmptyInput.py374CODE
LOW…/Testing/Python/TestPartitionedRenderWindowExporter.py31CODE
LOWCommon/DataModel/Testing/Python/TestICPTransform.py25CODE
LOW…ataModel/Testing/Python/Test3DCellsEvaluatePosition.py85CODE
LOWCommon/DataModel/Testing/Python/quadricCut.py27CODE
75 more matches not shown…
Cross-Language Confusion17 hits · 110 pts
SeverityFileLineSnippetContext
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py328 print(' %s outputTets.push( vtkStreamingTessellator::TetrahedralDecompositions + this->BestTets( alternates, pCODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py331 print(' %soutputTets.push( vtkStreamingTessellator::TetrahedralDecompositions + %d );' % (indent, tc[0].Offset)CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py332 print(' %soutputPerm.push( vtkStreamingTessellator::PermutationsFromIndex[%d] );' % (indent, PermutationIndices[ CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py333 print(' %soutputSign.push( %d );' % (indent, sign), file=genCode)CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py362 print(' %s outputTets.push( vtkStreamingTessellator::TetrahedralDecompositions + this->BestTets( alternates, pCODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py365 print(' %soutputTets.push( vtkStreamingTessellator::TetrahedralDecompositions + %d );' % (indent, tc[0]), file=CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py366 print(' %soutputPerm.push( vtkStreamingTessellator::PermutationsFromIndex[%d] );' % (indent, PermutationIndices[ CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py367 print(' %soutputSign.push( %d );' % (indent, sign), file=genCode)CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py694// Returns true if || a0a1 || < || b0b1 ||COMMENT
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py535 if ( k == 0 || k < -1 || k >= 4 )CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py568 if ( k == 0 || k < -1 || k >= 4 )CODE
HIGHFilters/Core/vtkStreamingTessellatorGenerator.py738 if ( bestQuality > currQuality || bestOffset < 0 )CODE
HIGHFilters/Core/Testing/Python/TestSurfaceNets3DAtlas.py470 Index 0 is black (background/null), indices 1..n get distinct colors.STRING
HIGHSerialization/Manager/Testing/Python/TestNull.py28 self.om.Invoke(actor_id, "SetMapper", "[null]")CODE
HIGH…llelXML/Testing/Python/testParallelMultiBlockWriter.py48# |-- <MB> # level where block is non-null, non-empty on all ranks.COMMENT
HIGHCommon/DataModel/Testing/Python/TestTupleOperators.py406 """Slice assignment is not supported (mp_ass_subscript is null)."""STRING
HIGH…ring/Volume/Testing/Python/TestGPURayCastUserShader.py90 "\n if(!g_skip && g_srcColor.a > 0.0 && l_updateDepth)"CODE
AI Response Leakage11 hits · 82 pts
SeverityFileLineSnippetContext
HIGHImaging/Core/Testing/Python/ResliceInformationInput.py14# In this example, an image is centered at (0,0,0) before aCOMMENT
HIGHImaging/Core/Testing/Python/TestChangeInformation.py14# In this example, an image is centered at (0,0,0) before aCOMMENT
HIGHRendering/UI/vtkCocoaRenderWindowInteractor.mm348 // In this implementation, timerId and platformTimerId are the sameCOMMENT
HIGHRendering/UI/vtkCocoaRenderWindowInteractor.mm357 // In this implementation, timerId and platformTimerId are the same;COMMENT
HIGHRendering/UI/vtkIOSRenderWindowInteractor.mm102 // In this implementation, timerId and platformTimerId are the sameCOMMENT
HIGHRendering/UI/vtkIOSRenderWindowInteractor.mm111 // In this implementation, timerId and platformTimerId are the same;COMMENT
HIGHThirdParty/freetype/vtkfreetype/src/sdf/ftsdf.c2955 #error "corruption. If required I will add this later."COMMENT
HIGHThirdParty/hdf5/vtkhdf5/src/H5Tmodule.h1809 * datatype that is the same as #H5T_NATIVE_INT. In this example, suppose this is a 32-bitCOMMENT
HIGH…ty/eigen/vtkeigen/eigen/src/Core/arch/SSE/PacketMath.h547 // In this implementation, we take advantage of the fact that pmin/pmax for SSECOMMENT
HIGH…ty/eigen/vtkeigen/eigen/src/Core/arch/SSE/PacketMath.h556 // In this implementation, we take advantage of the fact that pmin/pmax for SSECOMMENT
HIGHThirdParty/libproj/vtklibproj/src/projections/ocea.cpp66 // ERO: I've added M_PI so that the alpha is the angle from point 1 to point 2COMMENT
Synthetic Comment Markers9 hits · 82 pts
SeverityFileLineSnippetContext
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h513 /// same partitions and pass all PartitionedDataSet fields (as requested by theCOMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h519 /// passed onto the return result partition as requested by the `Filter` state.COMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h528 /// same partitions and pass all PartitionedDataSet fields (as requested by theCOMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h534 /// passed onto the return result partition as requested by the `Filter` state.COMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h406 /// structure and coordinate system as the input and pass all fields (as requestedCOMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h419 /// structure and coordinate system as the input and pass all fields (as requestedCOMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h435 /// structure and coordinate system as the input and pass all fields (as requestedCOMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h462 /// structure and coordinate system as the input and pass all fields (as requestedCOMMENT
HIGH…viskores/vtkviskores/viskores/viskores/filter/Filter.h487 /// structure and coordinate system as the input and pass all fields (as requestedCOMMENT
Fake / Example Data102 hits · 82 pts
SeverityFileLineSnippetContext
LOWIO/Fides/Testing/Python/TestFidesConduitNode.py77 dummy_node["dummy_data"] = 1.0CODE
LOWThirdParty/scn/vtkscn/README.md276 sample of Lorem Ipsum.CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c504 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c580 "CGNSLibraryVersion_t", &dummy_id, "R4", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c656 "CGNSLibraryVersion_t", &dummy_id, "R4", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c1723 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c1829 if (cgi_new_node(zone->id, "ZoneType", "ZoneType_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c2824 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c2893 if (cgi_new_node(geo->id, "GeometryFile", "GeometryFile_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c2896 if (cgi_new_node(geo->id, "GeometryFormat", "GeometryFormat_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c2981 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c3061 if (cgi_new_node(geo->id, "GeometryFile", "GeometryFile_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c3064 if (cgi_new_node(geo->id, "GeometryFormat", "GeometryFormat_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c4891 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c5060 &dummy_id, data_type, 1, &dim_vals, prange)) return CG_ERROR;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c11356 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c11359 &dummy_id, "C1", 1, &length,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c11391 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c11413 &dummy_id, "C1", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c12711 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c12786 if (cgi_new_node(bcwall->id, "WallFunctionType", "WallFunctionType_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c12876 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c12983 if (cgi_new_node(bcarea->id, "AreaType", "AreaType_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c13268 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c13342 if (cgi_new_node(caverage->id, "AverageInterfaceType", "AverageInterfaceType_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c13629 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c13707 if (cgi_new_node(caverage->id, "AverageInterfaceType", "AverageInterfaceType_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c15910 double posit_id, dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c15928 if (cgi_new_node(posit_id, "FamilyName", "FamilyName_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c16020 double posit_id, dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c16043 if (cgi_new_node(posit_id, name, "AdditionalFamilyName_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c16719 double posit_id, dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c16755 "\"int[1+...+IndexDimension]\"", &dummy_id, "I4", 1,CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c19142 double posit_id, dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgnslib.c19213 if (cgi_new_node(posit_id, "GridLocation", "GridLocation_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c2866 &dummy_id);CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c2867 if (!ierr) cgi_delete_node(boco->id, dummy_id);CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c2872 &dummy_id, "C1", 1, &len, locname))CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c8085 &dummy_id, "C1", 1, &dim_vals, geo->file)) return CG_ERROR;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c8090 &dummy_id, "C1", 1, &dim_vals, geo->format)) return CG_ERROR;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c8095 &dummy_id, "MT", 0, 0, 0)) return CG_ERROR;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c8615 if (cgi_new_node(boco->id, "GridLocation", "GridLocation_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c8622 if (cgi_new_node(boco->id, "FamilyName", "FamilyName_t", &dummy_id, "C1",CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c8630 &dummy_id, "C1", 1, &dim_vals, (void *)boco->famname[n].family)) return CG_ERROR;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9642 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9650 "AdditionalExponents_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9659 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9662 if (cgi_new_node(parent_id, "DataClass", "DataClass_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9687 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9690 if (cgi_new_node(parent_id, "Ordinal", "Ordinal_t", &dummy_id,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9700 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9731 &dummy_id, "C1", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9740 &dummy_id, "C1", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c9749 "AdditionalFamilyName_t", &dummy_id, "C1", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c1035 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c1039 &dummy_id, "C1", 1, &len, (void *)family_name))CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c2854 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c7788 double dummy_id;CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c7812 "CGNSLibraryVersion_t", &dummy_id, "R4", 1, &dim_vals,CODE
LOWThirdParty/cgns/vtkcgns/src/cgns_internals.c7909 double dummy_id;CODE
42 more matches not shown…
AI Slop Vocabulary28 hits · 77 pts
SeverityFileLineSnippetContext
MEDIUMFilters/Meshing/vtkVoronoiFlower2D.h119 * Shewchuk's geometric predicates (https://www.cs.cmu.edu/~quake/robust.html).COMMENT
MEDIUMFilters/Geometry/vtkDataSetSurfaceFilter.h80#include "vtkGeometryFilter.h" // To facilitate delegationCOMMENT
LOW.gitlab/os-linux.yml362 # Even with SHM size of 512m, SIGBUS still happened. Let's just use the network instead for reliability.COMMENT
MEDIUMWeb/Python/vtkmodules/web/render_window_serializer.py372 # FIXME should evolve and support funky mapper which leverage many arraysCOMMENT
LOWWeb/Python/vtkmodules/web/testing.py172 # so just call the start method.STRING
MEDIUMImaging/Core/vtkInterpolationMath.h48// very large range, 16 times the range of a 32-bit int. Essentially,COMMENT
MEDIUMUtilities/Doxygen/doc_class2example.pl18# - more robust code: comments are removed from files before parsingCOMMENT
LOWUtilities/Doxygen/doc_codematch.pl211 # If source has absolute path, just use the basename (unless aCOMMENT
MEDIUM…g/Python/vtkmodules/numpy_interface/dataset_adapter.py297 # Use weakref.finalize for reliable cleanup - more robust than __del__COMMENT
LOWWrapping/Python/vtkmodules/util/graph.py263 # Empty edge list — just add verticesCOMMENT
MEDIUMThirdParty/fmt/vtkfmt/vtkfmt/format.h3359 // Compilers are not aware of how to leverage the maximum value ofCOMMENT
MEDIUM…rty/eigen/vtkeigen/eigen/src/Core/ConditionEstimator.h128 // added to make the algorithm more robust in certain corner cases whereCOMMENT
MEDIUM…ty/eigen/vtkeigen/eigen/src/Core/arch/SSE/PacketMath.h123// to leverage AVX instructions.COMMENT
MEDIUM…Party/eigen/vtkeigen/eigen/src/Core/arch/SSE/Complex.h26// to leverage AVX instructions.COMMENT
MEDIUM…Party/eigen/vtkeigen/eigen/src/Core/arch/SSE/Complex.h194// to leverage AVX instructions.COMMENT
MEDIUM…ty/eigen/vtkeigen/eigen/src/Core/arch/AVX/PacketMath.h56// to leverage AVX512 instructions.COMMENT
MEDIUM…ty/eigen/vtkeigen/eigen/src/Core/arch/AVX/PacketMath.h638// NOTE: leverage _mm256_i32gather_ps and _mm256_i32gather_pd if AVX2 instructions are availableCOMMENT
MEDIUM…irdParty/eigen/vtkeigen/eigen/src/Geometry/AngleAxis.h200 // let's use the robust Quaternion implementation:COMMENT
MEDIUM…rdParty/viskores/vtkviskores/viskores/viskores/Range.h145 /// of another range. Essentially it is the union of the two ranges.COMMENT
MEDIUM…arty/viskores/vtkviskores/viskores/viskores/RangeId3.h147 /// the other range. Essentially it is the union of the two ranges.COMMENT
MEDIUM…arty/viskores/vtkviskores/viskores/viskores/RangeId2.h123 /// the other range. Essentially it is the union of the two ranges.COMMENT
MEDIUM…dParty/viskores/vtkviskores/viskores/viskores/Bounds.h213 /// that of another bounds. Essentially it is the union of the two bounds.COMMENT
MEDIUM…Party/viskores/vtkviskores/viskores/viskores/RangeId.h108 /// of another range. Essentially it is the union of the two ranges.COMMENT
MEDIUM…ores/viskores/viskores/worklet/DescriptiveStatistics.h239 // Essentially a TransformReduce. Do we have that convenience in Viskores?COMMENT
MEDIUM…skores/filter/flow/worklet/ParticleAdvectionWorklets.h78 //the integrator status needs to be more robust:COMMENT
MEDIUM…ores/viskores/thirdparty/lcl/viskoreslcl/lcl/Polygon.h484 // direction. Although not perfectly robust, we can reduce the effect ofCOMMENT
MEDIUM…/viskores/vtkviskores/viskores/viskores/cont/CellSet.h34/// Fundamentally, any cell set is a collection of cells, which typically (but not always)COMMENT
MEDIUM…/src/iso19111/operation/coordinateoperationfactory.cpp3265 // robust to that, or skip some tests.COMMENT
Excessive Try-Catch Wrapping38 hits · 63 pts
SeverityFileLineSnippetContext
MEDIUM…lters/Temporal/Testing/Python/TestForceStaticMeshPy.py38 print("Error: static mesh has different mesh times")CODE
MEDIUMFilters/Extraction/Testing/Python/TestExtractEdges.py89 print("Error in edge number: ", edgeNum)CODE
LOWWeb/Python/vtkmodules/web/render_window_serializer.py769 except Exception as inst:CODE
MEDIUMWeb/Python/vtkmodules/web/testing.py394def run_test(self):CODE
MEDIUMWeb/Python/vtkmodules/web/testing.py472def cleanup(self):CODE
LOWWeb/Python/vtkmodules/web/testing.py632 except Exception as inst:STRING
LOWWeb/Python/vtkmodules/web/testing.py463 except Exception as inst:STRING
LOWWeb/Python/vtkmodules/web/testing.py739 except Exception as inst:STRING
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py65 print("Error: expect warning when adding a text chunk with empty key")CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py71 print("Error: expect warning when adding a text chunk "\CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py81 print("Error: Expecting three text chunks in the PNG file but got",\CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py88 print("Error: expect \"%s\" at index 1 and 2 but got "\CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py92 print("Error: expecting key \"%s\" at index 1 and 2 but got \"%s\"" % \CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py96 print("Error: expecting value \"%s\" at index 1 and 2 but got \"%s\"" % \CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py100 print("Error: expecting value \"%s\" at index but got \"%s\"" % \CODE
MEDIUMIO/Image/Testing/Python/TestPNGTextChunks.py109 print("Error: Unable to test PNG write/read of text chunks.")CODE
MEDIUMUtilities/vtk2xml.py170 print("Error: Directory %s does not exist!"%out_dir)STRING
MEDIUMUtilities/Maintenance/semanticDiffVersion.py194 print("Error while git reset to version:", ver)CODE
MEDIUMUtilities/Maintenance/semanticDiffVersion.py208 print("Error while creating tagfile with ctags:", fname)CODE
MEDIUMUtilities/Maintenance/semanticDiffVersion.py252 print("Error while getting current HEAD SHA-1 sum:")CODE
MEDIUMUtilities/Maintenance/semanticDiffVersion.py269 print("Error while getting git diff between versions %s and %s" %\CODE
MEDIUMUtilities/Maintenance/semanticDiffVersion.py284 print("Error while git clone into temporary working directory.")CODE
LOWCommon/Core/Testing/Python/TestVTKAffineArray.py747 except Exception as e:CODE
LOWCommon/Core/Testing/Python/TestSetGet.py234 except Exception as err:CODE
LOWCommon/Core/Testing/Python/TestSetGet.py245 except Exception as err:CODE
LOW…/Core/Testing/Python/TestStructuredPointArrayPython.py338 except Exception as e:CODE
LOW…mon/DataModel/Testing/Python/TestSelectionPythonAPI.py543 except Exception as e:CODE
MEDIUM…mples/iOS/VTKViewer/VTKViewer/ExampleDataManager.swift38 print("Error creating directory at \(exampleDataDirUrl) : will skip downloading example data.")CODE
MEDIUM…mples/iOS/VTKViewer/VTKViewer/ExampleDataManager.swift62 print("Error downloading file \(url) : \(error!.localizedDescription)")CODE
MEDIUM…mples/iOS/VTKViewer/VTKViewer/ExampleDataManager.swift71 print("Error writing file \(destinationURL) : \(writeError.localizedDescription)")CODE
LOWExamples/Emscripten/Cxx/WrappedAsyncClipper/server.py39 except Exception as e:CODE
LOWExamples/Emscripten/Cxx/AsyncClipper/server.py39 except Exception as e:CODE
LOWWrapping/Python/vtkmodules/generate_pyi.py637 except Exception as e:CODE
LOWWrapping/Python/vtkmodules/test/rtImageTest.py82 except Exception:CODE
MEDIUMWrapping/Python/vtkmodules/test/rtImageTest.py12def _GetController():CODE
LOWWrapping/Python/vtkmodules/util/information.py213 except Exception:CODE
LOWWrapping/Python/vtkmodules/qt/__init__.py35 except Exception:CODE
LOW…raction/Widgets/Testing/Python/TestWidgetsPythonAPI.py297 except Exception as e:CODE
Slop Phrases23 hits · 52 pts
SeverityFileLineSnippetContext
LOW.readthedocs.yaml21 # When adding a dependency here, make sure to update the related docker imageCOMMENT
LOW…l/Testing/Python/TestRandomAttributeGeneratorScalar.py66# make sure to have the same regression image on all platforms.COMMENT
LOW…General/Testing/Python/TestRandomAttributeGenerator.py31# make sure to have the same regression image on all platforms.COMMENT
LOW…ometry/Testing/Python/TestAttributeSmoothingFilter2.py161# make sure to have the same regression image on all platforms.COMMENT
LOW…eometry/Testing/Python/TestAttributeSmoothingFilter.py179# make sure to have the same regression image on all platforms.COMMENT
LOWTesting/Core/HeaderTesting.py33## If tested from ctest, make sure to fix all the output stringsCOMMENT
MEDIUMTesting/Core/vtkEmscriptenTestUtilities.js11 * Here is how you can call this from C/C++ code:COMMENT
MEDIUMTesting/Core/vtkEmscriptenTestUtilities.js46 * Here is how you can call this from C/C++ code:COMMENT
LOWCommon/Core/vtkThreadedCallbackQueue.h260 * // Don't forget to pass an instance of the host class.COMMENT
MEDIUMRendering/UI/vtkWebAssemblyRenderWindowInteractor.js16 * Here is how you can call this from C/C++ code:COMMENT
MEDIUMRendering/UI/vtkWebAssemblyRenderWindowInteractor.js56 * Here is how you can call this from C/C++ code:COMMENT
MEDIUMRendering/UI/vtkWebAssemblyRenderWindowInteractor.js83 * Here is how you can call this from C/C++ code:COMMENT
MEDIUM…Party/freetype/vtkfreetype/include/freetype/fterrors.h78 * Here is a simple example.COMMENT
MEDIUM…Party/freetype/vtkfreetype/include/freetype/freetype.h1385 * for demonstration purposes.COMMENT
LOW…eetype/vtkfreetype/include/freetype/internal/ftrfork.h35 /* Don't forget to increment the number if you add a new guessing rule. */COMMENT
MEDIUM…rty/eigen/vtkeigen/eigen/src/Core/util/SymbolicIndex.h19 * Here is a simple example:COMMENT
MEDIUM…n/vtkeigen/eigen/src/Core/arch/AltiVec/MatrixProduct.h114 * As mentioned earlier MatrixProduct breaks complex numbers into a real vector and a complex vector so packing hasCOMMENT
MEDIUM…es/viskores/viskores/exec/AtomicArrayExecutionObject.h239 /// Note that for demonstration purposes, the previous code is unnecessarily verbose.COMMENT
LOW…/viskores/thirdparty/lodepng/viskoreslodepng/lodepng.h339 If you encode an image without alpha with palette, don't forget to put value 255 in each A byte of the palette.CODE
LOW…iskores/thirdparty/lodepng/viskoreslodepng/lodepng.cpp64lodepng source code. Don't forget to remove "static" if you copypaste themCODE
MEDIUM…res/vtkviskores/viskores/viskores/cont/ColorTableMap.h44/// Here is a simple example.COMMENT
MEDIUM…res/vtkviskores/viskores/viskores/cont/ColorTableMap.h75/// Here is a simple example.COMMENT
LOWThirdParty/netcdf/vtknetcdf/include/netcdf.h540 * Don't forget to update docs/all-error-codes.md if adding new error codes here!COMMENT
Redundant / Tautological Comments23 hits · 30 pts
SeverityFileLineSnippetContext
LOW…rs/Modeling/Testing/Python/TestSelectPolyDataFilter.py169# Display resultsCOMMENT
LOW…ters/Points/Testing/Python/TestPointOccupancyFilter.py58# Display the result: outline plus surfaceCOMMENT
LOW.gitlab/ci/update_vtk_versions.py25 # Check if this version is already present.COMMENT
LOWWeb/Python/vtkmodules/web/testing.py155 # Check if a test was actually requestedSTRING
LOWWeb/Python/vtkmodules/web/testing.py160 # Check if we ran into trouble with any of the testing importsSTRING
LOWIO/NetCDF/Testing/Python/NetCDFCFUnstructured.py23# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCFUnstructured.py47# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCFSetOutputType.py27# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCFSetOutputType.py54# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCFSetOutputType.py81# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCFSetOutputType.py108# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCFSphericalCoords.py24# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFReader.py23# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCF2DBounds.py22# Open the file.COMMENT
LOWIO/NetCDF/Testing/Python/NetCDFCF2DBounds.py52# Open the file.COMMENT
LOWUtilities/Maintenance/FindNeededModules.py74 # Read the file looking for includes.STRING
LOWUtilities/Maintenance/FindNeededModules.py100 # Read the file looking for includes.STRING
LOWUtilities/Maintenance/FindNeededModules.py116 # Read the file looking for includes.STRING
LOWUtilities/Doxygen/doc_rmpath.pl87 # Open the file, read it entirelyCOMMENT
LOWUtilities/Doxygen/doc_index.pl192 # Open the file, read it entirelyCOMMENT
LOWUtilities/Doxygen/doc_cleanhtml.pl82 # Open the file, read it entirelyCOMMENT
LOWCommon/DataModel/Testing/Python/TestGraphPythonAPI.py253 # Set again to verify reset worksCOMMENT
LOW…Python/vtkmodules/numpy_interface/vtk_indexed_array.py180 # Check if we can stay lazy: exactly one VTKIndexedArrayCOMMENT
Verbosity Indicators16 hits · 24 pts
SeverityFileLineSnippetContext
LOW…ering/Volume/vtkUnstructuredGridBunykRayCastFunction.h203 // we need to check if the data has changed in some way.COMMENT
LOWWrapping/Tools/vtkParsePreprocess.c1396 * the following code block should be skipped.COMMENT
LOWThirdParty/ioss/vtkioss/Ioss_VariableType.C395 // Step 0:COMMENT
LOWThirdParty/ioss/vtkioss/Ioss_VariableType.C405 // Step 1:COMMENT
LOWThirdParty/hdf5/vtkhdf5/src/H5Cimage.c1709 * Purpose: The purpose of this function is to compute the flushCOMMENT
LOWThirdParty/hdf5/vtkhdf5/src/H5HFcache.c1905 * Purpose: In principle, the purpose of this function is to determineCOMMENT
LOWThirdParty/hdf5/vtkhdf5/src/H5FSsection.c2290 * Purpose: The purpose of this function is to allocate file space forCOMMENT
LOWThirdParty/fmt/vtkfmt/vtkfmt/format-inl.h1259 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOWThirdParty/fmt/vtkfmt/vtkfmt/format-inl.h1314 // Step 2: Try larger divisor; remove trailing zeros if necessary.COMMENT
LOWThirdParty/fmt/vtkfmt/vtkfmt/format-inl.h1346 // Step 3: Find the significand with the smaller divisor.COMMENT
LOW…resdiy/include/viskoresdiy/thirdparty/fmt/format-inl.h2176 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOW…resdiy/include/viskoresdiy/thirdparty/fmt/format-inl.h2219 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…resdiy/include/viskoresdiy/thirdparty/fmt/format-inl.h2255 // Step 3: Find the significand with the smaller divisorCOMMENT
LOW…y2/vtkdiy2/include/vtkdiy2/thirdparty/fmt/format-inl.h2176 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOW…y2/vtkdiy2/include/vtkdiy2/thirdparty/fmt/format-inl.h2219 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…y2/vtkdiy2/include/vtkdiy2/thirdparty/fmt/format-inl.h2255 // Step 3: Find the significand with the smaller divisorCOMMENT
Structural Annotation Overuse11 hits · 16 pts
SeverityFileLineSnippetContext
LOWThirdParty/fmt/vtkfmt/vtkfmt/format-inl.h1259 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOWThirdParty/fmt/vtkfmt/vtkfmt/format-inl.h1314 // Step 2: Try larger divisor; remove trailing zeros if necessary.COMMENT
LOWThirdParty/fmt/vtkfmt/vtkfmt/format-inl.h1346 // Step 3: Find the significand with the smaller divisor.COMMENT
LOW…resdiy/include/viskoresdiy/thirdparty/fmt/format-inl.h2176 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOW…resdiy/include/viskoresdiy/thirdparty/fmt/format-inl.h2219 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…resdiy/include/viskoresdiy/thirdparty/fmt/format-inl.h2255 // Step 3: Find the significand with the smaller divisorCOMMENT
LOW…y2/vtkdiy2/include/vtkdiy2/thirdparty/fmt/format-inl.h2176 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOW…y2/vtkdiy2/include/vtkdiy2/thirdparty/fmt/format-inl.h2219 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…y2/vtkdiy2/include/vtkdiy2/thirdparty/fmt/format-inl.h2255 // Step 3: Find the significand with the smaller divisorCOMMENT
LOWThirdParty/lzma/vtklzma/src/liblzma/common/index_hash.c182 // NOTE: This function has many similarities to index_encode() andCOMMENT
LOWThirdParty/lzma/vtklzma/src/liblzma/common/block_util.c50 // NOTE: This function is used for validation too, so it isCOMMENT
Modern Structural Boilerplate12 hits · 11 pts
SeverityFileLineSnippetContext
LOWDocumentation/docs/vtkmodules.__init__.py64__all__ = [STRING
LOWCMake/wheel_sdks/src/vtk_sdk/__init__.py5__all__ = ["__version__"]CODE
LOWWeb/Python/vtkmodules/web/render_window_serializer.py20logger = logging.getLogger(__name__)CODE
LOWWrapping/Python/vtkmodules/numpy_interface/__init__.py3__all__ = ['algorithms', 'dataset_adapter']CODE
LOWWrapping/Python/vtkmodules/test/__init__.py4__all__ = ['Testing', 'BlackBox', 'ErrorObserver', 'rtImageTest']CODE
LOWWrapping/Python/vtkmodules/util/__init__.py3__all__ = ['colors', 'misc', 'vtkConstants', 'vtkImageExportToArray',CODE
LOWWrapping/Python/vtkmodules/util/execution_model.py4__all__ = ['select_ports', 'Pipeline', 'Output']CODE
LOWWrapping/Python/vtkmodules/qt/__init__.py47__all__ = ['QVTKRenderWindowInteractor']CODE
LOWWrapping/Python/vtkmodules/tk/__init__.py3__all__ = ['vtkTkRenderWidget', 'vtkTkImageViewerWidget',CODE
LOWWrapping/Python/vtkmodules/wx/__init__.py3__all__ = ['wxVTKRenderWindow', 'wxVTKRenderWindowInteractor']CODE
LOWWrapping/Python/vtkmodules/gtk/__init__.py3__all__ = ['GtkVTKRenderWindow', 'GtkVTKRenderWindowInteractor',CODE
LOWThirdParty/mpi4py/vtkmpi4py/src/mpi4py/__init__.py25__all__ = ['MPI']CODE
Dead Code3 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMIO/Xdmf3/Testing/Python/VToXLoop.py77CODE
MEDIUM…pping/Python/vtkmodules/gtk/GtkGLExtVTKRenderWindow.py206CODE
MEDIUM…pping/Python/vtkmodules/gtk/GtkGLExtVTKRenderWindow.py211CODE
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOW.gitlab/ci/update_doc_versions.sh13# Usage:COMMENT
LOWCommon/Core/vtkSetGet.h1241// Example usage:COMMENT
LOWCommon/Core/vtkSetGet.h1304// Example usage:COMMENT
AI Structural Patterns3 hits · 2 pts
SeverityFileLineSnippetContext
LOWWeb/Python/vtkmodules/web/protocols.py649CODE
LOWWeb/Python/vtkmodules/web/protocols.py655CODE
LOWWrapping/Python/vtkmodules/test/Testing.py436CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWThirdParty/loguru/vtkloguru/loguru.cpp1733 // TODO: implement signal handlers on windowsCOMMENT