|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <vector>#include <list>#include <string>#include <algorithm>#include <iostream>Go to the source code of this file.
Classes | |
| struct | dtl::eleminfo |
| struct | dtl::Point |
| struct | dtl::uniHunk< sesElem > |
Namespaces | |
| namespace | dtl |
Macros | |
| #define | SES_MARK_DELETE "-" |
| #define | SES_MARK_COMMON " " |
| #define | SES_MARK_ADD "+" |
| #define | dtl_typedefs(elem, sequence) |
Typedefs | |
| typedef int | dtl::edit_t |
| typedef struct dtl::eleminfo | dtl::elemInfo |
| typedef struct dtl::Point | dtl::P |
| typedef vector< long long > | dtl::editPath |
| typedef vector< P > | dtl::editPathCordinates |
Variables | |
| const string | dtl::version = "1.19" |
| const edit_t | dtl::SES_DELETE = -1 |
| const edit_t | dtl::SES_COMMON = 0 |
| const edit_t | dtl::SES_ADD = 1 |
| const long long | dtl::DTL_SEPARATE_SIZE = 3 |
| const long long | dtl::DTL_CONTEXT_SIZE = 3 |
| const unsigned long long | dtl::MAX_CORDINATES_SIZE = 2000000 |
| #define dtl_typedefs | ( | elem, | |
| sequence | |||
| ) |
Definition at line 126 of file variables.hpp.
| #define SES_MARK_ADD "+" |
Definition at line 81 of file variables.hpp.
| #define SES_MARK_COMMON " " |
Definition at line 80 of file variables.hpp.
| #define SES_MARK_DELETE "-" |
mark of SES
Definition at line 79 of file variables.hpp.