Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91111586
reader.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 00:49
Size
378 B
Mime Type
text/x-c++
Expires
Sun, Nov 10, 00:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22195123
Attached To
rTSUNAMIPROJECT PHPC-TSUNAMI-PROJECT
reader.h
View Options
//
// Created by Arnaud Pannatier on 06.05.18.
//
#ifndef PHPCTSUNAMIPROJECT_READER_H
#define PHPCTSUNAMIPROJECT_READER_H
#include <string>
#include "grid.h"
class Reader {
public:
static Grid readGridFromFile(std::string, std::size_t, std::size_t);
static void writeGridInFile(Grid&, std::string, std::size_t,std::size_t);
};
#endif //PHPCTSUNAMIPROJECT_READER_H
Event Timeline
Log In to Comment