- Sep 19, 2011
-
-
Berk Geveci authored
Since the behaviour of SetInput changed - it no longer connects the pipeline but sets up the data object as the input -, it was decided to rename it to SetInputData. This includes similar methods such as AddInputData. This commit makes on sweeping change that compiles.
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
It was decided to remove any dependencies that data objects have on the pipeline logic. When modularization is complete, this will allow us to build a small "data model" library that does not depend on the "execution model". It also cleans up a lot of the interdepencies between data objects and pipeline code. To achieve this, we need to remove all functionality that depend on executives and pipeline logic from vtkDataObject and subclasses. This includes any meta-data such as whole extent as well as methods to setup pipeline connectivity such as SetInput (to be removed from algorithms).
-
- May 04, 2011
-
-
Berk Geveci authored
-
Berk Geveci authored
Now all tests except TestPStream pass. Fixing TestPStream will require changes that I cannot make until more of the VTK 4 compatibility layer is removed.
-
Berk Geveci authored
First step in the removal of VTK 4 compatibility layer. I removed vtkSource, vtkProcessObject and all of their subclasses. All algorithms should be subclasses of vtkAlgorithm now. Also removed vtkPLOT3DReader. This reader was using legacy API. Use vtkMultiBlockPLOT3DReader instead Made changes vtkSpatialRepresentationFilter that are not backwards compatible. This filter now produces a multi-block output and which levels are computed is controlled using the AddLevel method.
-
- Apr 27, 2011
-
-
Kitware Robot authored
-
- Apr 26, 2011
-
-
95978a29 BUG: Work around the dropped exodus cache (fixes issue 9729)
-
Nathan authored
-
595d537a BUG: Fix for #12043. Detect null arrays and reports errors instead of crashing
-
Signed-off-by:
Nathan Fabian <ndfabia@sandia.gov>
-
61779ad2 vtkArrayCoordinates: Remove const qualifier from return type
-
Brad King authored
Commit 83d8d511 (Add wrappable methods to vtkArrayCoordinates and vtkArrayExtents, 2011-04-20) added the method const CoordinateT GetCoordinate(DimensionT i) const; but the top-level const qualifier has no meaning. Remove it to avoid warnings like VTK/Common/vtkArrayCoordinates.h:90: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] from GCC. Change-Id: I801853d064837201ef03854fe2828274ca696255
-
Brad King authored
-
Fixes error "ptrdiff_t was not declared in this scope".
-
When EOF was encountered an assert would fail inside isspace for being an invalid char. istream::get return an int and not char according to the C++98 standard.
-
David Partyka authored
-
David Partyka authored
-
David Gobbi authored
-
Kitware Robot authored
-
- Apr 25, 2011
-
-
Marcus D. Hanwell authored
Sometimes it is desirable to render axes for a chart, even if the plot is empty. Provided a new ivar, RenderEmpty, to allow the user to modify this. It should be noted that without any visible plots if AutoAxes is true then all axes will be hidden anyway.
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
If the label is zero length do not render that plot in the legend.
-
2743e8b2 Add API to array serialization to match other readers
-
Jeff Baumes authored
Change-Id: Ifae1cf2484c6da3bd10450b4f8ed018c2a019f5b
-
Luis Ibanez authored
When writing ROIs the filename of the data was missing the path that should make it be stored in the same directory as the header file. Also unified the hard-coded size of buffers used to store path names. They are now using a common MAXPATHLENGHT defined symbol set to 2048. Change-Id: If6922e5676df8539bffe894cab514e08f7ade9e3
-
Kitware Robot authored
- Apr 24, 2011
-
-
Kitware Robot authored
-
- Apr 23, 2011
-
-
Kitware Robot authored
-
- Apr 22, 2011
-
-
David Partyka authored
-
David Partyka authored
-
9217c5fc Add logic to properly encode platform and OS information in the package name.
-
David Partyka authored
-
David Partyka authored
-
David Gobbi authored
-
David Partyka authored
Change-Id: I8808503ee6084fe89152c765db9fc8a3db13dde4
-
David Partyka authored
-