gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GModelIO_DIFF.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include "GModel.h"
#include "OS.h"
#include "MElement.h"
Include dependency graph for GModelIO_DIFF.cpp:

Go to the source code of this file.

Functions

static bool getMeshVertices (int num, int *indices, std::map< int, MVertex * > &map, std::vector< MVertex * > &vertices)
 
static bool getMeshVertices (int num, int *indices, std::vector< MVertex * > &vec, std::vector< MVertex * > &vertices, int minVertex=0)
 

Function Documentation

◆ getMeshVertices() [1/2]

static bool getMeshVertices ( int  num,
int *  indices,
std::map< int, MVertex * > &  map,
std::vector< MVertex * > &  vertices 
)
static

Definition at line 12 of file GModelIO_DIFF.cpp.

Referenced by GModel::readDIFF().

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

◆ getMeshVertices() [2/2]

static bool getMeshVertices ( int  num,
int *  indices,
std::vector< MVertex * > &  vec,
std::vector< MVertex * > &  vertices,
int  minVertex = 0 
)
static

Definition at line 27 of file GModelIO_DIFF.cpp.

Here is the call graph for this function: