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

Method vtkDataAssembly

Common/DataModel/vtkDataAssembly.cxx:387–391  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

385vtkStandardNewMacro(vtkDataAssembly);
386//------------------------------------------------------------------------------
387vtkDataAssembly::vtkDataAssembly()
388 : Internals(nullptr)
389{
390 this->Initialize();
391}
392
393//------------------------------------------------------------------------------
394vtkDataAssembly::~vtkDataAssembly() = default;

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.95

Tested by

no test coverage detected