- 17 Jun, 2011 1 commit
-
-
George Zagaris authored
Implemented bi-directional conversion of (level,id) to a flat index. The flat indices are defined as in level-order, i.e., starting from level 0.
-
- 21 Apr, 2011 1 commit
-
-
George Zagaris authored
Adde GEOMETRIC_DESCRIPTION integer for AMR box and explicitely set the grid dimension.
-
- 20 Apr, 2011 1 commit
-
-
George Zagaris authored
Modularized the GenerateVisibility() function and cleaned up the code to use newer API to access the AMR box metadata. Added also some code to facilitate debugging which will be removed later.
-
- 14 Apr, 2011 1 commit
-
-
George Zagaris authored
Added global origin as an ivar in the AMR dataset.
-
- 07 Apr, 2011 1 commit
-
-
George Zagaris authored
Added method to append a dataset at a given level
-
- 30 Mar, 2011 1 commit
-
-
George Zagaris authored
Added functionality to compute the global AMR box, i.e., an AMR box that covers the entire domain, with the prescribed spacing.
-
- 22 Mar, 2011 1 commit
-
-
George Zagaris authored
Added functionality to compute a single AMR box for the root level. This is used in ParaView to decide whether or not a block is on a boundary and thus must be processed for rendering.
-
- 04 Mar, 2011 1 commit
-
-
George Zagaris authored
Added additional routines that allow to get/set the data and metadata separately.
-
- 01 Mar, 2011 1 commit
-
-
George Zagaris authored
Added a PadCellVisibility property which controls whether or not the visibility array is to be added as cell data.
-
- 24 Feb, 2011 1 commit
-
-
George Zagaris authored
Improved blanking algorithms & data-structures to better support integer based blanking.
-
- 07 Feb, 2011 1 commit
-
-
George Zagaris authored
-
- 04 Feb, 2011 1 commit
-
-
George Zagaris authored
Changed vtkHierarchicalBoxDataSet for handling of distributed data e.g., added more rank,blockId and level in the vtkInformation metdata. Modified GenerateVisibility algorithm s.t. it works with the metadata.
-
- 28 Jan, 2011 1 commit
-
-
George Zagaris authored
Fixed minor bugfixes with dimensions being improperly set in vtkUniformGrid & vtkAMRBox. Re-implemented the vtkHierarchicalBoxDataSet::GenerateVisibilityArrays() method. Albeit slower, it is working with Enzo data well. Added functionality in vtkAMRBox to compute physical coordinates of a given point based on the corresponding i-j-k computational coordinates & extended vtkSerializable to provide support for object serialization and deserialization.
-
- 07 Jul, 2010 1 commit
-
-
Utkarsh Ayachit authored
vtkHierarchicalBoxDataSet didn't save AMR box dimensionality. Nor was it preserved by readers/writers. This fixes that issue.
-
- 20 May, 2010 1 commit
-
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 27 Apr, 2010 1 commit
-
-
Utkarsh Ayachit authored
vtkHierarchicalBoxDataSet didn't save AMR box dimensionality. Nor was it preserved by readers/writers. This fixes that issue.
-
- 23 Apr, 2010 1 commit
-
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 14 Nov, 2008 1 commit
-
-
Burlen Loring authored
ENH: Added functionality to vtkAMRBox that will facilitate construction of block structured AMR datasets. Added initializers to vtkUniformGrid that take vtkAMRBox as an argument. Added a public Set/Get to vtkAMRBox interface so that member variables could be made private. These public members are left public for now for backward compatibility. Updated all VTK/PV classes that use vtkAMRBox to use the new public interface instead of accessing the public mebers directly. Added a test for the vtkAMRBox.
-
- 17 Oct, 2008 1 commit
-
-
Berk Geveci authored
-
- 13 May, 2008 1 commit
-
-
Utkarsh Ayachit authored
-
- 17 Mar, 2008 1 commit
-
-
Utkarsh Ayachit authored
In summary: * spreadsheet view supports composite datasets. * selection support added for composite datasets. Some GUI work remains when is comes to creation of the filters to extract selections.
-
- 15 Feb, 2008 1 commit
-
-
Utkarsh Ayachit authored
redesign can be found at http://www.vtk.org/Wiki/VTK/Composite_Data_Redesign.
-
- 01 Feb, 2008 1 commit
-
-
Francois Bertel authored
-
- 16 Feb, 2007 1 commit
-
-
Francois Bertel authored
ENH:In vtkDataSet, fixed the logic of the scalar range computation to match the one of the bounding box computation (added ComputeScalarRange and ScalarRangeComputeTime). BUG:In vtkUniformGrid, fixed scalar range computation. It was always performing the computation without caching the result. ENH:In vtkHierarchicalBoxDataSet, added GetScalarRange, ComputeScalarRange and ScalarRangeComputeTime.
-
- 05 Feb, 2007 1 commit
-
-
Berk Geveci authored
-
- 27 Sep, 2006 1 commit
-
-
Berk Geveci authored
-
- 31 Jul, 2006 1 commit
-
-
Mathieu Malaterre authored
-
- 20 Jun, 2006 2 commits
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
- 29 Sep, 2005 1 commit
-
-
Berk Geveci authored
ENH: Added new data types. Restructure of composite datasets. vtkMultiGroupDataSet is the new superclass with two subclasses: vtkMultiBlockDataSet and vtkHierarchicalDataSet
-
- 05 Jul, 2005 1 commit
-
-
Berk Geveci authored
-
- 16 Mar, 2005 1 commit
-
-
Berk Geveci authored
-
- 31 Jan, 2005 1 commit
-
-
Berk Geveci authored
-
- 20 Dec, 2004 2 commits
-
-
Berk Geveci authored
-
Berk Geveci authored
ENH: Updating composite datasets. Added a vtkHierarchicalDataInformation object to store information about each dataset
-
- 17 Dec, 2004 1 commit
-
-
Berk Geveci authored
PERF: Removing classes related to the visitor pattern used in composite data sets. This is no longer necessary since the code is now in the executive
-
- 17 Aug, 2004 1 commit
-
-
Francois Bertel authored
-
- 08 Jan, 2004 1 commit
-
-
Brad King authored
-
- 11 Dec, 2003 1 commit
-
-
Berk Geveci authored
-