File ivcoord_runner.h

Parent directory (ivcoord)

Factory dispatcher, displacement math, and XYZ writer for ivcoord.

Definition (ivcoord/ivcoord_runner.h)

Detailed Description

Le Nhan Pham

2026

Class IVCoordRunner owns the parser registry. To add a new QC program:

  1. Implement Class IIVCoordParser in src/ivcoord/<program>_ivcoord_parser.{h,cpp}

  2. Include that header in ivcoord_runner.cpp

  3. Add an instance to the parsers vector in IVCoordRunner::extract()

  4. Add the .cpp to CMakeLists.txt SOURCES No other files need to change.

Includes

Classes