#include <SMDS_UnstructuredGrid.hxx>

Public Member Functions | |
| vtkCellLinks::Link * | ResizeL (vtkIdType sz) |
| vtkIdType | GetLinksSize () |
Static Public Member Functions | |
| static SMDS_CellLinks * | New () |
Protected Member Functions | |
| SMDS_CellLinks () | |
| ~SMDS_CellLinks () | |
Definition at line 51 of file SMDS_UnstructuredGrid.hxx.
| SMDS_CellLinks::SMDS_CellLinks | ( | ) | [protected] |
Definition at line 55 of file SMDS_UnstructuredGrid.cxx.
: vtkCellLinks() { }
| SMDS_CellLinks::~SMDS_CellLinks | ( | ) | [protected] |
Definition at line 60 of file SMDS_UnstructuredGrid.cxx.
{
}
| vtkIdType SMDS_CellLinks::GetLinksSize | ( | ) |
Definition at line 50 of file SMDS_UnstructuredGrid.cxx.
Referenced by SMDS_MeshNode.init().
{
return this->Size;
}
| SMDS_CellLinks * SMDS_CellLinks::New | ( | ) | [static] |
Definition at line 39 of file SMDS_UnstructuredGrid.cxx.
References MESSAGE.
{
MESSAGE("SMDS_CellLinks::New");
return new SMDS_CellLinks();
}
| vtkCellLinks::Link * SMDS_CellLinks::ResizeL | ( | vtkIdType | sz | ) |
Definition at line 45 of file SMDS_UnstructuredGrid.cxx.
Referenced by SMDS_MeshNode.init().
{
return vtkCellLinks::Resize(sz);
}