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

Public Member Functions

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

void closePipes ()
 

Private Attributes

std::string _cmdLine
 
Popen2 _pipes
 

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

Constructor & Destructor Documentation

◆ ExternalProcessField()

ExternalProcessField::ExternalProcessField ( )
inline

Definition at line 1402 of file Field.cpp.

◆ ~ExternalProcessField()

ExternalProcessField::~ExternalProcessField ( )
inline

Definition at line 1409 of file Field.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ closePipes()

void ExternalProcessField::closePipes ( )
inlineprivate

Definition at line 1390 of file Field.cpp.

Referenced by operator()(), and ~ExternalProcessField().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDescription()

std::string ExternalProcessField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 1427 of file Field.cpp.

◆ getName()

const char* ExternalProcessField::getName ( )
inlinevirtual

Implements Field.

Definition at line 1426 of file Field.cpp.

◆ operator()()

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

Implements Field.

Definition at line 1411 of file Field.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ _cmdLine

std::string ExternalProcessField::_cmdLine
private

Definition at line 1388 of file Field.cpp.

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

◆ _pipes

Popen2 ExternalProcessField::_pipes
private

Definition at line 1389 of file Field.cpp.

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


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