Changeset 800 for trunk/applications/NXtranslate/node.h
- Timestamp:
- 01/08/06 16:35:04 (6 years ago)
- File:
-
- 1 edited
-
trunk/applications/NXtranslate/node.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXtranslate/node.h
r772 r800 32 32 const int rank() const; 33 33 const std::vector<int> dims() const; 34 const std::vector<int> comp_buffer_dims() const; 34 35 const NXtype int_type() const; 35 36 const NXcompress compress_type() const; … … 40 41 41 42 // mutator methods 43 const void set_comp(const std::string &comp_type); 42 44 const void set_name(const std::string &name); 43 45 const void set_data(void *&data,const int rank,const int* dims,const int type); … … 53 55 bool __is_data; 54 56 std::vector<int> __dims; 57 std::vector<int> __comp_buffer_dims; 55 58 void *__value; 56 59 std::vector<Attr> __attrs;
Note: See TracChangeset
for help on using the changeset viewer.
