This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- Apr 15, 2007
-
-
Berk Geveci authored
BUG: Fixed wrong return value. It was always returning the id it received. In case of global ids, it should return the id of the point/cell that has the given global id.
-
Berk Geveci authored
BUG: Added support for adding a selection id on all processes. When using global ids, it is not possible to specify a process.
-
Andy Cedilnik authored
-
- Apr 14, 2007
-
-
Andy Cedilnik authored
-
David Gobbi authored
-
- Apr 13, 2007
-
-
Andy Cedilnik authored
-
- Apr 12, 2007
-
-
Francois Bertel authored
BUG:Fixed initialization of uniform variables in depth peeling when the program shader was not in use during the rendering of the first peel.
-
Brad King authored
-
Brad King authored
ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added TODO comment explaining why process execution can still hang when a grandchild keeps the output pipes open.
-
David Gobbi authored
-
- Apr 11, 2007
-
-
Andy Cedilnik authored
-
Clinton Stimpson authored
-
David Gobbi authored
-
David Karelitz authored
-
Sean McBride authored
BUG: fixed incorrect variable initialisation, which was causing compiler warnings and probably incorrect behaviour
-
Andy Cedilnik authored
-
- Apr 10, 2007
-
-
David Karelitz authored
ENH: Exodus reader now takes into account progress of the append filter
-
Brad King authored
BUG: Restoring fix for bug#797 that was removed by revision 1.62. Setting precision(11) on the stream as soon as it is opened to make sure all ascii values are written with sufficient precision.
-
Brian Wylie authored
-
Andy Cedilnik authored
-
- Apr 09, 2007
-
-
Berk Geveci authored
COMP: Put the accessor for the kdtree back to fix compile errors. In the future, the kdtree data structure should be separated from the algorithm.
-
Dave Demarle authored
-
Andy Cedilnik authored
-
- Apr 08, 2007
-
-
Karthik Krishnan authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Andy Cedilnik authored
-
- Apr 07, 2007
-
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
BUG: Added custom SetMultiGroupDataInformation(). A multi-group data object should have a valid information object at all times.
-
Berk Geveci authored
-
Berk Geveci authored
STYLE: Improved documentation and comments.
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
BUG: Re-architectured part of class to avoid calling Modified() during RequestData(). Although Kdtree is an internal variable the class was exposing it through a Get method. Changed such that Kdtree is not exposed but there is a way of setting the tree through SetCuts
-
Berk Geveci authored
-
Berk Geveci authored
BUG: Replaced this->SetPointArrayStatus() with this->MetaData->SetPointArrayStatus(). Called method on self causes Modified(). Algorithms are not supposed to call Modified() during RequestData(). STYLE: Fixed various style issues.
-
Berk Geveci authored
-