|
| virtual void | addDownCell (int cellId, int lowCellId, unsigned char aType) |
| | Id's are downward connectivity id's. More...
|
| |
| virtual void | computeEdgesWithNodes (int cellId, ListElemByNodesType &edgesWithNodes) |
| |
| | SMDS_DownQuadQuadrangle (SMDS_UnstructuredGrid *grid) |
| |
| | ~SMDS_DownQuadQuadrangle () |
| |
| virtual void | addUpCell (int cellId, int upCellId, unsigned char aType) |
| | Id's are downward connectivity id's. More...
|
| |
| virtual void | allocate (int nbElems) |
| |
| virtual void | compactStorage () |
| |
| virtual void | computeEdgesWithNodes (int cellId, ListElemByNodesType &facesWithNodes)=0 |
| |
| int | computeVolumeIds (ElemByNodesType &faceByNodes, int *ids) |
| |
| int | computeVolumeIds (int cellId, int *ids) |
| |
| int | computeVolumeIdsFromNodesFace (int *nodes, int nbNodes, int *ids) |
| |
| int | FindEdgeByNodes (int cellId, ElemByNodesType &edgeByNodes) |
| |
| virtual int | getNodeSet (int cellId, int *nodeSet) |
| |
| bool | isInFace (int cellId, int *pts, int npts) |
| |
| void | setTempNodes (int cellId, ElemByNodesType &faceByNodes) |
| |
| void | setTempNodes (int cellId, int vtkId) |
| |
| | SMDS_Down2D (SMDS_UnstructuredGrid *grid, int nbDownCells) |
| |
| | ~SMDS_Down2D () |
| |
| int | addCell (int vtkId=-1) |
| |
| virtual void | addDownCell (int cellId, int lowCellId, unsigned char aType) |
| | Id's are downward connectivity id's. More...
|
| |
| virtual void | addUpCell (int cellId, int upCellId, unsigned char aType) |
| | Id's are downward connectivity id's. More...
|
| |
| virtual void | allocate (int nbElems)=0 |
| |
| virtual void | compactStorage ()=0 |
| |
| virtual int | getNodeSet (int cellId, int *nodeSet) |
| |
| virtual void | initCell (int cellId) |
| |
| | SMDS_Downward (SMDS_UnstructuredGrid *grid, int nbDownCells) |
| |
| virtual | ~SMDS_Downward () |
| |