MeshCore::MeshPointFacetAdjacency Class Reference

#include <MeshIO.h>

Public Member Functions

 MeshPointFacetAdjacency (std::size_t p, MeshFacetArray &f)
 Construction. More...
 
void SetFacetNeighbourhood ()
 Set the neighbourhood of two adjacent facets. More...
 
 ~MeshPointFacetAdjacency ()
 

Detailed Description

The MeshPointFacetAdjacency class is a helper class to get all facets per vertex and set the neighbourhood of the facets. At this point the MeshFacetArray only references the points but does not have set the neighbourhood of two adjacent facets.

Constructor & Destructor Documentation

◆ MeshPointFacetAdjacency()

MeshPointFacetAdjacency::MeshPointFacetAdjacency ( std::size_t  p,
MeshFacetArray f 
)

Construction.

Parameters
p– the number of points
f– the facet array

◆ ~MeshPointFacetAdjacency()

MeshPointFacetAdjacency::~MeshPointFacetAdjacency ( )

Member Function Documentation

◆ SetFacetNeighbourhood()

void MeshPointFacetAdjacency::SetFacetNeighbourhood ( )

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