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

Public Member Functions

std::string getDescription ()
 
 BallField ()
 
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 _r
 
double _thick
 

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

Constructor & Destructor Documentation

◆ BallField()

BallField::BallField ( )
inline

Definition at line 490 of file Field.cpp.

Member Function Documentation

◆ getDescription()

std::string BallField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 481 of file Field.cpp.

◆ getName()

const char* BallField::getName ( )
inlinevirtual

Implements Field.

Definition at line 507 of file Field.cpp.

◆ operator()()

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

Implements Field.

Definition at line 509 of file Field.cpp.

Member Data Documentation

◆ _r

double BallField::_r
private

Definition at line 478 of file Field.cpp.

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

◆ _thick

double BallField::_thick
private

Definition at line 478 of file Field.cpp.

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

◆ _vIn

double BallField::_vIn
private

Definition at line 476 of file Field.cpp.

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

◆ _vOut

double BallField::_vOut
private

Definition at line 476 of file Field.cpp.

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

◆ _xc

double BallField::_xc
private

Definition at line 477 of file Field.cpp.

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

◆ _yc

double BallField::_yc
private

Definition at line 477 of file Field.cpp.

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

◆ _zc

double BallField::_zc
private

Definition at line 477 of file Field.cpp.

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


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