API Documentation
Loading...
Searching...
No Matches
LandXMLFactory.cpp File Reference
#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>
Include dependency graph for LandXMLFactory.cpp:

Namespaces

namespace  NDEVR
 

Functions

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< fltp08readLandXMLPoly (Scanner &scanner)
 
void readLandXMLVertices (Scanner &scanner, Geometry &tin, Dictionary< uint04, uint04 > &vertex_map, const FactoryParameters &params)
 
void readSurface (Scanner &scanner, Model &model, const FactoryParameters &params)