Loading...
Searching...
No Matches
tetrahedron< Point, PointRef >::storeOp Struct Reference

Store resulting tets. More...

#include <tetrahedron.H>

Collaboration diagram for tetrahedron< Point, PointRef >::storeOp:

Public Member Functions

 storeOp (tetIntersectionList &, label &)
void operator() (const tetPoints &)

Public Attributes

tetIntersectionListtets_
label & nTets_

Detailed Description

template<class Point, class PointRef>
struct Foam::tetrahedron< Point, PointRef >::storeOp

Store resulting tets.

Definition at line 256 of file tetrahedron.H.

Constructor & Destructor Documentation

◆ storeOp()

template<class Point, class PointRef>
storeOp ( tetIntersectionList & tets,
label & nTets )
inline

Definition at line 587 of file tetrahedronI.H.

References nTets_, and tets_.

Member Function Documentation

◆ operator()()

template<class Point, class PointRef>
void operator() ( const tetPoints & tet)
inline

Definition at line 599 of file tetrahedronI.H.

References nTets_, and tets_.

Member Data Documentation

◆ tets_

template<class Point, class PointRef>
tetIntersectionList& tets_

Definition at line 258 of file tetrahedron.H.

Referenced by operator()(), and storeOp().

◆ nTets_

template<class Point, class PointRef>
label& nTets_

Definition at line 259 of file tetrahedron.H.

Referenced by operator()(), and storeOp().


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