Changeset 106 for Swollen/include
- Timestamp:
- Jun 14, 2005, 1:28:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Swollen/include/swwreader.h
r105 r106 103 103 virtual triangle_list getConnectivity(unsigned int index) {return _connectivity.at(index);} 104 104 105 const std::string getSwollenDir() {return *_swollendir;} 106 virtual void setSwollenDir(const std::string path) {_swollendir = new std::string(path);} 107 105 108 106 109 protected: … … 109 112 110 113 std::string* _filename; 114 std::string* _swollendir; 111 115 112 116 // constructor determines SWW validity (netcdf + proper structure)
Note: See TracChangeset
for help on using the changeset viewer.