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::geoMeshBase Member List

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

_angleThresholdNEM::MSH::geoMeshBaseprivate
_geoMeshNEM::MSH::geoMeshBaseprivate
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
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
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
mergeGeoMesh(geoMeshBase *otherGeoMesh)NEM::MSH::geoMeshBasevirtual
operator<<(std::ostream &os, const geoMeshBase &base)NEM::MSH::geoMeshBasefriend
reconstructGeo()NEM::MSH::geoMeshBasevirtual
report(std::ostream &out) const =0NEM::MSH::geoMeshBasepure virtual
resetNative()=0NEM::MSH::geoMeshBaseprivatepure virtual
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