Skip to content
  • mark's avatar
    ENH: improve IOobjectList functionality (issue #322) · b4c998a2
    mark authored
    - provide additional filtering methods on names(), sortedNames()
      For example,
    
          IOobjectList objects = ...;
          wordReList selection = ...;
    
          objects.sortedNames(VolFieldType::typeName, selection);
    b4c998a2