- 09 May, 2011 1 commit
-
-
Julien Finet authored
Change-Id: Iaf5dabad85bd7cdfb2c2a7021c751cf7298855cc
-
- 06 May, 2011 5 commits
-
-
e37c9fb9 Remove warnings in release mode for vtkXXXControlPoints
-
Julien Finet authored
Change-Id: Ib6416abc19d46b3933ba97b9e90d129edc74372a
-
d469be14 Minor fix to the vtkXMLPStructuredDataWriter.
-
Berk Geveci authored
Below is the comment that I added to vtkXMLPStructuredDataWriter::RequestUpdateExtent in this commit. It explains the change in detail: The code below asks for an extent based on the number of pieces and the first piece. This is mainly for the sake of other filters/writers that may internally use this reader. Those writers usually delegate RequestUpdateExtent() to the internal write and expect it to do the right thing. Before this change, vtkXMLPStructuredDataWriter did not bother setting the update extent because it is taken care of by the vtkXMLStructuredDataWriter during WritePiece() (see vtkXMLPDataWriter). This is fine when vtkXMLPStructuredDataWriter's input is connected to the actual pipeline but causes problems when it is not, which happens in the situation described above. Here I picked the StartPiece as the default. This will not effect the behavior when writing multiple pieces because that does its own RequestUpdateExtent with the right piece information.
-
Kitware Robot authored
-
- 05 May, 2011 19 commits
-
-
b7e60119 Silenced vtk header test
-
Aashish Chaudhary authored
Change-Id: I2f9f6e89dadd0db4ba5fd267fa3091c06a909b8e
-
a9eb76ee Merging in changes from a commit that got overwritten.
-
Andrew Bauer authored
There was a commit with changes from Patricia Fasel that overwrote changes from Sohail Shafii. This commit merges those changes in and makes the code more VTK style compliant. Change-Id: Ie62f083086b5e21ff88ebd1dcd5585bbacbb2ed2
-
f1bc4d43 BUG: Turned off multisampling in the test.
-
Marcus D. Hanwell authored
Change-Id: I0232108112dba2dea9e17802baef13c2939ee6b2
-
8e750f0d Needs to be appended with Error to be used.
-
Marcus D. Hanwell authored
Change-Id: If79990ce43644f087d67bb18cd1797df4a4bc0a7
-
30315299 BUG: Increased tolerance to 16 for charts on 3D.
-
Marcus D. Hanwell authored
There are some minor differences on some platforms, increasing tolerance. Change-Id: I2d2f3d20cfa5a7d490f793b21187b4b84d4a3f08
-
171ffe02 Fixed the bug where we were not using the homonogeneous point fdae5a95 Updated test to use reasonable values 478cd2ba Using weak pointer to prevent dangling a80b6a74 Moved axis follower to hybrid as thats the right place fb23a484 Added view angle based lod a2966609 Added class description 2a3444b6 By default disable level of detail mode 93523774 Fixed code style e7588c38 Minor code and document improvements b186de20 Updated comments 01140f30 Work in progress
-
Aashish Chaudhary authored
And vtkMatrix MultiplyDoublePoint expects a homogeneous point Change-Id: I3a8c98a075de8c1e274ec6e69909bffadbb1c8f7
-
08fad7c6 ENH: New test of static chart on 3D scene.
-
Marcus D. Hanwell authored
This tests a 2D chart drawn over a 3D scene. Currently the interactor is only set for the 3D scene, and so the chart is static. Change-Id: Ie305beed09b37c26114c653bcd900802ace1ae2e
-
Aashish Chaudhary authored
Change-Id: Ibac8703044130be601ff35be727ed92658d2d84b
-
Aashish Chaudhary authored
Change-Id: Iba9f04f4f36807261a59f9844826b2f0584aa30e
-
Aashish Chaudhary authored
Change-Id: Iaae631440ddb541bea8db00c1860307b2c8658f2
-
Aashish Chaudhary authored
Change-Id: Ie9b9d4ab5c38e4328d5e9bcdbc5e5fc2d02488c8
-
Kitware Robot authored
-
- 04 May, 2011 15 commits
-
-
Aashish Chaudhary authored
Change-Id: Ifbeb44182ae69a3f308d40e7c887872b77733039
-
Aashish Chaudhary authored
Change-Id: If2c7d016e1473cbdeaabe7ce9aecd210c1e0b414
-
Aashish Chaudhary authored
Change-Id: I26334e348c543382f6813773f0801f85c6c9b3e9
-
Aashish Chaudhary authored
Change-Id: I5d40cc4e2c67101aa46053a4260a393a8f0e249c
-
3d6e6e7e Fixed a signed/unsigned VS10 warning
-
Philippe Pébay authored
-
2d439e1a Fixed VS10 warning
-
Philippe Pébay authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
87cec5d0 Fixing head-tracking with synchronous-renderer.
-
Nikhil Shetty authored
-
9924cce2 Remove warnings when building in release mode
-
Julien Finet authored
Some variables are solely used in assert calls that are only enabled in Debug. Change-Id: I0231786168687a10eaf1be53a1970b49a34cc76f
-