|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
One registered adjacency entry. More...
#include <ReorderPlan.hpp>
Public Attributes | |
| AdjKind | kind |
| AdjRemapFn | remapFn |
| Remap entries (null if not needed). | |
| AdjRelocateFn | relocateFn |
| Relocate rows (null if not needed). | |
| std::string | name |
One registered adjacency entry.
Definition at line 118 of file ReorderPlan.hpp.
| AdjKind DNDS::Geom::AdjEntry::kind |
Definition at line 120 of file ReorderPlan.hpp.
| std::string DNDS::Geom::AdjEntry::name |
Definition at line 123 of file ReorderPlan.hpp.
| AdjRelocateFn DNDS::Geom::AdjEntry::relocateFn |
Relocate rows (null if not needed).
Definition at line 122 of file ReorderPlan.hpp.
| AdjRemapFn DNDS::Geom::AdjEntry::remapFn |
Remap entries (null if not needed).
Definition at line 121 of file ReorderPlan.hpp.