NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
shmSearchableCylinder Struct Reference

Detailed Description

Definition at line 78 of file snappymeshParams.H.

Public Member Functions

std::string getType () const override
 

Public Attributes

std::array< double, 3 > axisPoint1
 
std::array< double, 3 > axisPoint2
 
double radius
 
std::string patchName
 

Inherits shmSearchableShape.

Member Function Documentation

◆ getType()

std::string shmSearchableCylinder::getType ( ) const
inlineoverridevirtual

Implements shmSearchableShape.

Definition at line 79 of file snappymeshParams.H.

79 { return "searchableCylinder"; }

Member Data Documentation

◆ axisPoint1

std::array<double, 3> shmSearchableCylinder::axisPoint1

Definition at line 80 of file snappymeshParams.H.

◆ axisPoint2

std::array<double, 3> shmSearchableCylinder::axisPoint2

Definition at line 81 of file snappymeshParams.H.

◆ patchName

std::string shmSearchableShape::patchName
inherited

Definition at line 60 of file snappymeshParams.H.

◆ radius

double shmSearchableCylinder::radius

Definition at line 82 of file snappymeshParams.H.


The documentation for this struct was generated from the following file: