atomic_xyz

atomic_xyz — Method to load xyz position file.

Functions

Description

XYZ formats are plain text format to store atomic positions. This format is quite simple, first line must contain the number of element, then the second usually store a commentary (but this is not required), then all lines that are not beginning with a '#' are tried to match "label x y z":. If succeed a node is added, if not, the next line is read as much time as specified on first line. This scheme can be repeated as much time as required to store animation for instance.

Functions

visu_data_loader_xyz_getStatic ()

VisuDataLoader *
visu_data_loader_xyz_getStatic (void);

Retrieve the instance of the atomic loader used to parse XYZ files.

Returns

a VisuDataLoader owned by V_Sim.

[transfer none]

Since: 3.8

Types and Values