- 01 Mar, 2012 5 commits
-
-
George Zagaris authored
Enable python wrapping for AMR kit iff VTK_USE_PARALLEL is defined. Change-Id: I2dac22e46171e7322cb8c5a3eafb62f5635707c2
-
George Zagaris authored
Removed std before ostream in PrintSefl signature to satisfy header tests. Change-Id: I0c31ce8850b6f0174772d02e7e8a01394c6112cd
-
George Zagaris authored
Change-Id: I6346dd715d2a1fdc393b6aa11b1d1908f0eed979
-
George Zagaris authored
Changed build such that the AMR kit will only be build if VTK_PARALLEL is ON. Currently, the KIT is has a tight dependency to vtkParallel -- All the readers and filters accept a vtkMultiProcessController as an optional parameter and use a vtkMultiProcessController internally. Change-Id: I5b3e61a1984d5e135e49f4defc792d15e56c3f92
-
George Zagaris authored
Change-Id: Ie1d3e4cd9fc21e04c5b45e7a802ce9959ca376ac
-
- 23 Feb, 2012 1 commit
-
-
George Zagaris authored
Change-Id: Ia4c36fb6147e7cb7511709d4642471dacab10ccc
-
- 22 Feb, 2012 10 commits
-
-
George Zagaris authored
Change-Id: Iddce83442131f412446bba511cba641e3379797d
-
George Zagaris authored
Change-Id: I2609d1bff6d318e300853fdf37f6f415df04c8e6
-
George Zagaris authored
Make GetNumberOfLevels/GetNumberOfBlocks public as defined in the superclass. Change-Id: I8ac624b96e3a53b2c8ade60e602f2ecca6c0d505
-
George Zagaris authored
Change-Id: Iff5e77031905c9ac603ec78d7d2d2fc593fed3bc
-
George Zagaris authored
Change-Id: I97dd82d56ceb0e12f462537214c06b3890e6cc99
-
George Zagaris authored
Changed the PrintSelf signature from PrintSelf(std::ostream&,vtkIndent) to PrintSelf(ostream&,vtkIndent) to satisfy the HeaderTesting. Change-Id: I462ae5d10b1d19f41f00775115d822833996b6fa
-
George Zagaris authored
Excluded vtkAMREnzoReaderInterna and vtkAMRFlashReaderInternal from header testing. Change-Id: I3c80f0aef8b8587348d75ebe5ff935504699d41e
-
George Zagaris authored
Change-Id: I62bd209438ba55616d43037c97fd34792b158ba0
-
George Zagaris authored
Change-Id: I3717ad72a2cb58f59d2307d8de64c7936221e5bb
-
George Zagaris authored
Change-Id: Ic417515adde189849f5c19dd5a82ac2677656168
-
- 21 Feb, 2012 12 commits
-
-
George Zagaris authored
Change-Id: I39df1019314456e1ea0739463aa5c89404d49df1
-
George Zagaris authored
Change-Id: I15c3ed4d29a6a9dc74a103f835a3d1e0a5775dc4
-
George Zagaris authored
Fix compiler warnings due to unused variables and comparissons between signed/unsigned. Change-Id: I664733c0b4f41ed9034c63b0f5b93492bb7fb616
-
George Zagaris authored
Change-Id: I12bc6b24bc926b5d974a6a1cb480b472ed44b3a4
-
George Zagaris authored
Added a simple test to ensure that the visibility is computed correctly for 2D (XY,XZ,YZ) and 3D AMR datasets.
-
George Zagaris authored
Change-Id: Ib27c88cf95e9d00e493f22127c40baa6b3018100
-
George Zagaris authored
Deallocate AMR dataset before exit. Change-Id: I1af93fbde86f57569ddfdfe5c3b1f60c62888838
-
George Zagaris authored
Fixed issue wherein an array of size 3, index space:[0,2] was accessing element at position 3 outside the array instead of 2. Change-Id: Ic88a972fd0ace6cf7cc5c029dba331b0db9bfdd0
-
George Zagaris authored
Change-Id: I9615c458407d09bc2da68ea97a64aa03f919ec08
-
George Zagaris authored
Encapsulate the class definition in #ifndef clause to resolve compilation issue with multiple header inclusion. Change-Id: Ia33a0e570ab36e23c1c981a9b487369ac78d1774
-
George Zagaris authored
Change-Id: I0a6705131640ec083de9d3a19881190347f2bd68
-
George Zagaris authored
Change-Id: I1538fd5c71766078dce3c62346e0cba69a235aeb
-
- 20 Feb, 2012 3 commits
-
-
George Zagaris authored
Change-Id: Ife1ef78d2743f37b1245c199131485dfe6e1384f
-
George Zagaris authored
Change-Id: Ic8e20f2ba2e7d294a4cb9304bc5af1ac52f309f4
-
George Zagaris authored
Change-Id: Ib48a8d237fde19fafee96be85fd802b2f7de36a2
-
- 17 Feb, 2012 2 commits
-
-
George Zagaris authored
Added parent/child relationship construction in metadata that is needed for downstream filters such as volume rendering. Change-Id: Idde02c3c62b64594adf61622ed2943b204634310
-
George Zagaris authored
Updated class to use vtkOverlappingAMR instead of vtkHierarchicalBoxDataSet. Change-Id: Ib1fa7e4f6dcb43631723660bd8bad8763db4dc69
-
- 16 Feb, 2012 7 commits
-
-
George Zagaris authored
Added functionality for compute the domain bounds based on the root AMRR box if available. Otherwise, resort to the superclass implementation. Change-Id: I0999ea135136c9b937900505dd3d7de17ebe3f07
-
George Zagaris authored
Added support for vtkOverlappingAMR and vtkNonOverlapppingAMR data types. Change-Id: Ibd7055f96149b126d281cb561c2e4430789ba27e
-
George Zagaris authored
Change-Id: I521d888053468c8a45707938870e00463d0d433b
-
George Zagaris authored
The code was creating a new instance of vtkOverlappingAMR everytime RequestInformation was called which would then ShallowCopy() the metadata coming from upstream. This could lead to creation of multiple instance of vtkOverlappingAMR that are not properly deallocated and hence lead to leaks. Instead, the code does not allocate a new instance but, simply updates the point to point to the metadata object coming from upstream. Change-Id: I244a4e3c9c57237fa99042d9bc11f229a8aa9d5c
-
George Zagaris authored
Fixed a memory leak caused by not de-allocating the AMR metadata. Change-Id: Ic5bda5c9a7c06bf85d4bd51ce35e35f1e2dc39e3
-
George Zagaris authored
Change-Id: I81a3f8add9cac92b59d80f448d2f75d425aec525
-
George Zagaris authored
Changed vtkAMRSliceFilter to be an instance of vtkOverlappingAMRAlgorithm Change-Id: I8dd8f679354418288a9e97c732ba7a9a9d3405d3
-