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

Public Member Functions

 MinAnisoField ()
 
virtual bool isotropic () const
 
std::string getDescription ()
 
virtual void operator() (double x, double y, double z, SMetric3 &metr, GEntity *ge=nullptr)
 
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 void operator() (double x, double y, double z, SVector3 &, GEntity *ge=0)
 
void putOnNewView (int viewTag=-1)
 
FieldOptiongetOption (const std::string &optionName)
 

Private Attributes

std::list< int > _fieldIds
 

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 1708 of file Field.cpp.

Constructor & Destructor Documentation

◆ MinAnisoField()

MinAnisoField::MinAnisoField ( )
inline

Definition at line 1713 of file Field.cpp.

Member Function Documentation

◆ getDescription()

std::string MinAnisoField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 1719 of file Field.cpp.

◆ getName()

const char* MinAnisoField::getName ( )
inlinevirtual

Implements Field.

Definition at line 1767 of file Field.cpp.

◆ isotropic()

virtual bool MinAnisoField::isotropic ( ) const
inlinevirtual

Reimplemented from Field.

Definition at line 1718 of file Field.cpp.

◆ operator()() [1/2]

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

Implements Field.

Definition at line 1744 of file Field.cpp.

Here is the call graph for this function:

◆ operator()() [2/2]

virtual void MinAnisoField::operator() ( double  x,
double  y,
double  z,
SMetric3 metr,
GEntity ge = nullptr 
)
inlinevirtual

Reimplemented from Field.

Definition at line 1723 of file Field.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ _fieldIds

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

Definition at line 1710 of file Field.cpp.

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


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