------------------------------------------------------------------------------ Frees memory and resets object as appropriate.
| 454 | //------------------------------------------------------------------------------ |
| 455 | // Frees memory and resets object as appropriate. |
| 456 | void vtkSpanSpace::Initialize() |
| 457 | { |
| 458 | if (this->SpanSpace) |
| 459 | { |
| 460 | delete this->SpanSpace; |
| 461 | this->SpanSpace = nullptr; |
| 462 | } |
| 463 | } |
| 464 | |
| 465 | //------------------------------------------------------------------------------ |
| 466 | // Construct the scalar tree / span space from the dataset |
no outgoing calls
no test coverage detected