- 12 Mar, 2012 22 commits
-
-
George Zagaris authored
Change-Id: I030be8c9b5b1d797001d1e16980b51c6d7a74f81
-
George Zagaris authored
Change-Id: Ie5e50cad8d43e2ff340c1895ee6d8fa66601202d
-
George Zagaris authored
Fix issue with unused vars when compiled in Release. In debug this vars were used in asserts. Encapsulated code in #ifndef NDEBUG to only execute when compiled in debug mode. Also, commented out unreachable code to make windows compiler happy. Change-Id: Ic2d4a18f28826ae234826a7585db9fe3daf37aeb
-
George Zagaris authored
Fix minor issues with casting size_t to int and unused vars. Change-Id: If7c97caad53c57790f6d6e459790e04a7064827a
-
George Zagaris authored
Compile the AMR volume iff VTK_USE_PARALLEL is on and link to the AMR library accordingly. Change-Id: Ic908953ae4b252a33d6e55910d01351b83ff1851
-
George Zagaris authored
Renamed SetInput to SetInputData and added added additional methods to unhide any shadowed virtual methods that have the same name but different signature from the superclass. Also addressed some compiler warnings with unused vars and extended the PrintSelf method to satisfy PrintSelf-Rendering test which requires printing all ivars. Change-Id: I9144b24ca035662ed73242138f6330e491369cf0
-
George Zagaris authored
Renamed method SetInput to SetInputData. Change-Id: Ied152b0dea872bad20307c6fe65277f120d3c78d
-
George Zagaris authored
Fixed issue with vtkCamera not printing the recently introduced FreezeFocalPoint ivar and was causing the PrintSelf-Rendering test to fail. Change-Id: I6212e47acbe02b9d21a1d4fd547a74c640317e74
-
George Zagaris authored
Fixed issue with not outputing ivars in the PrintSelf method of the vtkOverlappingAMR and vtkUniformGridPartitioner classes and was causing PrintSelf-Filtering to fail. Change-Id: I8c777cd9a32ecbae339dfceea1b849d4746487bb
-
George Zagaris authored
Fix issue with not outputing the ivars in the PrintSelf method that was causing the PrintSelf-Common test to fail. Change-Id: I916783d9cf15759008817e1cae6e2dab1ddf25a2
-
Kyle Lutz authored
f11acb2a Merge branch 'master' into fix-spelling 8a3f2444 Fix whitespace error in vtkParametricDini 012f7149 Fix misspellings in VTK/Wrapping 307bbaf9 Fix misspellings in VTK/Widgets c6e953d3 Fix misspellings in VTK/VolumeRendering 6773accf Fix misspellings in VTK/Views 27fb8a1c Fix misspellings in VTK/Rendering 1f37bb10 Fix misspellings in VTK/Parallel 9634caae Fix misspellings in VTK/IO f6a4aac0 Fix misspellings in VTK/Infovis 53d6d756 Fix misspellings in VTK/Imaging 69a52d51 Fix misspellings in VTK/Hybrid 62ba7314 Fix misspellings in VTK/GUISupport 3b366d11 Fix misspellings in VTK/Graphics fc580253 Fix misspellings in VTK/Geovis ffc70aef Fix misspellings in VTK/GenericFiltering 8db7e50e Fix misspellings in VTK/Filtering c162ad48 Fix misspellings in VTK/Common 5b38425c Fix misspellings in VTK/Charts
-
Kyle Lutz authored
Conflicts: Filtering/vtkDataObject.cxx Filtering/vtkGenericDataSetAlgorithm.h Filtering/vtkHyperOctreeAlgorithm.h Filtering/vtkStructuredGridAlgorithm.h Filtering/vtkUnstructuredGridAlgorithm.h GUISupport/Qt/Chart/vtkQtBarChart.cxx GUISupport/Qt/Chart/vtkQtChartAxis.h GUISupport/Qt/Chart/vtkQtChartAxisLayer.cxx GUISupport/Qt/Chart/vtkQtChartLegend.h GUISupport/Qt/Chart/vtkQtLineChart.cxx GUISupport/Qt/Chart/vtkQtStackedChart.cxx GUISupport/Qt/Chart/vtkQtStatisticalBoxChart.cxx Hybrid/vtkExodusReader.cxx Hybrid/vtkPExodusReader.h VolumeRendering/vtkVolumeProVP1000Mapper.cxx VolumeRendering/vtkVolumeProVP1000Mapper.h Change-Id: I64ca90a3b96750e38dc6969e7971184ecf98d14c
-
Marcus D. Hanwell authored
f7ffd07d Merge remote-tracking branch 'origin/master' into scatterplot-animation-resolve 55430438 ENH: Removed GL calls from vtkChartXYZ. 12612bf3 ENH: First pass at 3D API for lines and points. 72e28078 BUG: Fixed state saving/restoring on the 3D API. 8b7dd309 ENH: Improved axis rotation in vtkChartXYZ. 20a5d2a5 ENH: Some tweaks to scatter plot matrix defaults. 98b5e481 BUG: Fixed a bug in scrolling of top and right axes. 5fa54345 COMP: Fixed header test failure for vtkChartXYZ. b560efd2 BUG: Fixed a few issues with the 3D context. 3cc028f9 ENH: Improvements to the scatter plot matrix. 9e74ca63 ENH: Only account for axis tick labels if visible. cfb9b9f1 ENH: Handle all numeric inputs to vtkChartXYZ. 38f5f957 ENH: Added test using vehicle data for scatter plots. bacc1f44 ENH: Fixed up the transformations between plots a little. 3c5ca4ce ENH: Added a new vtkChartXYZ, enhance scatter plot. 908c7ec2 ENH: Adding some 3D concepts to the charts. b2678291 ENH: Show axis titles in the big scatter plot chart. a3c42c71 ENH: Added an ivar to modify tick mark visibility. 11fe1f49 ENH: Use a timer and a callback to animate. 14f89727 STYLE: Fixes to indentation, braces.
-
Marcus D. Hanwell authored
Conflicts: Charts/vtkScatterPlotMatrix.cxx Change-Id: I7852e9f3e0e4606b9a0de36a893c8e5eff5d5e5f
-
David Gobbi authored
51fb84f0 COMP: Fix signed/unsigned and fread warnings in R interface.
-
Marcus D. Hanwell authored
cc604d6a COMP: Porting the parallel render tests for SetPass.
-
Marcus D. Hanwell authored
The SetPass function was moved to vtkOpenGLRenderer, porting these tests to downcast before setting the pass to use. Change-Id: I9fb8f97a92de4a86d327bdd38bc8b96326bea83b
-
Marcus D. Hanwell authored
616e1dc4 ENH: Separate interactors from rendering.
-
Marcus D. Hanwell authored
a64698be ENH: Moved render pass to vtkOpenGLRenderer.
-
Marcus D. Hanwell authored
f79b0c73 ENH: Removed the deprecated Qt chart classes and library.
-
Marcus D. Hanwell authored
b7c0ac4e ENH: Removed deprecated API and classes from Parallel. 68fa6d85 ENH: Removed deprecated API and classes from Hybrid. b2341e87 ENH: Removed the deprecated API in Graphics. 90ffe371 ENH: Removed deprecated API in Filtering. ad296ab6 ENH: Removed deprecated API from classes in Common.
-
Kitware Robot authored
-
- 11 Mar, 2012 9 commits
-
-
Marcus D. Hanwell authored
The vtkInteractorStyleSwitch provides a good default for the vtkRenderWindowInteractor, but it also introduces a dependency of the rendering classes on the interaction classes. The new vtkInteractorStyleSwitchBase breaks that dependency, so that an empty interactor would be constructed if the interactor classes are not available, but the traditional switch default is preserved if the interaction module is linked. This commit temorarily overrides in the vtkGraphicsFactory class, but this will be moved to the general factory override logic in modular VTK. Change-Id: If6d73f8796eb6315c7dabd61b40abe5a6eb598ad
-
Marcus D. Hanwell authored
d216a5f5 COMP: FreezeFocalPoint should be a bool.
-
Marcus D. Hanwell authored
This fixes a large number of compiler warnings, and is the correct type for an ivar like this. Change-Id: Ifdb6d08f33643664d17558f8873ded17aa6b63d0
-
Marcus D. Hanwell authored
Switched to using vtkContext3D to make all rendering calls, removing the need for direct OpenGL calls. Change-Id: I738ec952ac83dba20c2226cbfefd5bf7daa6d0c5
-
Marcus D. Hanwell authored
Using the vtkContext2D object to store a pointer to the 3D context for now, able to render points and lines in 3D. For now the begin and end methods of the 2D counterpart are simply reused. Change-Id: I77bcd4defa46373a9dd0e9baa8415db885acb7f5
-
Utkarsh Ayachit authored
0e7ae627 Fixed rounding issue.
-
Utkarsh Ayachit authored
Since we were using normalized viewport arithmetic to compute image size, we were getting 1 pixel errors on occassion when capturing view images. This fixes the issue by using the same logic used by vtkOpenGLRenderWindow::GetRGBACharPixelData() to compute captured image size. Change-Id: Ifbb287fa27c521f5f344d2a7e7f9b100cb7dcc89
-
Marcus D. Hanwell authored
Change-Id: I33be94a819cd42871c4352c912e0a7cb88e3af58
-
Kitware Robot authored
-
- 10 Mar, 2012 4 commits
-
-
Marcus D. Hanwell authored
cabddd28 COMP: Replace fmin/fmax with min/max for Windows
-
Marcus D. Hanwell authored
Change-Id: I5165a73c357450338ae4d5cb3c7f9998bbc8d6d5
-
George Zagaris authored
Looking a little deeper in to this it turns out that fmin/fmax introduced in C99 is not supported by VC++. VC++ does not implement all the provisions. Replaced those calls with std::min, std::max defined by STL algorithm which should hopefuly resolve this issue on windows. Change-Id: Id1df0874fe2ec93f84ee8d872a629f018fcd49e2
-
Kitware Robot authored
-
- 09 Mar, 2012 5 commits
-
-
Chris Harris authored
6b3d25af COMP: Replace use of SetPipelineInformation(...) with new pipeline API
-
David Gobbi authored
6733e67a ENH: Port VTK 6 vtkGridTransform changes to vtkBSplineTransform.
-
David Gobbi authored
This adds a SetCoefficientConnection() method to vtkBSplineTransform, similar to the SetDisplacementGridConnection() method that was added to vtkGridTransform. As well, the input check in the ForwardTransform and InverseTransform methods was replaced by a cheaper pointer check. Change-Id: I159109d09b683b5610254ee707a0e2efeb115ab6
-
Marcus D. Hanwell authored
Change-Id: Ic338ec842526f4b7ec71fc69faef55a284587451
-
Marcus D. Hanwell authored
Reached into Parallel to remove the already commented out Exodus test. Change-Id: Ib106bcc97ea353a49496321bb6ba7e073b2775f5
-