------------------------------------------------------------------------------
| 251 | |
| 252 | //------------------------------------------------------------------------------ |
| 253 | vtkFieldData::~vtkFieldData() |
| 254 | { |
| 255 | this->Initialize(); |
| 256 | this->ClearFieldFlags(); |
| 257 | } |
| 258 | |
| 259 | //------------------------------------------------------------------------------ |
| 260 | // Release all data but do not delete object. |
nothing calls this directly
no test coverage detected