gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
MinField Class Reference
Inheritance diagram for MinField:
Collaboration diagram for MinField:

Public Member Functions

 MinField ()
 
std::string getDescription ()
 
double operator() (double x, double y, double z, GEntity *ge=nullptr)
 
const char * getName ()
 
- Public Member Functions inherited from Field
 Field ()
 
virtual ~Field ()
 
bool isDeprecated ()
 
virtual void update ()
 
virtual int numComponents () const
 
virtual bool isotropic () const
 
virtual void operator() (double x, double y, double z, SVector3 &, GEntity *ge=0)
 
virtual void operator() (double x, double y, double z, SMetric3 &, GEntity *ge=nullptr)
 
void putOnNewView (int viewTag=-1)
 
FieldOptiongetOption (const std::string &optionName)
 

Private Attributes

std::list< int > _fieldIds
 
std::vector< Field * > _fields
 

Additional Inherited Members

- Public Attributes inherited from Field
int id
 
std::map< std::string, FieldOption * > options
 
std::map< std::string, FieldCallback * > callbacks
 
bool updateNeeded
 
- Protected Attributes inherited from Field
bool _deprecated
 

Detailed Description

Definition at line 1839 of file Field.cpp.

Constructor & Destructor Documentation

◆ MinField()

MinField::MinField ( )
inline

Definition at line 1845 of file Field.cpp.

Member Function Documentation

◆ getDescription()

std::string MinField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 1850 of file Field.cpp.

◆ getName()

const char* MinField::getName ( )
inlinevirtual

Implements Field.

Definition at line 1885 of file Field.cpp.

◆ operator()()

double MinField::operator() ( double  x,
double  y,
double  z,
GEntity ge = nullptr 
)
inlinevirtual

Implements Field.

Definition at line 1855 of file Field.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ _fieldIds

std::list<int> MinField::_fieldIds
private

Definition at line 1841 of file Field.cpp.

Referenced by MinField(), and operator()().

◆ _fields

std::vector<Field*> MinField::_fields
private

Definition at line 1842 of file Field.cpp.

Referenced by operator()().


The documentation for this class was generated from the following file: