DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::AdjEntry Struct Reference

One registered adjacency entry. More...

#include <ReorderPlan.hpp>

Collaboration diagram for DNDS::Geom::AdjEntry:
[legend]

Public Attributes

AdjKind kind
 
AdjRemapFn remapFn
 Remap entries (null if not needed).
 
AdjRelocateFn relocateFn
 Relocate rows (null if not needed).
 
std::string name
 

Detailed Description

One registered adjacency entry.

Definition at line 118 of file ReorderPlan.hpp.

Member Data Documentation

◆ kind

AdjKind DNDS::Geom::AdjEntry::kind

Definition at line 120 of file ReorderPlan.hpp.

◆ name

std::string DNDS::Geom::AdjEntry::name

Definition at line 123 of file ReorderPlan.hpp.

◆ relocateFn

AdjRelocateFn DNDS::Geom::AdjEntry::relocateFn

Relocate rows (null if not needed).

Definition at line 122 of file ReorderPlan.hpp.

◆ remapFn

AdjRemapFn DNDS::Geom::AdjEntry::remapFn

Remap entries (null if not needed).

Definition at line 121 of file ReorderPlan.hpp.


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