Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes

DataOutBase::Deal_II_IntermediateFlags Struct Reference
[Graphical output]

List of all members.

Public Member Functions

 Deal_II_IntermediateFlags ()
void parse_parameters (const ParameterHandler &prm) const
std::size_t memory_consumption () const

Static Public Member Functions

static void declare_parameters (ParameterHandler &prm)

Static Public Attributes

static const unsigned int format_version = 3

Private Attributes

int dummy

Detailed Description

Flags controlling the details of output in deal.II intermediate format. At present no flags are implemented.

Definition at line 1257 of file data_out_base.h.


Constructor & Destructor Documentation

DataOutBase::Deal_II_IntermediateFlags::Deal_II_IntermediateFlags (  )

Constructor.


Member Function Documentation

static void DataOutBase::Deal_II_IntermediateFlags::declare_parameters ( ParameterHandler prm ) [static]

Declare all flags with name and type as offered by this class, for use in input files.

void DataOutBase::Deal_II_IntermediateFlags::parse_parameters ( const ParameterHandler prm ) const

Read the parameters declared in declare_parameters and set the flags for this output format accordingly.

The flags thus obtained overwrite all previous contents of this object.

std::size_t DataOutBase::Deal_II_IntermediateFlags::memory_consumption (  ) const

Determine an estimate for the memory consumption (in bytes) of this object. Since sometimes the size of objects can not be determined exactly (for example: what is the memory consumption of an STL std::map type with a certain number of elements?), this is only an estimate. however often quite close to the true value.


Member Data Documentation

An indicator of the currect file format version used to write intermediate format. We do not attempt to be backward compatible, so this number is used only to verify that the format we are writing is what the current readers and writers understand.

Definition at line 1272 of file data_out_base.h.

Dummy entry to suppress compiler warnings when copying an empty structure. Remove this member when adding the first flag to this structure (and remove the private as well).

Definition at line 1282 of file data_out_base.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:06 by doxygen 1.7.2