NeoPZ
|
To store a side and its nodes indexes. Getting data. More...
#include <pzidentifyrefpattern.h>
Public Member Functions | |
bool | operator< (const TSide &other) const |
TSide & | operator= (const TSide ©) |
TSide & | operator= (const TPZGeoElSide &gelside) |
TSide (const TPZGeoElSide &gelside) | |
Public Attributes | |
std::set< int64_t > | fNodes |
int | fSide |
To store a side and its nodes indexes. Getting data.
Definition at line 52 of file pzidentifyrefpattern.h.
|
inline |
Definition at line 71 of file pzidentifyrefpattern.h.
References TPZGeoElSide::NSideNodes(), TPZGeoElSide::Side(), and TPZGeoElSide::SideNodeIndex().
|
inline |
Definition at line 55 of file pzidentifyrefpattern.h.
References fNodes.
Definition at line 58 of file pzidentifyrefpattern.h.
|
inline |
Definition at line 63 of file pzidentifyrefpattern.h.
References TPZGeoElSide::NSideNodes(), TPZGeoElSide::Side(), and TPZGeoElSide::SideNodeIndex().
std::set<int64_t> TSide::fNodes |
Definition at line 53 of file pzidentifyrefpattern.h.
Referenced by operator<(), and operator=().
int TSide::fSide |
Definition at line 54 of file pzidentifyrefpattern.h.
Referenced by TPZIdentifyRefPattern::IdentifySide(), and operator=().