#include <cmath>
#include "defs.h"
#include "list.h"
#include "stack.h"
#include "xmlchar.h"
#include "saxemitter.h"
Go to the source code of this file.
Namespaces | |
namespace | ElementModel |
Compounds | |
class | ElementModelEntropyCalculator |
A static class for calculating the average entropy of the models of the elements. More... | |
class | ElementModeler |
Element modeling class. More... | |
struct | ElementModelerInfo |
A structure describing one element modeler. More... | |
struct | ElementModelTransitionInfo |
A structure describing the probability of given transition in the element model. More... | |
Defines | |
#define | STR_NODE_TYPE_START_NODE "S" |
The string indicating the "start node" node of the element model. | |
#define | STR_NODE_TYPE_END_NODE "/" |
The string indicating the "end node" node of the element model. | |
#define | STR_NODE_TYPE_ELEMENT_NODE "E" |
The string indicating the "element node" node of the element model. | |
#define | STR_NODE_TYPE_CHARACTERS_NODE "C" |
The string indicating the "characters node" node of the element model. |
This file contains definitions of classes and structures needed for the modeling of the elements.
Definition in file elementmodel.h.