gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
gLevelsetImproved Class Referenceabstract

#include <gmshLevelset.h>

Inheritance diagram for gLevelsetImproved:
Collaboration diagram for gLevelsetImproved:

Public Member Functions

 gLevelsetImproved (int tag=0)
 
 gLevelsetImproved (const gLevelsetImproved &lv)
 
double operator() (double x, double y, double z) const
 
std::vector< gLevelset * > getChildren () const
 
double choose (double d1, double d2) const
 
virtual int type () const =0
 
virtual bool isPrimitive () const
 
- Public Member Functions inherited from gLevelset
 gLevelset (int tag=0)
 
 gLevelset (const gLevelset &)
 
virtual ~gLevelset ()
 
virtual gLevelsetclone () 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)
 
virtual int getTag () const
 
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

gLevelsetLs
 
- 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 gLevelsetfind (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 *, gLevelsetLessThanall_
 

Detailed Description

Definition at line 595 of file gmshLevelset.h.

Constructor & Destructor Documentation

◆ gLevelsetImproved() [1/2]

gLevelsetImproved::gLevelsetImproved ( int  tag = 0)
inline

Definition at line 600 of file gmshLevelset.h.

◆ gLevelsetImproved() [2/2]

gLevelsetImproved::gLevelsetImproved ( const gLevelsetImproved lv)

Definition at line 1250 of file gmshLevelset.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ choose()

double gLevelsetImproved::choose ( double  d1,
double  d2 
) const
inlinevirtual

Reimplemented from gLevelset.

Definition at line 607 of file gmshLevelset.h.

Here is the call graph for this function:

◆ getChildren()

std::vector<gLevelset *> gLevelsetImproved::getChildren ( ) const
inlinevirtual

Reimplemented from gLevelset.

Definition at line 606 of file gmshLevelset.h.

Here is the call graph for this function:

◆ isPrimitive()

virtual bool gLevelsetImproved::isPrimitive ( ) const
inlinevirtual

Reimplemented from gLevelset.

Definition at line 609 of file gmshLevelset.h.

Here is the call graph for this function:

◆ operator()()

double gLevelsetImproved::operator() ( double  x,
double  y,
double  z 
) const
inlinevirtual

Reimplemented from gLevelset.

Definition at line 602 of file gmshLevelset.h.

◆ type()

virtual int gLevelsetImproved::type ( ) const
pure virtual

Reimplemented from gLevelset.

Implemented in gLevelsetConrod, gLevelsetCylinder, and gLevelsetBox.

Member Data Documentation

◆ Ls


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