STK++ 1.0
STK_ExportToCsv.h File Reference

In this file we define the class ExportToCsv. More...

#include "../../STKernel/include/STK_String_Util.h"
#include "STK_ReadWriteCsv.h"
#include "STK_DataFrame.h"
#include "../../Sdk/include/STK_ITContainer2D.h"
Include dependency graph for STK_ExportToCsv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::ExportToCsv
 Export data to a Csv stream. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::Csv
 

The STK::Csv namespace contains the constants used in the DManager project when using csv files.


Variables

static const Char * STK::Csv::DEFAULT_COLUMN_PREFIX = _T("Var")
 Defines the default prefix to used when naming the columns of the ReadWriteCsv.

Detailed Description

In this file we define the class ExportToCsv.

In this file we define the class ImportFromCsv.

These classes allow to import or export data from/to csv files.

Definition in file STK_ExportToCsv.h.