Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

elementmodel.h File Reference

Definitions of element modeling related classes and structures. More...

#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.


Detailed Description

Definitions of element modeling related classes and structures.

This file contains definitions of classes and structures needed for the modeling of the elements.

Definition in file elementmodel.h.


Generated on Wed Feb 5 10:43:03 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002