Struct VFFVectors

Struct Documentation

struct VFFVectors

A structure to hold the VFF vectors.

This structure contains three vectors: attractive, repulsive, and result. Each vector is represented as a std::vector of doubles.

Public Members

std::vector<double> attractive
std::vector<double> repulsive
std::vector<double> result