This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 23 Oct, 2018 1 commit
-
-
Cory Quammen authored
-
- 22 Oct, 2018 2 commits
-
-
Cory Quammen authored
Updated ParallelConnectivity to exercise the new mode in parallel and serial.
-
Cory Quammen authored
By default, the mode is UNSPECIFIED, which matches the previous behavior of how RegionIds are assigned to different connected components. Another option, CELL_COUNT_DESCENDING, has also been implemented. In this mode, RegionIds are assigned to connected components such that the lowest RegionId is assigned to the component with the largest number of cells and other RegionIds are assigned in descending order of cell count.
-
- 19 Sep, 2018 1 commit
-
-
Boris Basic authored
-
- 29 Jun, 2018 1 commit
-
-
Cory Quammen authored
vtkPConnectivityFilter will be instantiated when a vtkConnectivityFilter::New() when MPI is enabled. vtkConnectivityFilter functions will still be called when the program is run serially rather than with mpiexec with -np > 2.
-
- 17 Oct, 2017 1 commit
-
-
Cory Quammen authored
-
- 16 Oct, 2017 1 commit
-
-
Cory Quammen authored
This changes the vtkConnectivityFilter so that it produces a vtkPolyData when the input is a vtkPolyData and a vtkUnstructuredGrid when the input is anything else. It used to produce only vtkUnstructuredGrid outputs.
-
- 26 Jul, 2017 1 commit
-
-
Kitware Robot authored
This topic is the result of running clang-tidy to modernize our usage of NULL and 0 to nullptr. It also includes some manual and semi manual changes where clang-tidy would not be expected to work (such as in comments, or classes not compiled on this build) There are definitely many comments and occurances that this topic misses that we will need to fix over time.
-
- 31 May, 2017 1 commit
-
-
Sean McBride authored
Found and auto-fixed by clang-tidy’s readability-redundant-control-flow check. Though I did have to manualy fix whitespace after it.
-
- 23 Sep, 2016 1 commit
-
-
Reindent Script authored
This commit reindents the code with the following utility: Utilities/Maintenance/vtk-reindent-code.py This utility changes the positions of the braces so that they are no longer indented relative to the code block they reside in. The bash command line used was the following: for d in Charts Common Deprecated Domains Examples Filters GUISupport \ Geovis IO Imaging Infovis Interaction Parallel Rendering \ Testing Views Web Wrapping; do for e in cxx cxx.in txx txx.in hxx hxx.in h h.in c c.in; do find "${d}" -name "*.${e}" -exec \ python Utilities/Maintenance/vtk_reindent_code.py {} + done done
-
- 08 Mar, 2016 1 commit
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 08 Nov, 2013 1 commit
-
-
Jamie Snape authored
When desired output precision is DEFAULT_PRECISION and the input is empty, this prevents GetDataType() from being called on a NULL vtkPoints instance. Change-Id: I10e1fd8db008c015f1c96ece33007e35273329c4
-
- 07 Nov, 2013 1 commit
-
-
Jamie Snape authored
This updates a second batch of core filters to support a choice of desired precision (default, single, or double) for output points. It uses the analogous code in vtkThreshold as a model. Change-Id: I404c1bf2ea624e9065768297a1ec5247d1751647
-
- 09 Apr, 2012 2 commits
-
-
VTK Developers authored
Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these are maintained outside VTK. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com>
-
VTK Developers authored
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
- 20 May, 2010 1 commit
-
-
Mark Olesen authored
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 19 May, 2010 1 commit
-
-
Hua Yang authored
-
- 23 Apr, 2010 1 commit
-
-
Mark Olesen authored
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 10 Nov, 2009 1 commit
-
-
Utkarsh Ayachit authored
-
- 02 Nov, 2007 2 commits
-
-
Berk Geveci authored
-
Utkarsh Ayachit authored
with the regions ids. It was using FloatArray earlier.
-
- 30 Dec, 2004 1 commit
-
-
Amy Squillacote authored
-
- 11 Dec, 2003 1 commit
-
-
Amy Squillacote authored
use AddArray and SetActiveScalars or SetActiveAttribute instead of SetScalars when new scalars are created
-
- 05 Dec, 2003 1 commit
-
-
Ken Martin authored
-
- 14 Nov, 2003 1 commit
-
-
Will Schroeder authored
-
- 17 Dec, 2002 1 commit
-
-
Andy Cedilnik authored
-
- 03 Sep, 2002 1 commit
-
-
Andy Cedilnik authored
-
- 14 May, 2002 2 commits
-
-
Yves Starreveld authored
BUG: type outScalar->outScalars
-
Berk Geveci authored
-
- 13 May, 2002 1 commit
-
-
Berk Geveci authored
-
- 22 Jan, 2002 1 commit
-
-
Will Schroeder authored
-
- 04 Jan, 2002 1 commit
-
-
Brad King authored
1.) vtkTypeRevisionMacro is now used in all VTK classes in place of vtkTypeMacro. It invokes the original vtkTypeMacro and then adds a protected CollectRevisions method for future use in serialization. A corresponding vtkCxxRevisionMacro has been added to every .cxx file to implement the CollectRevisions method for each class. This will allow collection of every class revision at run time. Any new VTK class should use vtkTypeRevisionMacro instead of vtkTypeMacro. The .cxx implementation should then have the following line: vtkCxxRevisionMacro(vtkFoo, "$Revision: 1.1 $"); CVS should insert the correct revision number when the class is commited. 2.) vtkTypeMacro now also adds a typedef called "Superclass" to refer to the superclass of any VTK class. All PrintSelf methods have been updated to call their superclass's PrintSelf like this: this->Superclass::PrintSelf(os,indent); This should reduce the number of places that refer to a superclass by its actual name. 3.) The standard ::New() method implementation has been replaced with a macro. Instead of an explicitly written implementation to try the object factory and then call the new operator, VTK classes should instead use the following macro unless they have a special New() method: vtkStandardNewMacro(vtkFoo); This will implement the New() method in the standard way. The line should appear in the .cxx implementation file, not in the header. Using the macro will make it easier to change the standard implementation of the method. Also removed tabs from many files.
-
- 13 Nov, 2001 1 commit
-
-
Bill Lorensen authored
-
- 02 Nov, 2001 1 commit
-
-
Berk Geveci authored
-
- 29 Aug, 2001 1 commit
-
-
Charles Law authored
-
- 18 Jul, 2001 1 commit
-
-
Berk Geveci authored
-
- 27 Jun, 2001 1 commit
-
-
Amy Squillacote authored
-
- 26 Apr, 2001 1 commit
-
-
Ken Martin authored
A new CVS repository was created on 2001-04-26 to fork VTK during transition to a new source tree layout. The new repository was created using server-side symlinks referencing files in the original repository to preserve per-file history. This commit was manufactured during conversion from CVS to represent the fork as a branch.
-
- 16 Mar, 2001 1 commit
-
-
Bill Lorensen authored
-
- 10 Dec, 2000 1 commit
-
-
Will Schroeder authored
-