gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
curvature.h File Reference
#include <vector>
#include "SPoint3.h"
#include "SVector3.h"
Include dependency graph for curvature.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool CurvatureRusinkiewicz (const std::vector< int > &triangles, const std::vector< SPoint3 > &nodes, std::vector< std::pair< SVector3, SVector3 > > &nodalCurvatures)
 
bool CurvatureRusinkiewicz (const std::vector< int > &triangles, const std::vector< SPoint3 > &nodes, std::vector< std::pair< SVector3, SVector3 > > &nodalCurvatures, std::vector< double > &nodeNormals)
 

Function Documentation

◆ CurvatureRusinkiewicz() [1/2]

bool CurvatureRusinkiewicz ( const std::vector< int > &  triangles,
const std::vector< SPoint3 > &  nodes,
std::vector< std::pair< SVector3, SVector3 > > &  nodalCurvatures 
)

Definition at line 172 of file curvature.cpp.

Referenced by computeDiscreteCurvatures().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CurvatureRusinkiewicz() [2/2]

bool CurvatureRusinkiewicz ( const std::vector< int > &  triangles,
const std::vector< SPoint3 > &  nodes,
std::vector< std::pair< SVector3, SVector3 > > &  nodalCurvatures,
std::vector< double > &  nodeNormals 
)

Definition at line 341 of file curvature.cpp.

Here is the call graph for this function: