NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
NEM::MSH::inpGeoMesh Member List

This is the complete list of members for NEM::MSH::inpGeoMesh, including all inherited members.

GEO_ENT_DEFAULT_NAMENEM::MSH::geoMeshBaseprotectedstatic
geoMeshBase()NEM::MSH::geoMeshBase
geoMeshBase(GeoMesh inGeoMesh)NEM::MSH::geoMeshBaseexplicitprotected
getAngleThreshold() constNEM::MSH::geoMeshBaseinline
getCell(nemId_t cellId, vtkGenericCell *cell) constNEM::MSH::geoMeshBaseinline
getCell(nemId_t cellId) constNEM::MSH::geoMeshBaseinline
getCellBounds(nemId_t cellId, std::array< double, 6 > *bounds) constNEM::MSH::geoMeshBaseinline
getCellBounds(nemId_t cellId) constNEM::MSH::geoMeshBaseinline
getCellDataArrayCopy(const std::string &arrayName, vtkAbstractArray *array, int *arrayIdx=nullptr) constNEM::MSH::geoMeshBase
getCellDataArrayCopy(const std::string &arrayName, int *arrayIdx=nullptr) constNEM::MSH::geoMeshBase
getCellDataArrayCopy(int arrayIdx, vtkAbstractArray *array) constNEM::MSH::geoMeshBase
getCellDataArrayCopy(int arrayIdx) constNEM::MSH::geoMeshBase
getCellNeighbors(nemId_t cellId, vtkIdList *ptIds, vtkIdList *cellIds) constNEM::MSH::geoMeshBaseinline
getCellPoints(nemId_t cellId, vtkIdList *ptIds) constNEM::MSH::geoMeshBaseinline
getCellType(nemId_t cellId) constNEM::MSH::geoMeshBaseinline
getElSets()NEM::MSH::inpGeoMeshinline
getFieldDataArrayCopy(const std::string &arrayName, vtkAbstractArray *array, int *arrayIdx=nullptr) constNEM::MSH::geoMeshBase
getFieldDataArrayCopy(const std::string &arrayName, int *arrayIdx=nullptr) constNEM::MSH::geoMeshBase
getFieldDataArrayCopy(int arrayIdx, vtkAbstractArray *array) constNEM::MSH::geoMeshBase
getFieldDataArrayCopy(int arrayIdx) constNEM::MSH::geoMeshBase
getGeoEntArrayName() constNEM::MSH::geoMeshBaseinline
getGeoMesh() constNEM::MSH::geoMeshBaseinlineprotected
getNSets()NEM::MSH::inpGeoMeshinline
getNumberOfCellDataArrays() constNEM::MSH::geoMeshBaseinline
getNumberOfCells() constNEM::MSH::geoMeshBaseinline
getNumberOfFieldDataArrays() constNEM::MSH::geoMeshBaseinline
getNumberOfPointDataArrays() constNEM::MSH::geoMeshBaseinline
getNumberOfPoints() constNEM::MSH::geoMeshBaseinline
getPoint(nemId_t id, std::array< double, 3 > *x) constNEM::MSH::geoMeshBaseinline
getPoint(nemId_t id) constNEM::MSH::geoMeshBaseinline
getPointCells(nemId_t ptId, vtkIdList *cellIds) constNEM::MSH::geoMeshBaseinline
getPointDataArrayCopy(const std::string &arrayName, vtkAbstractArray *array, int *arrayIdx=nullptr) constNEM::MSH::geoMeshBase
getPointDataArrayCopy(const std::string &arrayName, int *arrayIdx=nullptr) constNEM::MSH::geoMeshBase
getPointDataArrayCopy(int arrayIdx, vtkAbstractArray *array) constNEM::MSH::geoMeshBase
getPointDataArrayCopy(int arrayIdx) constNEM::MSH::geoMeshBase
getSurfaces()NEM::MSH::inpGeoMeshinline
inp2GM(const std::string &fileName)NEM::MSH::inpGeoMeshprivatestatic
inpGeoMesh()NEM::MSH::inpGeoMeshprotected
inpGeoMesh(const std::string &fileName)NEM::MSH::inpGeoMeshexplicitprotected
inpGeoMesh(std::pair< GeoMesh, InpSets > mesh)NEM::MSH::inpGeoMeshexplicitprivate
inpSets_NEM::MSH::inpGeoMeshprivate
mergeGeoMesh(geoMeshBase *otherGeoMesh)NEM::MSH::geoMeshBasevirtual
New()NEM::MSH::inpGeoMeshstatic
Read(const std::string &fileName)NEM::MSH::inpGeoMeshstatic
reconstructGeo() overrideNEM::MSH::inpGeoMeshprotectedvirtual
report(std::ostream &out) const =0NEM::MSH::geoMeshBasepure virtual
resetNative() overrideNEM::MSH::inpGeoMeshprivatevirtual
setAngleThreshold(double angleThreshold)NEM::MSH::geoMeshBaseinline
setCellDataArray(vtkAbstractArray *array)NEM::MSH::geoMeshBaseinlineprotected
setFieldDataArray(vtkAbstractArray *array)NEM::MSH::geoMeshBaseinlineprotected
setGeoEntArrayName(const std::string &geoEntArrayName)NEM::MSH::geoMeshBaseinline
setGeoMesh(const geoMeshBase::GeoMesh &geoMesh)NEM::MSH::geoMeshBaseinlineprotected
setPointDataArray(vtkAbstractArray *array)NEM::MSH::geoMeshBaseinlineprotected
takeGeoMesh(geoMeshBase *otherGeoMesh)NEM::MSH::geoMeshBasevirtual
unsetCellDataArray(int arrayIdx)NEM::MSH::geoMeshBaseinlineprotected
unsetCellDataArray(const std::string &arrayName)NEM::MSH::geoMeshBaseinlineprotected
unsetFieldDataArray(int arrayIdx)NEM::MSH::geoMeshBaseinlineprotected
unsetFieldDataArray(const std::string &arrayName)NEM::MSH::geoMeshBaseinlineprotected
unsetPointDataArray(int arrayIdx)NEM::MSH::geoMeshBaseinlineprotected
unsetPointDataArray(const std::string &arrayName)NEM::MSH::geoMeshBaseinlineprotected
write(const std::string &fileName)=0NEM::MSH::geoMeshBasepure virtual
~geoMeshBase() overrideNEM::MSH::geoMeshBase