Ignore:
Timestamp:
01/08/06 16:35:04 (6 years ago)
Author:
pfp
Message:

Added ability to do compression.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXtranslate/node.h

    r772 r800  
    3232  const int rank() const; 
    3333  const std::vector<int> dims() const; 
     34  const std::vector<int> comp_buffer_dims() const; 
    3435  const NXtype int_type() const; 
    3536  const NXcompress compress_type() const; 
     
    4041 
    4142  // mutator methods 
     43  const void set_comp(const std::string &comp_type); 
    4244  const void set_name(const std::string &name); 
    4345  const void set_data(void *&data,const int rank,const int* dims,const int type); 
     
    5355  bool __is_data; 
    5456  std::vector<int> __dims; 
     57  std::vector<int> __comp_buffer_dims; 
    5558  void *__value; 
    5659  std::vector<Attr> __attrs; 
Note: See TracChangeset for help on using the changeset viewer.