MCPcopy Create free account
hub / github.com/Kitware/VTK / Initialize

Method Initialize

Common/DataModel/vtkDataAssembly.cxx:472–477  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

470
471//------------------------------------------------------------------------------
472void 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//------------------------------------------------------------------------------
480bool vtkDataAssembly::InitializeFromXML(const char* xmlcontents)

Callers 4

vtkDataAssemblyMethod · 0.95
InitializeFromXMLMethod · 0.95
DeepCopyMethod · 0.95
SubsetCopyMethod · 0.95

Calls 3

resetMethod · 0.45
ParseMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected