* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm);
-
- /**
- * Determine an estimate for the memory consumption (in bytes) of this
- * object.
- */
- std::size_t memory_consumption () const;
};
/**
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm);
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
/**
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm) const;
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
/**
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm);
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm);
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
/**
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm) const;
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
/**
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm) const;
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
const unsigned int line_thickness = 1,
const bool margin = true,
const bool draw_colorbar = true);
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
* The flags thus obtained overwrite all previous contents of this object.
*/
void parse_parameters (const ParameterHandler &prm) const;
-
- /**
- * 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., <tt>std::map</tt>) is difficult.
- */
- std::size_t memory_consumption () const;
};
/**
- std::size_t
- DataOutFilterFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
DXFlags::DXFlags (const bool write_neighbors,
const bool int_binary,
const bool coordinates_binary,
- std::size_t
- DXFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
-
void UcdFlags::declare_parameters (ParameterHandler &prm)
{
prm.declare_entry ("Write preamble", "true",
}
- std::size_t
- UcdFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
GnuplotFlags::GnuplotFlags ()
:
dummy (0)
- size_t
- GnuplotFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
SvgFlags::SvgFlags (const unsigned int height_vector,
const int azimuth_angle,
const int polar_angle,
{}
- std::size_t
- SvgFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
void PovrayFlags::declare_parameters (ParameterHandler &prm)
{
- std::size_t
- PovrayFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
EpsFlags::EpsFlags (const unsigned int height_vector,
const unsigned int color_vector,
const SizeType size_type,
}
-
- std::size_t
- EpsFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
GmvFlags::GmvFlags ()
{}
{}
- std::size_t
- GmvFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
TecplotFlags::
TecplotFlags (const char *tecplot_binary_file_name,
const char *zone_name)
- std::size_t
- VtkFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
Deal_II_IntermediateFlags::Deal_II_IntermediateFlags ()
:
dummy (0)
{}
- std::size_t
- Deal_II_IntermediateFlags::memory_consumption () const
- {
- // only simple data elements, so
- // use sizeof operator
- return sizeof (*this);
- }
-
-
-
OutputFormat
parse_output_format (const std::string &format_name)
{