NeoPZ
|
#include <TPZReadGIDGrid.h>
Public Member Functions | |
MaterialDataV () | |
MaterialDataV (int num) | |
MaterialDataV (const MaterialDataV ©) | |
MaterialDataV & | operator= (const MaterialDataV ©) |
Public Attributes | |
int | fMatID |
std::string | fMaterial |
TPZStack< REAL > | fProperties |
Definition at line 17 of file TPZReadGIDGrid.h.
|
inline |
Definition at line 22 of file TPZReadGIDGrid.h.
|
inline |
Definition at line 26 of file TPZReadGIDGrid.h.
|
inline |
Definition at line 30 of file TPZReadGIDGrid.h.
|
inline |
Definition at line 34 of file TPZReadGIDGrid.h.
References fMaterial, fMatID, and fProperties.
std::string MaterialDataV::fMaterial |
Definition at line 19 of file TPZReadGIDGrid.h.
Referenced by TPZReadGIDGrid::GeometricGIDMesh(), and operator=().
int MaterialDataV::fMatID |
Definition at line 18 of file TPZReadGIDGrid.h.
Referenced by TPZReadGIDGrid::GeometricGIDMesh(), and operator=().
TPZStack<REAL> MaterialDataV::fProperties |
Definition at line 20 of file TPZReadGIDGrid.h.
Referenced by TPZReadGIDGrid::GeometricGIDMesh(), and operator=().