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

Function Initialize

Common/DataModel/vtkMolecule.h:368–371  ·  view source on GitHub ↗

* Overloads Initialize method. */

Source from the content-addressed store, hash-verified

366 * Overloads Initialize method.
367 */
368 int Initialize(vtkPoints* atomPositions, vtkDataSetAttributes* atomData)
369 {
370 return this->Initialize(atomPositions, nullptr, atomData);
371 }
372
373 /**
374 * Use input molecule points, atomic number and atomic data to initialize the new molecule.

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected