Public Member Functions | |
| DXFlags (const bool write_neighbors=false, const bool int_binary=false, const bool coordinates_binary=false, const bool data_binary=false) | |
| void | parse_parameters (const ParameterHandler &prm) |
| std::size_t | memory_consumption () const |
Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler &prm) |
Public Attributes | |
| bool | write_neighbors |
| bool | int_binary |
| bool | coordinates_binary |
| bool | data_binary |
| bool | data_double |
Flags controlling the details of output in OpenDX format.
Definition at line 428 of file data_out_base.h.
| DataOutBase::DXFlags::DXFlags | ( | const bool | write_neighbors = false, |
| const bool | int_binary = false, |
||
| const bool | coordinates_binary = false, |
||
| const bool | data_binary = false |
||
| ) |
Constructor.
| static void DataOutBase::DXFlags::declare_parameters | ( | ParameterHandler & | prm ) | [static] |
Declare all flags with name and type as offered by this class, for use in input files.
| void DataOutBase::DXFlags::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.
| std::size_t DataOutBase::DXFlags::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
Write neighbor information. This information is necessary for instance, if OpenDX is supposed to compute integral curves (streamlines). If it is not present, streamlines end at cell boundaries.
Definition at line 441 of file data_out_base.h.
Write integer values of the Triangulation in binary format.
Definition at line 447 of file data_out_base.h.
Write coordinate vectors in binary format.
Definition at line 452 of file data_out_base.h.
Write data vectors in binary format.
Definition at line 458 of file data_out_base.h.
Write binary coordinate vectors as double (64 bit) numbers instead of float (32 bit).
Definition at line 465 of file data_out_base.h.
documentation generated on Fri Feb 3 2012 06:04:06 by
doxygen
1.7.2