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

Public Member Functions

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

int _inField
 
bool _boundary
 
std::list< int > _pointTags
 
std::list< int > _curveTags
 
std::list< int > _surfaceTags
 
std::list< int > _volumeTags
 

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

Constructor & Destructor Documentation

◆ RestrictField()

RestrictField::RestrictField ( )
inline

Definition at line 1944 of file Field.cpp.

Member Function Documentation

◆ getDescription()

std::string RestrictField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 1969 of file Field.cpp.

◆ getName()

const char* RestrictField::getName ( )
inlinevirtual

Implements Field.

Definition at line 2019 of file Field.cpp.

◆ operator()()

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

Implements Field.

Definition at line 1976 of file Field.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ _boundary

bool RestrictField::_boundary
private

Definition at line 1940 of file Field.cpp.

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

◆ _curveTags

std::list<int> RestrictField::_curveTags
private

Definition at line 1941 of file Field.cpp.

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

◆ _inField

int RestrictField::_inField
private

Definition at line 1939 of file Field.cpp.

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

◆ _pointTags

std::list<int> RestrictField::_pointTags
private

Definition at line 1941 of file Field.cpp.

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

◆ _surfaceTags

std::list<int> RestrictField::_surfaceTags
private

Definition at line 1941 of file Field.cpp.

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

◆ _volumeTags

std::list<int> RestrictField::_volumeTags
private

Definition at line 1941 of file Field.cpp.

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


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