- 18 Feb, 2010 23 commits
-
-
Francois Bertel authored
-
Francois Bertel authored
COMP:typo in VTK/Rendering/CMakeLists.txt (KIT_SRCS when it should be Kit_SRCS) prevented compiling GPUInfo files. Report VTK_USE_DIRECTX, VTK_USE_CORE_GRAPHICS and VTK_USE_NVCONTROL in VTK/vtkToolkits.h.in (might be changed to vtkConfigure.h.in if anybody complain).
-
Lisa Avila authored
-
Lisa Avila authored
-
Lisa Avila authored
-
Marcus Hanwell authored
-
Marcus Hanwell authored
-
Marcus Hanwell authored
-
Marcus Hanwell authored
Added a new virtual function to paint the legend from the plots. This can be called by a legend item to request the plot item draws its symbol/line into the specified rectangle. Also improved the behavior of GetLabel() to return the column name unless a custom label has been set.
-
Aashish Chaudhary authored
BUG: Fixed the issue of clipping near by objects. Also fixed the issue with missing tiles when zoomed in. Fixed the issue with huge offset between line drawing and polygon drawing.\n\n The reason was Paraview adding ZBuffer offset globaly during processing of modules. Fixed the issue with clipping range resetting. Found a workaround for the issue of missing tiles when zoomed in too close to the planet. Saving and restoring the depth offset state. Fixed the issue with actors not added to the representation. The issue is somewhat related to rendering / update. Remove debug messages.
-
Francois Bertel authored
-
Francois Bertel authored
-
Francois Bertel authored
-
Lisa Avila authored
-
Lisa Avila authored
-
Lisa Avila authored
-
Lisa Avila authored
BUG: trying to remove the export from the class definition to see if that will solve the header check test
-
Timothy M. Shead authored
-
Lisa Avila authored
-
Timothy M. Shead authored
-
Dave Partyka authored
-
Jeff Baumes authored
-
Kitware Robot authored
-
- 17 Feb, 2010 15 commits
-
-
Dave Partyka authored
ENH: add mpiexec to the list of mpi executables VTK will try to look for if MPIEXEC is not set/found by CMake.
-
Marcus Hanwell authored
The color data structure still derives from the same base, but all color data structures were moved to the vtkColor.h header. Ported classes using this data structure to the new declaration location.
-
Dave Partyka authored
-
Dave Partyka authored
-
Pat Marion authored
-
Dave Partyka authored
-
David Doria authored
-
Francois Bertel authored
-
Francois Bertel authored
ENH:Added lines to wedges (covered by new test TestMarksWedgeLine). Moved the computation of the number of iterations for drawing an arc in its own protected method, to be used by both DrawEllipseWedge() and DrawEllipticArc(). In vtkContext2D, DrawEllipse delegates its job to DrawArc which delegates the job the device (as the tessellation is only required in OpenGL device, not in another device that could support draw of arcs directly (e.g. SVG) ).
-
Marcus Hanwell authored
Sync the VTK copy of the FindPythonLibs module with CVS head. Main change is a patch from Pat Marion to improve the Python modules macro.
-
Francois Bertel authored
-
Wes Turner authored
-
Francois Bertel authored
ENH:In vtkMarjUtil, renamed DefaultSeriesColor as DefaultSeriesColorFromParent(), added DefaultSeriesColorFromIndex(), added missing documentation in vtkMarkUtil. Modified vtkBarMark.cxx vtkLineMark.cxx vtkWedgeMark.cxx TestMarks.cxx accordingly. It also simplifies TestMarksWedge.cxx
-
Francois Bertel authored
COMP:Removed useless virtual. In addition, as there was no virtual destructor some compilers were complaining.
-
Kitware Robot authored
-
- 16 Feb, 2010 2 commits
-
-
Marcus Hanwell authored
-
Marcus Hanwell authored
-