Special functions

antares.store_vtk(value=None)

Store vtk data structure.

Function to make vtk efficient for multiple cuts.

When using treatment that uses VTK, Antares has to convert its API structure to the corresponding VTK structure. This copy the data and is hence costly. To save the converted data for reuse, consider using this function.

Parameters:

value – set to True to activate this functionnality