* Overloads Initialize method. */
| 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. |
nothing calls this directly
no test coverage detected