------------------------------------------------------------------------------
| 470 | |
| 471 | //------------------------------------------------------------------------------ |
| 472 | void vtkDataAssembly::Initialize() |
| 473 | { |
| 474 | this->Internals.reset(new vtkDataAssembly::vtkInternals()); |
| 475 | this->Internals->Parse("<assembly type='vtkDataAssembly' version='1.0' id='0' />", this); |
| 476 | this->Modified(); |
| 477 | } |
| 478 | |
| 479 | //------------------------------------------------------------------------------ |
| 480 | bool vtkDataAssembly::InitializeFromXML(const char* xmlcontents) |
no test coverage detected