| rsvs3D
    0.0.0
    Codes for the c++ implementation of the 3D RSVS | 
Interface for the Snaking algorithm. More...
#include <fstream>Go to the source code of this file.
| Classes | |
| class | rsvs3d::SnakeVelocityCalculator | 
| A base class which needs to be inherited from to implement a new velocity calculation.  More... | |
| Namespaces | |
| param | |
| Namespace containing the parameter classes used to control execution of the 3D-RSVS program. | |
| param::dev | |
| Namespace containing parameters used for development only, these are disabled in distributions of the code and can be reenabled by defining the compilation variable: "RSVS_ACCESS_DEVELOPMENT_PARAMETERS". | |
| rsvs3d | |
| Namespace for general purpose tools of the RSVS project. | |
Interface for the Snaking algorithm.
This file provides the base class which defines the interface for a velocity calculation to be compatible with the RSVSclass and the RSVS integration process.
Definition in file SnakeVelocityCalculator.hpp.