gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <gmshLevelset.h>
Public Member Functions | |
gLevelsetTools (int tag=0) | |
gLevelsetTools (const std::vector< gLevelset * > &p, bool delC=false, int tag=0) | |
gLevelsetTools (const gLevelsetTools &) | |
virtual | ~gLevelsetTools () |
double | operator() (double x, double y, double z) const |
std::vector< gLevelset * > | getChildren () const |
virtual double | choose (double d1, double d2) const =0 |
virtual int | type2 () const =0 |
virtual int | type () const |
virtual bool | isPrimitive () const |
int | getTag () const |
Public Member Functions inherited from gLevelset | |
gLevelset (int tag=0) | |
gLevelset (const gLevelset &) | |
virtual | ~gLevelset () |
virtual gLevelset * | clone () const |
bool | isInsideDomain (const double &x, const double &y, const double &z) const |
bool | isOutsideDomain (const double &x, const double &y, const double &z) const |
bool | isOnBorder (const double &x, const double &y, const double &z) const |
void | setTag (int t) |
void | getPrimitives (std::vector< gLevelset * > &primitives) |
void | getPrimitivesPO (std::vector< gLevelset * > &primitives) |
void | getRPN (std::vector< gLevelset * > &gLsRPN) |
double | H (const double &x, const double &y, const double &z) const |
void | print () const |
Public Member Functions inherited from simpleFunction< double > | |
simpleFunction (double val=0.0) | |
virtual | ~simpleFunction () |
virtual bool | hasDerivatives () |
virtual void | setElement (MElement *e) const |
virtual void | gradient (double x, double y, double z, double &dfdx, double &dfdy, double &dfdz) const |
virtual void | hessian (double x, double y, double z, double &dfdxx, double &dfdxy, double &dfdxz, double &dfdyx, double &dfdyy, double &dfdyz, double &dfdzx, double &dfdzy, double &dfdzz) const |
Protected Attributes | |
std::vector< gLevelset * > | children |
bool | _delChildren |
Protected Attributes inherited from gLevelset | |
int | tag_ |
Protected Attributes inherited from simpleFunction< double > | |
double | _val |
bool | _hasDerivatives |
Additional Inherited Members | |
Static Public Member Functions inherited from gLevelset | |
static gLevelset * | find (int tag) |
static void | add (gLevelset *l) |
Static Protected Attributes inherited from gLevelset | |
static const short | insideDomain = -1 |
static int | maxTag_ = 0 |
static std::set< gLevelset *, gLevelsetLessThan > | all_ |
Definition at line 447 of file gmshLevelset.h.
|
inline |
Definition at line 452 of file gmshLevelset.h.
|
inline |
Definition at line 453 of file gmshLevelset.h.
gLevelsetTools::gLevelsetTools | ( | const gLevelsetTools & | lv | ) |
|
inlinevirtual |
Definition at line 461 of file gmshLevelset.h.
|
pure virtual |
Reimplemented from gLevelset.
Implemented in gLevelsetCrack, gLevelsetIntersection, gLevelsetUnion, and gLevelsetCut.
Referenced by operator()().
|
inlinevirtual |
Reimplemented from gLevelset.
Definition at line 476 of file gmshLevelset.h.
Referenced by gLevelsetTools().
|
inlinevirtual |
Reimplemented from gLevelset.
Definition at line 493 of file gmshLevelset.h.
|
inlinevirtual |
Reimplemented from gLevelset.
Definition at line 488 of file gmshLevelset.h.
|
inlinevirtual |
Reimplemented from gLevelset.
Definition at line 467 of file gmshLevelset.h.
|
inlinevirtual |
Reimplemented from gLevelset.
Definition at line 483 of file gmshLevelset.h.
|
pure virtual |
Implemented in gLevelsetCrack, gLevelsetIntersection, gLevelsetUnion, and gLevelsetCut.
Referenced by type().
|
protected |
Definition at line 450 of file gmshLevelset.h.
Referenced by gLevelsetCrack::gLevelsetCrack(), gLevelsetTools(), and ~gLevelsetTools().
|
protected |
Definition at line 449 of file gmshLevelset.h.
Referenced by getChildren(), getTag(), gLevelsetCrack::gLevelsetCrack(), gLevelsetTools(), isPrimitive(), operator()(), type(), and ~gLevelsetTools().