- 29 Sep, 2005 2 commits
-
-
Berk Geveci authored
-
Berk Geveci authored
ENH: Added new data types. Restructure of composite datasets. vtkMultiGroupDataSet is the new superclass with two subclasses: vtkMultiBlockDataSet and vtkHierarchicalDataSet
-
- 28 Sep, 2005 1 commit
-
-
Sebastien Barre authored
-
- 27 Sep, 2005 1 commit
-
-
Berk Geveci authored
BUG: RequestUpdateExtent should be handled specially in composite data pipeline. Piece extents should be used instead of structured extents
-
- 26 Sep, 2005 2 commits
-
-
Ken Martin authored
-
Ken Martin authored
-
- 21 Sep, 2005 1 commit
-
-
Berk Geveci authored
-
- 19 Sep, 2005 4 commits
-
-
Francois Bertel authored
BUG:Added vtkHyperOctree to NewDataObject, it should fix all the HyperOctree tests that fail, such as linux static, thanks Berk
-
Francois Bertel authored
-
Francois Bertel authored
-
Berk Geveci authored
-
- 18 Sep, 2005 4 commits
-
-
Francois Bertel authored
-
Francois Bertel authored
ENH:Added vtkHyperOctree, vtkHyperOctreeAlgorithm, vtkHyperOctreCursor and vtkHyperOctreePointsGrabber
-
Francois Bertel authored
ENH:Added GetPointPosition(), GetPointLocation(), GetPointId(), GetNumberOfPoints() and a new version of AddTetras with a signature similar to vtkCell::Clip()
-
Francois Bertel authored
-
- 16 Sep, 2005 1 commit
-
-
Francois Bertel authored
-
- 14 Sep, 2005 1 commit
-
-
Berk Geveci authored
-
- 13 Sep, 2005 2 commits
-
-
Lisa Avila authored
-
David Cole authored
-
- 08 Sep, 2005 1 commit
-
-
Brad King authored
ENH: Merging changes from VTK-5-0 branch to main tree: Changed interface of VTK_LEGACY_BODY and VTK_LEGACY_REPLACED_BODY to accept the project name and version number as a single string. This will allow them to be used for other projects that want to follow VTK deprecation.
-
- 07 Sep, 2005 1 commit
-
-
Sebastien Barre authored
-
- 06 Sep, 2005 8 commits
-
-
Lisa Avila authored
BUG: Didn't quite understand what Sebastien wanted for midpoint range - should work better now! Can set midpoint in full [0,1] range and retreive it as the same value.
-
Berk Geveci authored
BUG: The pipeline information can sometimes be null. Make sure that it is not before passing it to CopyInformationToPipeline
-
Lisa Avila authored
ENH: new functionality to specify sharpness and midpoint between node points in the function. Sharpness of 0 is piecewise linear, sharpness of 1 is piecewise constant. Between these two a modified piecewise hermite function is used. The midpoint is a normalized values [0,1] that indicated where the function crosses the average value of the two bounding nodes.
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
ENH: Added force option to CopyInformationToPipeline. This allows to overwrite existing pipeline information.
-
- 30 Aug, 2005 1 commit
-
-
Berk Geveci authored
-
- 29 Aug, 2005 3 commits
-
-
Utkarsh Ayachit authored
BUG: fixes the issues with using vtkpython for converting tests. Instead a the file configured with the list of classes in each Kit is used to determine the vtk class names while converting tests.
-
Andy Cedilnik authored
ENH: Add support for building without Tk. Add option VTK_USE_TK which is ON by default. On cocoa disable this. Also, this way you can do off-screen only testing. Add an option to do off screen testing called VTK_USE_OFFSCREEN
-
Brad King authored
BUG: Always remove any exact extent request during REQUEST_UPDATE_EXTENT so that algorithms do not inherit it from other consumers of the same input. This should fix TestImagePlaneWidget.
-
- 25 Aug, 2005 3 commits
-
-
Sebastien Barre authored
BUG: (?): GetActiveCamera would instantiate a camera, and call a ResetCamera. This would have a lot of side effects side effects (like computing the bounds of all props, which will eventually call UpdateInformation() on data objects, etc). It's old, but let's try without. Obviously can be solved by calling ResetCamera manually. // this->ResetCamera();
-
Brad King authored
-
Brad King authored
-
- 19 Aug, 2005 1 commit
-
-
Berk Geveci authored
-
- 16 Aug, 2005 2 commits
-
-
Sebastien Barre authored
ENH: fix the vtkViewport API. Some methods were changed to deal with win32 mangling issues, but some others were left off (i.e, AddViewProp/RemoveViewProp, but still HasProp, RemoveAllProps, GetProps, etc.). Unify the names (to ...ViewProp...)
-
Will Schroeder authored
-
- 13 Aug, 2005 1 commit
-
-
Brad King authored
ENH: Adding try/catch around the call to a test in VTK C++ test driver executables. This will produce better output from tests that exit with an exception. Also replaced vtkSuppressCrtDbgWarning.h with more general vtkTestDriver.h and improved the warning suppression technique.
-