#include <libxml/parser.h>
#include "XAO_XaoExporter.hxx"
#include "XAO_Xao.hxx"
#include "XAO_Geometry.hxx"
#include "XAO_Group.hxx"
#include "XAO_Field.hxx"
#include "XAO_Step.hxx"
#include "XAO_XaoUtils.hxx"
Namespaces | |
namespace | XAO |
Macros | |
#define | _separator_ '/' |
Variables | |
const xmlChar * | XAO::C_TAG_XAO = (xmlChar*)"XAO" |
const xmlChar * | XAO::C_ATTR_XAO_AUTHOR = (xmlChar*)"author" |
const xmlChar * | XAO::C_ATTR_XAO_VERSION = (xmlChar*)"version" |
const xmlChar * | XAO::C_TAG_GEOMETRY = (xmlChar*)"geometry" |
const xmlChar * | XAO::C_ATTR_GEOMETRY_NAME = (xmlChar*)"name" |
const xmlChar * | XAO::C_TAG_SHAPE = (xmlChar*)"shape" |
const xmlChar * | XAO::C_ATTR_SHAPE_FORMAT = (xmlChar*)"format" |
const xmlChar * | XAO::C_ATTR_SHAPE_FILE = (xmlChar*)"file" |
const xmlChar * | XAO::C_TAG_TOPOLOGY = (xmlChar*)"topology" |
const xmlChar * | XAO::C_TAG_VERTICES = (xmlChar*)"vertices" |
const xmlChar * | XAO::C_TAG_VERTEX = (xmlChar*)"vertex" |
const xmlChar * | XAO::C_TAG_EDGES = (xmlChar*)"edges" |
const xmlChar * | XAO::C_TAG_EDGE = (xmlChar*)"edge" |
const xmlChar * | XAO::C_TAG_FACES = (xmlChar*)"faces" |
const xmlChar * | XAO::C_TAG_FACE = (xmlChar*)"face" |
const xmlChar * | XAO::C_TAG_SOLIDS = (xmlChar*)"solids" |
const xmlChar * | XAO::C_TAG_SOLID = (xmlChar*)"solid" |
const xmlChar * | XAO::C_ATTR_COUNT = (xmlChar*)"count" |
const xmlChar * | XAO::C_ATTR_ELT_INDEX = (xmlChar*)"index" |
const xmlChar * | XAO::C_ATTR_ELT_NAME = (xmlChar*)"name" |
const xmlChar * | XAO::C_ATTR_ELT_REFERENCE = (xmlChar*)"reference" |
const xmlChar * | XAO::C_TAG_GROUPS = (xmlChar*)"groups" |
const xmlChar * | XAO::C_TAG_GROUP = (xmlChar*)"group" |
const xmlChar * | XAO::C_ATTR_GROUP_NAME = (xmlChar*)"name" |
const xmlChar * | XAO::C_ATTR_GROUP_DIM = (xmlChar*)"dimension" |
const xmlChar * | XAO::C_TAG_ELEMENT = (xmlChar*)"element" |
const xmlChar * | XAO::C_ATTR_ELEMENT_INDEX = (xmlChar*)"index" |
const xmlChar * | XAO::C_TAG_VALUE = (xmlChar*)"value" |
const xmlChar * | XAO::C_ATTR_VALUE_COMPONENT = (xmlChar*)"component" |
const xmlChar * | XAO::C_TAG_FIELDS = (xmlChar*)"fields" |
const xmlChar * | XAO::C_TAG_FIELD = (xmlChar*)"field" |
const xmlChar * | XAO::C_ATTR_FIELD_NAME = (xmlChar*)"name" |
const xmlChar * | XAO::C_ATTR_FIELD_TYPE = (xmlChar*)"type" |
const xmlChar * | XAO::C_ATTR_FIELD_DIMENSION = (xmlChar*)"dimension" |
const xmlChar * | XAO::C_TAG_COMPONENTS = (xmlChar*)"components" |
const xmlChar * | XAO::C_TAG_COMPONENT = (xmlChar*)"component" |
const xmlChar * | XAO::C_ATTR_COMPONENT_COLUMN = (xmlChar*)"column" |
const xmlChar * | XAO::C_ATTR_COMPONENT_NAME = (xmlChar*)"name" |
const xmlChar * | XAO::C_TAG_STEPS = (xmlChar*)"steps" |
const xmlChar * | XAO::C_TAG_STEP = (xmlChar*)"step" |
const xmlChar * | XAO::C_ATTR_STEP_NUMBER = (xmlChar*)"number" |
const xmlChar * | XAO::C_ATTR_STEP_STAMP = (xmlChar*)"stamp" |
#define _separator_ '/' |