Skip to content
Snippets Groups Projects
  1. May 25, 2018
    • Nicolas Vuaille's avatar
      Introduce Molecule Append filter · 3ce232d9
      Nicolas Vuaille authored
       * Introduce vtkAppendMolecule filter to append input molecules into one (with atomData and bondData)
       * Since vtkMolecule is in Common/DataModel, move vtkMoleculeAlgorithm to Common/ExecutionModel
      3ce232d9
  2. May 24, 2018
  3. May 23, 2018
  4. May 22, 2018
    • Berk Geveci's avatar
      Introduced new composite datasets for partitioned data. · 0f6d8394
      Berk Geveci authored
      This is the first step in our attempt to create next
      generation composite datasets for partitioned data and
      arbitrary dataset collections. The main idea is that
      partitioned datasets are instances of
      vtkPartitionedDataSet, which is a vector of datasets.
      It is required that these datasets are compatible, i.e.
      can be processed by the same type of filters together.
      This is similar to vtkMultiPieceDataSet but will
      formalize that partition concept further. The second
      new data type is vtkPartitionedDataSetCollection. This
      is a vector of vtkPartitionedDataSets. It can be an
      arbitrary collection but is not a tree like its
      predecessor vtkMultiBlockDataSet. Any further grouping
      of the blocks will be done by the use of SIL data
      structures, which will be supported later.
      
      Also added basic IO support for these data types.
      0f6d8394
    • Utkarsh Ayachit's avatar
      Merge topic 'fix-vtkNumberToString' · 4656844e
      Utkarsh Ayachit authored and Kitware Robot's avatar Kitware Robot committed
      
      2ea0325f add MSVC 2013 exclusion.
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Acked-by: default avatarKen Martin <ken.martin@kitware.com>
      Merge-request: !4316
      4656844e
    • Utkarsh Ayachit's avatar
      add MSVC 2013 exclusion. · 2ea0325f
      Utkarsh Ayachit authored
      vtkNumberToString doesn't work with perfectly on MSVC 2013, hence we
      skip those tests. It's still better than when not using
      double-conversion library and hence we don't change the use of the same
      in writers, only skip the tests.
      2ea0325f
  5. May 21, 2018
  6. May 19, 2018
  7. May 18, 2018
Loading