DataOutBase::GmvFlags Struct Reference
[Graphical output]

List of all members.

Public Member Functions

 GmvFlags ()
void parse_parameters (const ParameterHandler &prm)
unsigned int memory_consumption () const

Static Public Member Functions

static void declare_parameters (ParameterHandler &prm)

Private Attributes

int dummy


Detailed Description

Flags controlling the details of output in GMV format. At present no flags are implemented.

Constructor & Destructor Documentation

DataOutBase::GmvFlags::GmvFlags (  ) 

Default constructor.


Member Function Documentation

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

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

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

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.

unsigned int DataOutBase::GmvFlags::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

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).


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

deal.II documentation generated on Sat Aug 15 16:51:47 2009 by doxygen 1.5.9