gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
adaptiveVertex Class Reference

#include <adaptiveData.h>

Public Member Functions

bool operator< (const adaptiveVertex &other) const
 

Static Public Member Functions

static adaptiveVertexadd (double x, double y, double z, std::set< adaptiveVertex > &allVertice)
 

Public Attributes

float x
 
float y
 
float z
 parametric coordinates More...
 
double X
 
double Y
 
double Z
 cartesian coordinates More...
 
double val
 
double valy
 
double valz
 maximal three values More...
 
double valyx
 
double valyy
 
double valyz
 
double valzx
 
double valzy
 
double valzz
 

Detailed Description

Definition at line 46 of file adaptiveData.h.

Member Function Documentation

◆ add()

◆ operator<()

bool adaptiveVertex::operator< ( const adaptiveVertex other) const
inline

Definition at line 57 of file adaptiveData.h.

Member Data Documentation

◆ val

◆ valy

double adaptiveVertex::valy

◆ valyx

double adaptiveVertex::valyx

◆ valyy

double adaptiveVertex::valyy

◆ valyz

double adaptiveVertex::valyz

◆ valz

double adaptiveVertex::valz

maximal three values

Definition at line 50 of file adaptiveData.h.

Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().

◆ valzx

double adaptiveVertex::valzx

◆ valzy

double adaptiveVertex::valzy

◆ valzz

double adaptiveVertex::valzz

◆ x

◆ X

double adaptiveVertex::X

◆ y

◆ Y

double adaptiveVertex::Y

◆ z

◆ Z

double adaptiveVertex::Z

cartesian coordinates

Definition at line 49 of file adaptiveData.h.

Referenced by adaptiveElements< T >::adapt(), adaptiveElements< T >::adaptForVTK(), and recur_sign_change().


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