edgeStats Class Reference

Helper class to calculate minimum edge length on mesh. More...

Public Member Functions

 edgeStats (const polyMesh &mesh)
 Construct from mesh. More...
 
 edgeStats (const polyMesh &mesh, const twoDPointCorrector *)
 Construct from mesh and corrector. More...
 
 edgeStats (const edgeStats &)=delete
 Disallow default bitwise copy construction. More...
 
scalar minLen (Ostream &os) const
 Calculate minimum edge length and print. More...
 
void operator= (const edgeStats &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Attributes

static const scalar edgeTol_
 

Detailed Description

Helper class to calculate minimum edge length on mesh.

Source files

Definition at line 54 of file edgeStats.H.

Constructor & Destructor Documentation

◆ edgeStats() [1/3]

edgeStats ( const polyMesh mesh)

Construct from mesh.

◆ edgeStats() [2/3]

edgeStats ( const polyMesh mesh,
const twoDPointCorrector  
)

Construct from mesh and corrector.

◆ edgeStats() [3/3]

edgeStats ( const edgeStats )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ minLen()

scalar minLen ( Ostream os) const

Calculate minimum edge length and print.

◆ operator=()

void operator= ( const edgeStats )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ edgeTol_

const scalar edgeTol_
static

Definition at line 75 of file edgeStats.H.


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