#include <printer.h>
|
static void | write (const std::vector< capd::interval > &timeSequence={}, const std::vector< IntervalHull > &intervalHulls={}, const std::string &fileName="defaultOut.txt") |
| write out the given data to specified file More...
|
|
◆ write()
void irafhy::Printer::write |
( |
const std::vector< capd::interval > & |
timeSequence = {} , |
|
|
const std::vector< IntervalHull > & |
intervalHulls = {} , |
|
|
const std::string & |
fileName = "defaultOut.txt" |
|
) |
| |
|
static |
write out the given data to specified file
- Parameters
-
timeSequence | given time sequence |
intervalHulls | given interval hulls |
fileName | name of the output file |
The documentation for this class was generated from the following files:
- /home/jianqiang/CLionProjects/irafhy/include/irafhy/utility/printer.h
- /home/jianqiang/CLionProjects/irafhy/src/utility/printer.cpp