Ignore:
Timestamp:
07/04/11 07:48:20 (12 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src4/xmlio/vtk/lscereader.hpp

    r239 r241  
    170170                               const vtkStdString & zcoordinate, 
    171171                               vtkIntArray * dimensions, bool bounds); 
     172             
     173            void GetTimeInformation 
     174               (const vtkStdString & variable, vtkDoubleArray * values, double * timeRange); 
     175             
     176            std::size_t GetRecord(const vtkStdString & variable, const double & value); 
    172177              
    173178            //ETX 
     
    200205            GridType CurGridType; 
    201206            std::set<vtkStdString> VarNames; 
    202             bool A3D, ATemporal, ACell; 
     207            bool A3D, ATemporal, ACell, AGridDef; 
    203208             
    204209            int ReplaceFillValueWithNan; 
Note: See TracChangeset for help on using the changeset viewer.