gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GModelIO_STL.cpp File Reference
#include <stdio.h>
#include <string>
#include <algorithm>
#include <sstream>
#include "GModel.h"
#include "OS.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MVertexRTree.h"
#include "discreteFace.h"
#include "StringUtils.h"
#include "Context.h"
Include dependency graph for GModelIO_STL.cpp:

Go to the source code of this file.

Functions

static bool invalidChar (char c)
 
static void writeSTLfaces (FILE *fp, std::vector< GFace * > &faces, bool binary, double scalingFactor, const std::string &name)
 

Function Documentation

◆ invalidChar()

static bool invalidChar ( char  c)
static

Definition at line 20 of file GModelIO_STL.cpp.

Referenced by GModel::readSTL().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeSTLfaces()

static void writeSTLfaces ( FILE *  fp,
std::vector< GFace * > &  faces,
bool  binary,
double  scalingFactor,
const std::string &  name 
)
static

Definition at line 233 of file GModelIO_STL.cpp.

Referenced by GModel::writeSTL().

Here is the call graph for this function:
Here is the caller graph for this function: