Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Public Types | Public Member Functions | Public Attributes | List of all members
OutputDataBase Class Referenceabstract

Common parent class for templated OutputData. More...

#include <output_data_base.hh>

Inheritance diagram for OutputDataBase:
Inheritance graph
[legend]
Collaboration diagram for OutputDataBase:
Collaboration graph
[legend]

Public Types

enum  ValueType { scalar =1, vector =3, tensor =9 }
 

Public Member Functions

virtual ~OutputDataBase ()
 
virtual void print (ostream &out_stream, unsigned int idx)=0
 

Public Attributes

std::string output_field_name
 
std::string field_name
 
UnitSI field_units
 
unsigned int n_values
 
ValueType n_elem_
 

Detailed Description

Common parent class for templated OutputData.

Provides virtual method for output of stored data.

Definition at line 24 of file output_data_base.hh.

Member Enumeration Documentation

Number of components of element data stored in the database.

Enumerator
scalar 
vector 
tensor 

Definition at line 29 of file output_data_base.hh.

Constructor & Destructor Documentation

virtual OutputDataBase::~OutputDataBase ( )
inlinevirtual

Definition at line 35 of file output_data_base.hh.

Member Function Documentation

virtual void OutputDataBase::print ( ostream &  out_stream,
unsigned int  idx 
)
pure virtual

Implemented in OutputData< Value >.

Here is the caller graph for this function:

Member Data Documentation

std::string OutputDataBase::field_name

Definition at line 43 of file output_data_base.hh.

UnitSI OutputDataBase::field_units

Definition at line 44 of file output_data_base.hh.

ValueType OutputDataBase::n_elem_

Number of data elements per data value.

Definition at line 54 of file output_data_base.hh.

unsigned int OutputDataBase::n_values

Number of data values.

Definition at line 48 of file output_data_base.hh.

std::string OutputDataBase::output_field_name

Data copied from Field.

Definition at line 42 of file output_data_base.hh.


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