|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <adaptiveData.h>
Public Member Functions | |
| bool | operator< (const adaptiveVertex &other) const |
Static Public Member Functions | |
| static adaptiveVertex * | add (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 |
Definition at line 46 of file adaptiveData.h.
|
static |
Definition at line 110 of file adaptiveData.cpp.
Referenced by adaptivePoint::create(), adaptiveLine::create(), adaptiveTriangle::create(), adaptiveQuadrangle::create(), adaptivePrism::create(), adaptiveTetrahedron::create(), adaptiveHexahedron::create(), adaptivePyramid::create(), adaptiveLine::recurCreate(), adaptiveTriangle::recurCreate(), adaptiveQuadrangle::recurCreate(), adaptivePrism::recurCreate(), adaptiveTetrahedron::recurCreate(), and adaptivePyramid::recurCreate().

|
inline |
Definition at line 57 of file adaptiveData.h.
| double adaptiveVertex::val |
Definition at line 50 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), adaptiveElements< T >::adaptForVTK(), recur_sign_change(), adaptiveQuadrangle::recurError(), adaptiveHexahedron::recurError(), and adaptivePoint::V().
| double adaptiveVertex::valy |
Definition at line 50 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valyx |
Definition at line 51 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valyy |
Definition at line 51 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valyz |
Definition at line 51 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valz |
maximal three values
Definition at line 50 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valzx |
Definition at line 52 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valzy |
Definition at line 52 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| double adaptiveVertex::valzz |
Definition at line 52 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), and adaptiveElements< T >::adaptForVTK().
| float adaptiveVertex::x |
Definition at line 48 of file adaptiveData.h.
Referenced by add(), adaptiveElements< T >::buildMapping(), operator<(), adaptiveLine::recurCreate(), adaptiveTriangle::recurCreate(), adaptiveQuadrangle::recurCreate(), adaptivePrism::recurCreate(), adaptiveTetrahedron::recurCreate(), and adaptivePyramid::recurCreate().
| double adaptiveVertex::X |
Definition at line 49 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), adaptiveElements< T >::adaptForVTK(), and recur_sign_change().
| float adaptiveVertex::y |
Definition at line 48 of file adaptiveData.h.
Referenced by add(), adaptiveElements< T >::buildMapping(), operator<(), adaptiveLine::recurCreate(), adaptiveTriangle::recurCreate(), adaptiveQuadrangle::recurCreate(), adaptivePrism::recurCreate(), adaptiveTetrahedron::recurCreate(), and adaptivePyramid::recurCreate().
| double adaptiveVertex::Y |
Definition at line 49 of file adaptiveData.h.
Referenced by adaptiveElements< T >::adapt(), adaptiveElements< T >::adaptForVTK(), and recur_sign_change().
| float adaptiveVertex::z |
parametric coordinates
Definition at line 48 of file adaptiveData.h.
Referenced by add(), adaptiveElements< T >::buildMapping(), operator<(), adaptiveLine::recurCreate(), adaptiveTriangle::recurCreate(), adaptiveQuadrangle::recurCreate(), adaptivePrism::recurCreate(), adaptiveTetrahedron::recurCreate(), and adaptivePyramid::recurCreate().
| 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().