MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
sortFunctions::lessMinMax< nDim > Struct Template Reference

#include <geometryadt.h>

Collaboration diagram for sortFunctions::lessMinMax< nDim >:
[legend]

Public Types

using element = GeometryElement< nDim >
 

Public Member Functions

 lessMinMax (const MInt dir, const element *const elements)
 
MBool operator() (const MInt a, const MInt b)
 

Private Attributes

const MInt m_dir = -1
 
const element *const m_elements = nullptr
 

Detailed Description

template<MInt nDim>
struct sortFunctions::lessMinMax< nDim >

Definition at line 41 of file geometryadt.h.

Member Typedef Documentation

◆ element

template<MInt nDim>
using sortFunctions::lessMinMax< nDim >::element = GeometryElement<nDim>

Definition at line 42 of file geometryadt.h.

Constructor & Destructor Documentation

◆ lessMinMax()

template<MInt nDim>
sortFunctions::lessMinMax< nDim >::lessMinMax ( const MInt  dir,
const element *const  elements 
)
inline

Definition at line 43 of file geometryadt.h.

43: m_dir(dir), m_elements(elements) {}
const element *const m_elements
Definition: geometryadt.h:49

Member Function Documentation

◆ operator()()

template<MInt nDim>
MBool sortFunctions::lessMinMax< nDim >::operator() ( const MInt  a,
const MInt  b 
)
inline

Definition at line 45 of file geometryadt.h.

Member Data Documentation

◆ m_dir

template<MInt nDim>
const MInt sortFunctions::lessMinMax< nDim >::m_dir = -1
private

Definition at line 48 of file geometryadt.h.

◆ m_elements

template<MInt nDim>
const element* const sortFunctions::lessMinMax< nDim >::m_elements = nullptr
private

Definition at line 49 of file geometryadt.h.


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