#include <sstream>#include <string>#include <exception>#include "XAO.hxx"#include "XAO_Exception.hxx"Go to the source code of this file.
Classes | |
| class | XAO::XaoUtils |
| Utilities class to convert types. More... | |
| class | XAO::MsgBuilder |
| MsgBuilder can be use to easily create messages. More... | |
Namespaces | |
| namespace | XAO |
Enumerations | |
| enum | XAO::Format { XAO::BREP , XAO::STEP } |
| enum | XAO::Dimension { XAO::VERTEX = 0 , XAO::EDGE = 1 , XAO::FACE = 2 , XAO::SOLID = 3 , XAO::WHOLE = -1 } |
| enum | XAO::Type { XAO::BOOLEAN = 0 , XAO::INTEGER = 1 , XAO::DOUBLE = 2 , XAO::STRING = 3 } |