![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Inheritance diagram for shammodels::sph::solvergraph::NeighCache:
Collaboration diagram for shammodels::sph::solvergraph::NeighCache:Public Member Functions | |
| shamrock::tree::ObjectCache & | get_cache (u64 id) |
| const shamrock::tree::ObjectCache & | get_cache (u64 id) const |
| shamrock::tree::ObjectCache & | get (u64 id) |
| const shamrock::tree::ObjectCache & | get (u64 id) const |
| void | check_sizes (const shambase::DistributedData< u32 > &sizes) const |
| void | free_alloc () |
| Free allocated memory. | |
Public Member Functions inherited from shamrock::solvergraph::IEdgeNamed | |
| IEdgeNamed (std::string name, std::string texsymbol) | |
| virtual std::string | _impl_get_dot_label () const |
| virtual std::string | _impl_get_tex_symbol () const |
Public Member Functions inherited from shamrock::solvergraph::IEdge | |
| std::string | get_label () const |
| std::string | get_tex_symbol () const |
Public Member Functions inherited from shambase::WithUUID< IEdge, u64 > | |
| u64 | get_uuid () const |
| Get the uuid of the class. | |
| WithUUID () | |
| Constructor of the class. | |
Public Member Functions inherited from shamrock::solvergraph::IFreeable | |
| virtual | ~IFreeable () |
| Virtual destructor. | |
Public Attributes | |
| shambase::DistributedData< shamrock::tree::ObjectCache > | neigh_cache |
Additional Inherited Members | |
Protected Attributes inherited from shambase::WithUUID< IEdge, u64 > | |
| u64 | uuid |
| The unique identifier of the class. | |
Definition at line 25 of file NeighCache.hpp.
|
inline |
Definition at line 37 of file NeighCache.hpp.
|
inlinevirtual |
Free allocated memory.
Implements shamrock::solvergraph::IFreeable.
Definition at line 54 of file NeighCache.hpp.
|
inline |
Definition at line 34 of file NeighCache.hpp.
|
inline |
Definition at line 35 of file NeighCache.hpp.
|
inline |
Definition at line 31 of file NeighCache.hpp.
|
inline |
Definition at line 32 of file NeighCache.hpp.
| shambase::DistributedData<shamrock::tree::ObjectCache> shammodels::sph::solvergraph::NeighCache::neigh_cache |
Definition at line 29 of file NeighCache.hpp.