|  | 
|  | StructuredField () | 
|  | 
| std::string | getDescription () | 
|  | 
| const char * | getName () | 
|  | 
| virtual | ~StructuredField () | 
|  | 
| double | operator() (double x, double y, double z, GEntity *ge=nullptr) | 
|  | 
|  | 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) | 
|  | 
| FieldOption * | getOption (const std::string &optionName) | 
|  | 
Definition at line 130 of file Field.cpp.
 
◆ StructuredField()
  
  | 
        
          | StructuredField::StructuredField | ( |  | ) |  |  | inline | 
 
 
◆ ~StructuredField()
  
  | 
        
          | virtual StructuredField::~StructuredField | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ getDescription()
  
  | 
        
          | std::string StructuredField::getDescription | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ getName()
  
  | 
        
          | const char* StructuredField::getName | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ operator()()
  
  | 
        
          | double StructuredField::operator() | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | z, |  
          |  |  | GEntity * | ge = nullptr |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ _d
  
  | 
        
          | double StructuredField::_d[3] |  | private | 
 
 
◆ _data
  
  | 
        
          | double* StructuredField::_data |  | private | 
 
 
◆ _errorStatus
  
  | 
        
          | bool StructuredField::_errorStatus |  | private | 
 
 
◆ _fileName
  
  | 
        
          | std::string StructuredField::_fileName |  | private | 
 
 
◆ _n
  
  | 
        
          | int StructuredField::_n[3] |  | private | 
 
 
◆ _o
  
  | 
        
          | double StructuredField::_o[3] |  | private | 
 
 
◆ _outsideValue
  
  | 
        
          | double StructuredField::_outsideValue |  | private | 
 
 
◆ _outsideValueSet
  
  | 
        
          | bool StructuredField::_outsideValueSet |  | private | 
 
 
◆ _textFormat
  
  | 
        
          | bool StructuredField::_textFormat |  | private | 
 
 
The documentation for this class was generated from the following file: