This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- Apr 08, 2007
-
-
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
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
BUG: Algorithms should not modify themselves in RequestData(). Added method to modify private data member (ProgressText) without calling Modified()
-
Berk Geveci authored
BUG: Algorithms should not modify themselves in RequestData(). Added method to modify private data member (ScalarLut) without calling Modified()
-
Dean Inglis authored
-
Dean Inglis authored
-
Dean Inglis authored
-
Andy Cedilnik authored
-
- Apr 06, 2007
-
-
Berk Geveci authored
-
Dave Demarle authored
BUG: ungroup was segfaulting because from did not yet have complete information. Addresses bug# 4784
-
Will Schroeder authored
-
Berk Geveci authored
BUG: Temporarily removed the check for the existence of data information. This is a temporary fix. We should check if the algorithm produced what was requested and produce an error if it didn't. However, when such a check is added, all algorithms that do this: internalAlg->Update(); myOutput->ShallowCopy(internalAlg->GetOutput()); will break when running in parallel because ShallowCopy() will copy that piece related keys which will be 0 of 1.
-
David Thompson authored
catching this.
-
David Thompson authored
ENH: Removed the DSP filtering cruft from the ExodusII reader; it belongs in a filter of its own now that the pipeline has time. ENH: Added an (untested) HasModeShapes member to keep up with the Morelands
-
Andy Cedilnik authored
-
David Thompson authored
BUG: Loop over correct number/type of items.
-
Will Schroeder authored
-
- Apr 05, 2007
-
-
Pat Crossno authored
BUG: Still chasing the memory leak. Needed to loop through all of NumberOfLabelsAllocated instead of just the NumberOfLabels during the deletion of the text mappers to really get them all.
-
Andy Wilson authored
BUG: Interactor was asking for the bounding box of vertex -1 whenever the pointer was outside the actual tree map.
-
Andy Wilson authored
BUG: Labels were getting clipped incorrectly. The culprit was an outside-window test against global screen coordinates when we really wanted to compare against the window's size directly. This was in ConvertToDC and AnalyseLabel.
-
Andy Wilson authored
BUG: NumberOfLabelsAllocated was not getting updated when a new vtkTextMapper was created. This led to memory leaks.
-
Karthik Krishnan authored
-
John Biddiscombe authored
-
John Biddiscombe authored
COMP:Removed the windows and systime includes. These were left over from the old StreamTracer class and I don't need them. PERF:Moved a check for bad particle location outside the main loop until after integration finishes.
-