NeoPZ
Public Member Functions | Public Attributes | List of all members
TSide Struct Reference

To store a side and its nodes indexes. Getting data. More...

#include <pzidentifyrefpattern.h>

Public Member Functions

bool operator< (const TSide &other) const
 
TSideoperator= (const TSide &copy)
 
TSideoperator= (const TPZGeoElSide &gelside)
 
 TSide (const TPZGeoElSide &gelside)
 

Public Attributes

std::set< int64_t > fNodes
 
int fSide
 

Detailed Description

To store a side and its nodes indexes. Getting data.

Definition at line 52 of file pzidentifyrefpattern.h.

Constructor & Destructor Documentation

◆ TSide()

TSide::TSide ( const TPZGeoElSide gelside)
inline

Member Function Documentation

◆ operator<()

bool TSide::operator< ( const TSide other) const
inline

Definition at line 55 of file pzidentifyrefpattern.h.

References fNodes.

◆ operator=() [1/2]

TSide& TSide::operator= ( const TSide copy)
inline

Definition at line 58 of file pzidentifyrefpattern.h.

References fNodes, and fSide.

◆ operator=() [2/2]

TSide& TSide::operator= ( const TPZGeoElSide gelside)
inline

Member Data Documentation

◆ fNodes

std::set<int64_t> TSide::fNodes

Definition at line 53 of file pzidentifyrefpattern.h.

Referenced by operator<(), and operator=().

◆ fSide

int TSide::fSide

Definition at line 54 of file pzidentifyrefpattern.h.

Referenced by TPZIdentifyRefPattern::IdentifySide(), and operator=().


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