gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Summation.cpp File Reference
#include "GmshConfig.h"
#include "GmshDefines.h"
#include "Summation.h"
#include "OctreePost.h"
#include "GEntity.h"
#include <algorithm>
Include dependency graph for Summation.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterSummationPlugin ()
 

Variables

StringXNumber SummationOptions_Number []
 
StringXString SummationOptions_String []
 

Function Documentation

◆ GMSH_RegisterSummationPlugin()

GMSH_Plugin* GMSH_RegisterSummationPlugin ( )

Definition at line 23 of file Summation.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ SummationOptions_Number

StringXNumber SummationOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "View 0", nullptr, -1.}, {GMSH_FULLRC, "View 1", nullptr, -1.},
{GMSH_FULLRC, "View 2", nullptr, -1.}, {GMSH_FULLRC, "View 3", nullptr, -1.},
{GMSH_FULLRC, "View 4", nullptr, -1.}, {GMSH_FULLRC, "View 5", nullptr, -1.},
{GMSH_FULLRC, "View 6", nullptr, -1.}, {GMSH_FULLRC, "View 7", nullptr, -1.}}

Definition at line 13 of file Summation.cpp.

Referenced by GMSH_SummationPlugin::execute(), GMSH_SummationPlugin::getNbOptions(), and GMSH_SummationPlugin::getOption().

◆ SummationOptions_String

StringXString SummationOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "Resuling View Name", nullptr, "default"}}

Definition at line 19 of file Summation.cpp.

Referenced by GMSH_SummationPlugin::execute(), GMSH_SummationPlugin::getNbOptionsStr(), and GMSH_SummationPlugin::getOptionStr().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20