#include <NDEVR/LandXMLFactory.h>
#include <NDEVR/FactoryFeatures.h>
#include <NDEVR/Model.h>
#include <NDEVR/DesignObjectLookup.h>
#include <NDEVR/Geometry.h>
#include <NDEVR/Material.h>
#include <NDEVR/BufferedScanner.h>
#include <NDEVR/File.h>
#include <NDEVR/Dictionary.h>
#include <NDEVR/Polygon.h>
#include <NDEVR/Exception.h>
#include <NDEVR/Translator.h>
#include <numeric>
|
void | readLandXMLBoundaries (Scanner &, Model &, Dictionary< uint04, uint04 > &, const FactoryParameters &) |
|
void | readLandXMLFaces (Scanner &scanner, Geometry &tin, const Dictionary< uint04, uint04 > &vertex_map, const FactoryParameters &options) |
|
Polygon< fltp08 > | readLandXMLPoly (Scanner &scanner) |
|
void | readLandXMLVertices (Scanner &scanner, Geometry &tin, Dictionary< uint04, uint04 > &vertex_map, const FactoryParameters ¶ms) |
|
void | readSurface (Scanner &scanner, Model &model, const FactoryParameters ¶ms) |
|