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

Go to the source code of this file.

Classes

class  simpleFunction< scalar >
 

Functions

GMSH_PluginGMSH_RegisterDistancePlugin ()
 

Variables

StringXNumber DistanceOptions_Number []
 

Function Documentation

◆ GMSH_RegisterDistancePlugin()

GMSH_Plugin* GMSH_RegisterDistancePlugin ( )

Definition at line 34 of file Distance.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ DistanceOptions_Number

StringXNumber DistanceOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "PhysicalPoint", nullptr, 0.},
{GMSH_FULLRC, "PhysicalLine", nullptr, 0.},
{GMSH_FULLRC, "PhysicalSurface", nullptr, 0.},
{GMSH_FULLRC, "DistanceType", nullptr, 0},
{GMSH_FULLRC, "MinScale", nullptr, 0},
{GMSH_FULLRC, "MaxScale", nullptr, 0}}

Definition at line 25 of file Distance.cpp.

Referenced by GMSH_DistancePlugin::execute(), GMSH_DistancePlugin::getNbOptions(), GMSH_DistancePlugin::getOption(), and GMSH_DistancePlugin::printView().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20