#include <SMDS_Downward.hxx>
|
| SMDS_DownQuadEdge (SMDS_UnstructuredGrid *grid) |
|
| ~SMDS_DownQuadEdge () |
|
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 () |
|
int | computeFaces (int *pts, int *vtkIds, int nbcells, int *downFaces, unsigned char *downTypes) |
|
int | computeFaces (int cellId, int *vtkIds, int nbcells, int *downFaces, unsigned char *downTypes) |
|
int | computeVtkCells (int *pts, std::vector< int > &vtkIds) |
|
int | computeVtkCells (int cellId, std::vector< int > &vtkIds) |
|
virtual int | getNodeSet (int cellId, int *nodeSet) |
|
virtual void | initCell (int cellId) |
|
void | setNodes (int cellId, const int *nodeIds) |
|
void | setNodes (int cellId, int vtkId) |
|
| SMDS_Down1D (SMDS_UnstructuredGrid *grid, int nbDownCells) |
|
| ~SMDS_Down1D () |
|
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 () |
|
◆ SMDS_DownQuadEdge()
◆ ~SMDS_DownQuadEdge()
SMDS_DownQuadEdge::~SMDS_DownQuadEdge |
( |
| ) |
|
|
protected |
◆ SMDS_UnstructuredGrid
The documentation for this class was generated from the following files:
- FreeCAD/src/3rdParty/salomesmesh/inc/SMDS_Downward.hxx
- FreeCAD/src/3rdParty/salomesmesh/src/SMDS/SMDS_Downward.cpp