![]() |
deal.II version 9.7.0
|
#include <deal.II/grid/tria_objects.h>
The data type storing user pointers or user indices.
Definition at line 312 of file tria_objects.h.
Public Member Functions | |
| UserData () | |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| union { | |
| void * p | |
| unsigned int i | |
| }; | |
|
inline |
Default constructor.
Definition at line 327 of file tria_objects.h.
| void internal::TriangulationImplementation::TriaObjects::UserData::serialize | ( | Archive & | ar, |
| const unsigned int | version ) |
Write the data of this object to a stream for the purpose of serialization using the BOOST serialization library.
Definition at line 522 of file tria_objects.h.
| void* internal::TriangulationImplementation::TriaObjects::UserData::p |
The entry used as user pointer.
Definition at line 318 of file tria_objects.h.
| unsigned int internal::TriangulationImplementation::TriaObjects::UserData::i |
The entry used as user index.
Definition at line 321 of file tria_objects.h.