gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Field.h File Reference
#include <string>
#include <map>
#include <vector>
#include <list>
#include "GmshConfig.h"
#include "Context.h"
#include "STensor3.h"
#include <fstream>
#include <string.h>
#include <sstream>
#include <algorithm>
Include dependency graph for Field.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FieldCallback
 
class  FieldOption
 
class  Field
 
class  FieldFactory
 
class  FieldManager
 
class  BoundaryLayerField
 
class  FieldOptionString
 
class  FieldOptionDouble
 
class  FieldOptionInt
 
class  FieldOptionList
 
class  FieldOptionListDouble
 
class  FieldOptionPath
 
class  FieldOptionBool
 
class  FieldCallbackGeneric< t >
 
class  FieldFactoryT< F >
 
class  GenericField
 

Enumerations

enum  FieldOptionType {
  FIELD_OPTION_DOUBLE = 0, FIELD_OPTION_INT, FIELD_OPTION_STRING, FIELD_OPTION_PATH,
  FIELD_OPTION_BOOL, FIELD_OPTION_LIST, FIELD_OPTION_LIST_DOUBLE
}
 

Enumeration Type Documentation

◆ FieldOptionType

Enumerator
FIELD_OPTION_DOUBLE 
FIELD_OPTION_INT 
FIELD_OPTION_STRING 
FIELD_OPTION_PATH 
FIELD_OPTION_BOOL 
FIELD_OPTION_LIST 
FIELD_OPTION_LIST_DOUBLE 

Definition at line 29 of file Field.h.