![]() |
Reference documentation for deal.II version 8.1.0
|
#include <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 | |
}; | |
The data type storing user pointers or user indices.
Definition at line 447 of file tria_objects.h.
|
inline |
Default constructor.
Definition at line 462 of file tria_objects.h.
void internal::Triangulation::TriaObjects< G >::UserData::serialize | ( | Archive & | ar, |
const unsigned int | version | ||
) |
Write the data of this object to a stream for the purpose of serialization.
Definition at line 867 of file tria_objects.h.
void* internal::Triangulation::TriaObjects< G >::UserData::p |
The entry used as user pointer.
Definition at line 453 of file tria_objects.h.
unsigned int internal::Triangulation::TriaObjects< G >::UserData::i |
The entry used as user index.
Definition at line 456 of file tria_objects.h.