RepastHPC  2.3.1
Public Member Functions | Friends | List of all members
repast::NCDataSet Class Reference

Provides data recording and writing into a single file in NetCDF format. More...

#include <NCDataSet.h>

Inheritance diagram for repast::NCDataSet:
repast::DataSet

Public Member Functions

void record ()
 Records the data.
 
void write ()
 Writes the data.
 
void close ()
 Closes the dataset, after which it must be recreated to be used.
 

Friends

class NCDataSetBuilder
 

Detailed Description

Provides data recording and writing into a single file in NetCDF format.

A NCDataSet uses rank 0 to write to a single file from multiple pan-process data sources. A NCDataSet should be built using a NCDataSetBuilder.


The documentation for this class was generated from the following files: