Reference documentation for deal.II version 9.4.1
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
PovrayFlags (const bool smooth=false, const bool bicubic_patch=false, const bool external_data=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 | smooth |
bool | bicubic_patch |
bool | external_data |
Flags controlling the details of output in Povray format. Several flags are implemented, see their respective documentation.
Definition at line 753 of file data_out_base.h.
|
inherited |
Return an estimate for the memory consumption, in bytes, of this object. This is not exact (but will usually be close) because calculating the memory usage of trees (e.g., std::map
) is difficult.
Definition at line 574 of file data_out_base.h.