- 06 Nov, 2011 3 commits
-
-
Philippe Pébay authored
Change-Id: Ie1ec3f0223a7f21a495548dba23af3837ec9f0a5
-
Philippe Pébay authored
Change-Id: I935ed81f38a53cd7308cf849feae1d85b25294d4
-
Kitware Robot authored
-
- 05 Nov, 2011 1 commit
-
-
Kitware Robot authored
-
- 04 Nov, 2011 3 commits
-
-
1edea51d Mesh tracing feature
-
Karthik Krishnan authored
Store the node point ids when tracing a contour on the surface of a mesh. This allows one to re-initialize a contour traced on a surface of a mesh.
-
Kitware Robot authored
-
- 03 Nov, 2011 8 commits
-
-
eba4e1a6 BUG: Fix math error in vtkDICOMImageReader slice spacing computation.
-
David Gobbi authored
One of the terms of the cross product had the wrong sign. As a result, the slice spacing was computed incorrectly unless the images were exactly aligned with either the axial or sagittal planes of the patient.
-
6439d253 BUG: There should be no call to SetSpanState() after final span.
-
David Gobbi authored
This fixes situations where the stencil extent is smaller than the image extent, specifically TestStencilWithImage which would occasionally crash on some platforms. Change-Id: Iac37611f89dc6f02320d7551869978a5ac76d216
-
44fb66e4 COMP: Fix warning in TestImageDataInterpolation.
-
David Gobbi authored
Change-Id: Ie686024786ef41a6c3371c174fe94981c0a39f59
-
f332da82 BUG: Picker getting incorrect matrix from vtkImageStack members.
-
Kitware Robot authored
-
- 02 Nov, 2011 6 commits
-
-
David Gobbi authored
When the picker picks a vtkImageStack, it gets the mapper from the currently active image on the stack. Unfortunately, though, instead of getting the matrix from the image, it was getting the matrix of the stack itself (usually identity), This is now fixed, through the use of a simple assembly path for the stack that contains only the active image. This also fixes the Bounds computation, which required a new regression test image for TestImageStack.
-
1780944d Fixed BUG #12690. VTU filters with multiple pieces not working.
-
4ba1d240 ENH: Add JumpToNearestSlice attrib to vtkImageResliceMapper.
-
David Gobbi authored
This option adds flexibility to the SliceAtFocalPoint action of the ResliceMapper, by locking to the nearest original slice instead of interpolating a new slice.
-
Kitware Robot authored
-
- 01 Nov, 2011 6 commits
-
-
8db52c6d This feature allows one to draw contours on meshes and extract inside
-
Karthik Krishnan authored
We update the connectivity filter to be able to extract a visited points IdList. These may be traversed later to update point data on the original mesh. Without this info, the connectivity filter successfully extracts regions inside, however one loses the association to the original mesh if one does not have a visited point id map. The second feature adds a SnapToClosestPoint feature to the vtkPolygonalSurfacePointPlacer. This is useful when drawing contours along the edges of a surface mesh.
-
Brad King authored
CommandLineArguments.cxx: remark #181: argument is incompatible with corresponding format string conversion SystemInformation.cxx: remark #193: zero used for undefined preprocessing identifier "_WIN32" warning #177: variable "Regebx" was declared but never referenced SystemTools.cxx(375): remark #444: destructor for base class "std::vector<char*>" is not virtual class kwsysDeletingCharVector : private kwsys_stl::vector<char*> Author: Hans Johnson <hans-johnson@uiowa.edu> Change-Id: Ibc899c3ba14990158ef7bbabace4b435b22495c3
-
74c75b4e ENH: Add HasImage and GetImages methods to vtkImageStack.
-
David Gobbi authored
-
Kitware Robot authored
-
- 31 Oct, 2011 2 commits
-
-
Utkarsh Ayachit authored
The bug was introduced by fix for BUG #12202 (SHA: 141568f1). Changed the commit to use a fix that does not reintroduce the memory issue (BUG #12202) as well as maintains support for multiple pieces (BUG #12690).
-
Kitware Robot authored
-
- 30 Oct, 2011 5 commits
-
-
d4f3b840 BUG: Fix track-pad scrolling action for OS X Cocoa.
-
David Gobbi authored
The Apple track pad generates scrollWheel events for a two-fingered drag. However, the track pad generates many more of these events than a real scroll wheel, but for most events the "delta" is zero and only every or so event has a non-zero delta, this emulates the "click click click" scrolling of a typical scroll wheel. VTK was treating the zero delta values as negative deltas, instead of ignoring them. Change-Id: I4030ad9fbbf675d5298c3cf4322e489a127e5e26
-
b03697fa vtkFixedSizeHandleRepresentation - A marker that has the same size in pixels.
-
Karthik Krishnan authored
This class is a concrete implementation of vtkHandleRepresentation. It is meant to be used as a representation for vtkHandleWidget. Unlike the other represenations, this can maintain a constant size in pixels, regardless of the camera zoom parameters. The size in pixels may be set via SetHandleSizeInPixels. This representation renders the markers as spherical blobs in 3D space with the width as specified above, defaults to 10 pixels. The handles will have the same size in pixels, give or take a certain tolerance, as specified by SetHandleSizeToleranceInPixels. The tolerance defaults to half a pixel. PointPlacers may be used to specify constraints on the placement of markers. For instance a vtkPolygonalSurfacePointPlacer will constrain placement of these spherical handles to a surface mesh. Also add a test for the same
-
Kitware Robot authored
-
- 29 Oct, 2011 1 commit
-
-
Kitware Robot authored
-
- 28 Oct, 2011 2 commits
-
-
Kitware Robot authored
- 27 Oct, 2011 3 commits
-
-
David Partyka authored