PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::RbfFunctions Struct Reference

Constants representing available RBF basis functions as unsigned chars, matching PyBindingsRbf::RbfFunctions in the Python bindings. More...

#include <interface.hpp>

Static Public Attributes

static constexpr unsigned char WENDLANDC0 = 0x10
 
static constexpr unsigned char WENDLANDC2 = 0x11
 
static constexpr unsigned char WENDLANDC4 = 0x12
 
static constexpr unsigned char WENDLANDC6 = 0x13
 
static constexpr unsigned char WENDLANDC8 = 0x14
 

Detailed Description

Constants representing available RBF basis functions as unsigned chars, matching PyBindingsRbf::RbfFunctions in the Python bindings.

Definition at line 25 of file interface.hpp.

Member Data Documentation

◆ WENDLANDC0

constexpr unsigned char PACMAN::RbfFunctions::WENDLANDC0 = 0x10
staticconstexpr

Definition at line 26 of file interface.hpp.

◆ WENDLANDC2

constexpr unsigned char PACMAN::RbfFunctions::WENDLANDC2 = 0x11
staticconstexpr

Definition at line 27 of file interface.hpp.

◆ WENDLANDC4

constexpr unsigned char PACMAN::RbfFunctions::WENDLANDC4 = 0x12
staticconstexpr

Definition at line 28 of file interface.hpp.

◆ WENDLANDC6

constexpr unsigned char PACMAN::RbfFunctions::WENDLANDC6 = 0x13
staticconstexpr

Definition at line 29 of file interface.hpp.

◆ WENDLANDC8

constexpr unsigned char PACMAN::RbfFunctions::WENDLANDC8 = 0x14
staticconstexpr

Definition at line 30 of file interface.hpp.


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