------------------------------------------------------------------------------
| 126 | |
| 127 | //------------------------------------------------------------------------------ |
| 128 | int vtkGenericCell::RequiresExplicitFaceRepresentation() VTK_FUTURE_CONST |
| 129 | { |
| 130 | return this->Cell->RequiresExplicitFaceRepresentation(); |
| 131 | } |
| 132 | |
| 133 | //------------------------------------------------------------------------------ |
| 134 | int vtkGenericCell::SetCellFaces(vtkCellArray* faces) |
no outgoing calls