The MeshTopFacetVisitor just collects the indices of all visited facets. More...
#include <Visitor.h>
Public Member Functions | |
MeshTopFacetVisitor (std::vector< unsigned long > &raulNB) | |
virtual bool | Visit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, unsigned long ulFInd, unsigned long) |
Collects the facet indices. | |
virtual | ~MeshTopFacetVisitor () |
Protected Attributes | |
std::vector< unsigned long > & | _raulNeighbours |
Indices of all visited facets. |
The MeshTopFacetVisitor just collects the indices of all visited facets.
Definition at line 112 of file Visitor.h.
MeshCore::MeshTopFacetVisitor::MeshTopFacetVisitor | ( | std::vector< unsigned long > & | raulNB | ) | [inline] |
virtual MeshCore::MeshTopFacetVisitor::~MeshTopFacetVisitor | ( | ) | [inline, virtual] |
virtual bool MeshCore::MeshTopFacetVisitor::Visit | ( | const MeshFacet & | rclFacet, | |
const MeshFacet & | rclFrom, | |||
unsigned long | ulFInd, | |||
unsigned long | ||||
) | [inline, virtual] |
Collects the facet indices.
Implements MeshCore::MeshFacetVisitor.
std::vector<unsigned long>& MeshCore::MeshTopFacetVisitor::_raulNeighbours [protected] |