------------------------------------------------------------------------------
| 120 | |
| 121 | //------------------------------------------------------------------------------ |
| 122 | int vtkGenericCell::RequiresInitialization() |
| 123 | { |
| 124 | return this->Cell->RequiresInitialization(); |
| 125 | } |
| 126 | |
| 127 | //------------------------------------------------------------------------------ |
| 128 | int vtkGenericCell::RequiresExplicitFaceRepresentation() VTK_FUTURE_CONST |
no outgoing calls