------------------------------------------------------------------------------
| 108 | |
| 109 | //------------------------------------------------------------------------------ |
| 110 | int vtkGenericCell::GetCellDimension() |
| 111 | { |
| 112 | return this->Cell->GetCellDimension(); |
| 113 | } |
| 114 | |
| 115 | //------------------------------------------------------------------------------ |
| 116 | int vtkGenericCell::IsLinear() VTK_FUTURE_CONST |
no outgoing calls