![]() |
Reference documentation for deal.II version 8.1.0
|
#include <tria.h>
Public Attributes | |
boost::signals2::signal< void()> | create |
boost::signals2::signal< void()> | pre_refinement |
boost::signals2::signal< void()> | post_refinement |
boost::signals2::signal< void(const Triangulation< dim, spacedim > &original_tria)> | copy |
boost::signals2::signal< void()> | clear |
boost::signals2::signal< void()> | any_change |
A structure that has boost::signal objects for a number of actions that a triangulation can do to itself. See the general documentation of the Triangulation class for more information and for documentation of the semantics of the member functions.
For documentation on signals, see http://www.boost.org/doc/libs/release/libs/signals2 .