#include <SMDS_Downward.hxx>
Public Member Functions | |
virtual void | getNodeIds (int cellId, std::set< int > &nodeSet) |
virtual int | getNumberOfUpCells (int cellId) |
virtual const int * | getUpCells (int cellId) |
virtual const unsigned char * | getUpTypes (int cellId) |
Public Member Functions inherited from SMDS_Downward | |
virtual const int * | getDownCells (int cellId) |
virtual const unsigned char * | getDownTypes (int cellId) |
int | getMaxId () |
virtual void | getNodeIds (int cellId, std::set< int > &nodeSet)=0 |
virtual int | getNodes (int cellId, int *nodevec) |
virtual int | getNumberOfDownCells (int cellId) |
virtual int | getNumberOfUpCells (int cellId)=0 |
virtual void | getOrderedNodesOfFace (int cellId, std::vector< vtkIdType > &orderedNodes) |
virtual const int * | getUpCells (int cellId)=0 |
virtual const unsigned char * | getUpTypes (int cellId)=0 |
int | getVtkCellId (int cellId) |
Protected Member Functions | |
virtual void | allocate (int nbElems) |
virtual void | compactStorage () |
virtual void | computeFacesWithNodes (int cellId, ListElemByNodesType &facesWithNodes)=0 |
int | FindFaceByNodes (int cellId, ElemByNodesType &faceByNodes) |
SMDS_Down3D (SMDS_UnstructuredGrid *grid, int nbDownCells) | |
~SMDS_Down3D () | |
Protected Member Functions inherited from SMDS_Downward | |
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 () |
Friends | |
class | SMDS_UnstructuredGrid |
Additional Inherited Members | |
Static Public Member Functions inherited from SMDS_Downward | |
static int | getCellDimension (unsigned char cellType) |
|
protected |
|
protected |
|
protectedvirtual |
Implements SMDS_Downward.
References SMDS_Mesh::chunkSize.
|
protectedvirtual |
Implements SMDS_Downward.
|
protectedpure virtual |
Implemented in SMDS_DownTetra, SMDS_DownQuadTetra, SMDS_DownPyramid, SMDS_DownQuadPyramid, SMDS_DownPenta, SMDS_DownQuadPenta, SMDS_DownHexa, and SMDS_DownQuadHexa.
Referenced by SMDS_UnstructuredGrid::BuildDownwardConnectivity().
|
protected |
References ElemByNodesType::nbNodes, ElemByNodesType::nodeIds, and ElemByNodesType::vtkType.
Referenced by SMDS_UnstructuredGrid::BuildDownwardConnectivity().
Implements SMDS_Downward.
Implements SMDS_Downward.
Implements SMDS_Downward.
|
virtual |
Implements SMDS_Downward.
|
friend |