------------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | vtkJavaScriptDataWriter::~vtkJavaScriptDataWriter() |
| 37 | { |
| 38 | this->SetFileName(nullptr); |
| 39 | this->SetVariableName(nullptr); |
| 40 | this->CloseFile(); |
| 41 | } |
| 42 | |
| 43 | //------------------------------------------------------------------------------ |
| 44 | int vtkJavaScriptDataWriter::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info) |
nothing calls this directly
no test coverage detected