Skip to content

VASP / molecule rendering improvements

Allison Vacanti requested to merge allisonvacanti/vtk:VASP-animate-reader into master

This branch is probably larger than it should be, but many of the changes were dependent.

Add:

  • IO/Legacy support for vtkMolecule (extends vtkGraphReader/Writer) + test.
  • Lattice and LatticeOrigin member for unit cell representations in vtkMolecule.
  • Unit cell rendering support for vtkMoleculeMapper + test.
  • Custom atomic radii support in vtkMoleculeMapper + test.
  • Support for changing color array/lookup table for vtkMoleculeMapper.
  • vtkCountFaces filter, use to annotate cell data with the number of faces in a cell.
  • vtkVASPTessellationReader and vtkVASPAnimationReader for new VASP file formats.

Merge request reports