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.
shmSearchableBox Struct Reference

Detailed Description

Definition at line 72 of file snappymeshParams.H.

Public Member Functions

std::string getType () const override
 

Public Attributes

std::array< double, 3 > minBound
 
std::array< double, 3 > maxBound
 
std::string patchName
 

Inherits shmSearchableShape.

Member Function Documentation

◆ getType()

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

Implements shmSearchableShape.

Definition at line 73 of file snappymeshParams.H.

73 { return "searchableBox"; }

Member Data Documentation

◆ maxBound

std::array<double, 3> shmSearchableBox::maxBound

Definition at line 75 of file snappymeshParams.H.

◆ minBound

std::array<double, 3> shmSearchableBox::minBound

Definition at line 74 of file snappymeshParams.H.

◆ patchName

std::string shmSearchableShape::patchName
inherited

Definition at line 60 of file snappymeshParams.H.


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