Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Member Functions | Public Attributes | List of all members
internal::TriangulationImplementation::TriaObjects< G >::UserData Struct Reference

#include <deal.II/grid/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
 
}; 
 

Detailed Description

template<typename G>
struct internal::TriangulationImplementation::TriaObjects< G >::UserData

The data type storing user pointers or user indices.

Definition at line 361 of file tria_objects.h.

Constructor & Destructor Documentation

◆ UserData()

template<typename G >
internal::TriangulationImplementation::TriaObjects< G >::UserData::UserData ( )
inline

Default constructor.

Definition at line 376 of file tria_objects.h.

Member Function Documentation

◆ serialize()

template<typename G >
template<class Archive >
void internal::TriangulationImplementation::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 721 of file tria_objects.h.

Member Data Documentation

◆ p

template<typename G >
void* internal::TriangulationImplementation::TriaObjects< G >::UserData::p

The entry used as user pointer.

Definition at line 367 of file tria_objects.h.

◆ i

template<typename G >
unsigned int internal::TriangulationImplementation::TriaObjects< G >::UserData::i

The entry used as user index.

Definition at line 370 of file tria_objects.h.

◆ @5

union { ... }

The documentation for this struct was generated from the following file: