------------------------------------------------------------------------------
| 281 | |
| 282 | //------------------------------------------------------------------------------ |
| 283 | int vtkGenericCell::IsPrimaryCell() VTK_FUTURE_CONST |
| 284 | { |
| 285 | return this->Cell->IsPrimaryCell(); |
| 286 | } |
| 287 | |
| 288 | //------------------------------------------------------------------------------ |
| 289 | vtkCell* vtkGenericCell::InstantiateCell(int cellType) |
no outgoing calls