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.
shmSearchableShape Struct Referenceabstract

A structure to respresent shape patches defining capability in snappymeshGen. More...

Detailed Description

Definition at line 59 of file snappymeshParams.H.

Public Member Functions

virtual std::string getType () const =0
 
virtual ~shmSearchableShape ()=default
 

Public Attributes

std::string patchName
 

Protected Member Functions

 shmSearchableShape ()=default
 
 shmSearchableShape (const shmSearchableShape &)=default
 
 shmSearchableShape (shmSearchableShape &&)=default
 
shmSearchableShapeoperator= (const shmSearchableShape &)=default
 
shmSearchableShapeoperator= (shmSearchableShape &&)=default
 

Inherited by shmSearchableBox, shmSearchableCylinder, and shmSearchableSphere.

Constructor & Destructor Documentation

◆ ~shmSearchableShape()

virtual shmSearchableShape::~shmSearchableShape ( )
virtualdefault

◆ shmSearchableShape() [1/3]

shmSearchableShape::shmSearchableShape ( )
protecteddefault

◆ shmSearchableShape() [2/3]

shmSearchableShape::shmSearchableShape ( const shmSearchableShape )
protecteddefault

◆ shmSearchableShape() [3/3]

shmSearchableShape::shmSearchableShape ( shmSearchableShape &&  )
protecteddefault

Member Function Documentation

◆ getType()

virtual std::string shmSearchableShape::getType ( ) const
pure virtual

◆ operator=() [1/2]

shmSearchableShape& shmSearchableShape::operator= ( const shmSearchableShape )
protecteddefault

◆ operator=() [2/2]

shmSearchableShape& shmSearchableShape::operator= ( shmSearchableShape &&  )
protecteddefault

Member Data Documentation

◆ patchName

std::string shmSearchableShape::patchName

Definition at line 60 of file snappymeshParams.H.


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