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

Store resulting tris. More...

#include <triangle.H>

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

Public Member Functions

 storeOp (triIntersectionList &, label &)
void operator() (const triPoints &)

Public Attributes

triIntersectionListtris_
label & nTris_

Detailed Description

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

Store resulting tris.

Definition at line 292 of file triangle.H.

Constructor & Destructor Documentation

◆ storeOp()

template<class Point, class PointRef>
storeOp ( triIntersectionList & tris,
label & nTris )
inline

Definition at line 1075 of file triangleI.H.

References nTris_, and tris_.

Member Function Documentation

◆ operator()()

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

Definition at line 1087 of file triangleI.H.

References nTris_, and tris_.

Member Data Documentation

◆ tris_

template<class Point, class PointRef>
triIntersectionList& tris_

Definition at line 294 of file triangle.H.

Referenced by operator()(), storeOp(), and triangle< Point, PointRef >::triangleOverlap().

◆ nTris_

template<class Point, class PointRef>
label& nTris_

Definition at line 295 of file triangle.H.

Referenced by operator()(), storeOp(), and triangle< Point, PointRef >::triangleOverlap().


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