Registry
ug4Bridge::promesh::Selection::Vertices::CoordinateBased Namespace Reference

Functions

Vertex * SelectVertexByCoordinate (Mesh *mesh, const Vec *coordinate)
 Selects a vertex given a coordinate. More...
 
Vertex * SelectVertexByCylindricalCoordinate (Mesh *mesh, double rho, double phi, double z)
 Selects a vertex given a cylindrical coordinate. More...
 
void SelectVerticesInBox (Mesh *mesh, const Vec *min, const Vec *max)
 Selects all vertices in the given box. More...
 
void SelectVerticesInCylinder (Mesh *mesh, const Vec *base, const Vec *top, double radius)
 Selects all vertices in the given cylinder. More...
 

Function Documentation

◆ SelectVertexByCoordinate()

Vertex* ug4Bridge::promesh::Selection::Vertices::CoordinateBased::SelectVertexByCoordinate ( Mesh mesh,
const Vec *  coordinate 
)

Selects a vertex given a coordinate.

Parameters
[in]mesh
[in]coordinate

◆ SelectVertexByCylindricalCoordinate()

Vertex* ug4Bridge::promesh::Selection::Vertices::CoordinateBased::SelectVertexByCylindricalCoordinate ( Mesh mesh,
double  rho,
double  phi,
double  z 
)

Selects a vertex given a cylindrical coordinate.

Parameters
[in]mesh
[in]rho
[in]phi
[in]z

◆ SelectVerticesInBox()

void ug4Bridge::promesh::Selection::Vertices::CoordinateBased::SelectVerticesInBox ( Mesh mesh,
const Vec *  min,
const Vec *  max 
)

Selects all vertices in the given box.

Parameters
[in]mesh
[in]min
[in]max

◆ SelectVerticesInCylinder()

void ug4Bridge::promesh::Selection::Vertices::CoordinateBased::SelectVerticesInCylinder ( Mesh mesh,
const Vec *  base,
const Vec *  top,
double  radius 
)

Selects all vertices in the given cylinder.

Parameters
[in]mesh
[in]base
[in]top
[in]radius