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

Public Member Functions

std::string getDescription ()
 
 CylinderField ()
 
const char * getName ()
 
double operator() (double x, double y, double z, GEntity *ge=nullptr)
 
- 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

double _vIn
 
double _vOut
 
double _xc
 
double _yc
 
double _zc
 
double _xa
 
double _ya
 
double _za
 
double _r
 

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

Constructor & Destructor Documentation

◆ CylinderField()

CylinderField::CylinderField ( )
inline

Definition at line 431 of file Field.cpp.

Member Function Documentation

◆ getDescription()

std::string CylinderField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 423 of file Field.cpp.

◆ getName()

const char* CylinderField::getName ( )
inlinevirtual

Implements Field.

Definition at line 454 of file Field.cpp.

◆ operator()()

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

Implements Field.

Definition at line 456 of file Field.cpp.

Member Data Documentation

◆ _r

double CylinderField::_r
private

Definition at line 420 of file Field.cpp.

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

◆ _vIn

double CylinderField::_vIn
private

Definition at line 417 of file Field.cpp.

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

◆ _vOut

double CylinderField::_vOut
private

Definition at line 417 of file Field.cpp.

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

◆ _xa

double CylinderField::_xa
private

Definition at line 419 of file Field.cpp.

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

◆ _xc

double CylinderField::_xc
private

Definition at line 418 of file Field.cpp.

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

◆ _ya

double CylinderField::_ya
private

Definition at line 419 of file Field.cpp.

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

◆ _yc

double CylinderField::_yc
private

Definition at line 418 of file Field.cpp.

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

◆ _za

double CylinderField::_za
private

Definition at line 419 of file Field.cpp.

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

◆ _zc

double CylinderField::_zc
private

Definition at line 418 of file Field.cpp.

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


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