Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::mesh::GraphObserverT< T > Class Template Reference
Inheritance diagram for Arcane::mesh::GraphObserverT< T >:
Collaboration diagram for Arcane::mesh::GraphObserverT< T >:

Public Member Functions

 GraphObserverT (T *parent)
void notifyUpdate ()

Private Attributes

T * m_parent = nullptr

Detailed Description

template<typename T>
class Arcane::mesh::GraphObserverT< T >

Definition at line 68 of file GraphDoFs.h.

Constructor & Destructor Documentation

◆ GraphObserverT()

template<typename T>
Arcane::mesh::GraphObserverT< T >::GraphObserverT ( T * parent)
inlineexplicit

Definition at line 73 of file GraphDoFs.h.

◆ ~GraphObserverT()

template<typename T>
virtual Arcane::mesh::GraphObserverT< T >::~GraphObserverT ( )
inlinevirtual

Definition at line 77 of file GraphDoFs.h.

Member Function Documentation

◆ notifyUpdate()

template<typename T>
void Arcane::mesh::GraphObserverT< T >::notifyUpdate ( )
inlinevirtual

Implements Arcane::IGraphObserver.

Definition at line 79 of file GraphDoFs.h.

Member Data Documentation

◆ m_parent

template<typename T>
T* Arcane::mesh::GraphObserverT< T >::m_parent = nullptr
private

Definition at line 86 of file GraphDoFs.h.


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