ug4
ug::IIdentifier Class Referenceabstract

Interface to match periodic geometric elements. More...

#include <periodic_boundary_manager.h>

+ Inheritance diagram for ug::IIdentifier:

Public Member Functions

virtual bool match (Edge *, Edge *)=0
 
virtual bool match (Face *, Face *)=0
 
virtual bool match (Vertex *, Vertex *)=0
 
virtual bool match (Volume *, Volume *)
 
virtual ~IIdentifier ()
 

Detailed Description

Interface to match periodic geometric elements.

Constructor & Destructor Documentation

◆ ~IIdentifier()

virtual ug::IIdentifier::~IIdentifier ( )
inlinevirtual

Member Function Documentation

◆ match() [1/4]

virtual bool ug::IIdentifier::match ( Edge ,
Edge  
)
pure virtual

◆ match() [2/4]

virtual bool ug::IIdentifier::match ( Face ,
Face  
)
pure virtual

◆ match() [3/4]

virtual bool ug::IIdentifier::match ( Vertex ,
Vertex  
)
pure virtual

◆ match() [4/4]

virtual bool ug::IIdentifier::match ( Volume ,
Volume  
)
inlinevirtual

References UG_THROW.


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