------------------------------------------------------------------------------
| 385 | vtkStandardNewMacro(vtkDataAssembly); |
| 386 | //------------------------------------------------------------------------------ |
| 387 | vtkDataAssembly::vtkDataAssembly() |
| 388 | : Internals(nullptr) |
| 389 | { |
| 390 | this->Initialize(); |
| 391 | } |
| 392 | |
| 393 | //------------------------------------------------------------------------------ |
| 394 | vtkDataAssembly::~vtkDataAssembly() = default; |
nothing calls this directly
no test coverage detected