------------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | vtkSTLReader::~vtkSTLReader() |
| 43 | { |
| 44 | this->SetLocator(nullptr); |
| 45 | this->SetHeader(nullptr); |
| 46 | this->SetBinaryHeader(nullptr); |
| 47 | } |
| 48 | |
| 49 | //------------------------------------------------------------------------------ |
| 50 | // Overload standard modified time function. If locator is modified, |
nothing calls this directly
no test coverage detected