Loading...
Searching...
No Matches
triangle< Point, PointRef >::sumAreaOp Struct Reference

Sum resulting areas. More...

#include <triangle.H>

Public Member Functions

constexpr sumAreaOp () noexcept
scalar total () const noexcept
void operator() (const triPoints &)

Public Attributes

scalar area_

Detailed Description

template<class Point, class PointRef>
struct Foam::triangle< Point, PointRef >::sumAreaOp

Sum resulting areas.

Definition at line 278 of file triangle.H.

Constructor & Destructor Documentation

◆ sumAreaOp()

template<class Point, class PointRef>
sumAreaOp ( )
inlineconstexprnoexcept

Definition at line 282 of file triangle.H.

References area_, and Foam::noexcept.

Member Function Documentation

◆ total()

template<class Point, class PointRef>
scalar total ( ) const
inlinenoexcept

Definition at line 284 of file triangle.H.

References area_, and Foam::noexcept.

◆ operator()()

template<class Point, class PointRef>
void operator() ( const triPoints & tri)
inline

Definition at line 1065 of file triangleI.H.

References area_, and triangle< Point, PointRef >::triangle().

Here is the call graph for this function:

Member Data Documentation

◆ area_

template<class Point, class PointRef>
scalar area_

Definition at line 280 of file triangle.H.

Referenced by operator()(), sumAreaOp(), and total().


The documentation for this struct was generated from the following files:
  • src/OpenFOAM/meshes/primitiveShapes/triangle/triangle.H
  • src/OpenFOAM/meshes/primitiveShapes/triangle/triangleI.H