#include <CandidateChooser.h>
Public Methods | |
void | DeleteCandidates () |
Clears list of candidates. | |
void | SetCaPerSP (int caPerSP) |
Sets value of "Candidates per samplepoint". | |
void | SetDSepGrid (CDSepGrid *dSepGrid) |
Sets a pointer to a dSepGrid. | |
void | SetInterpolator (CInterpolator *interpolator) |
Sets a pointer to a interpolator-class. | |
CObList * | GetCandidates () |
Returns list of candidates. | |
void | CreateCandidates (CStreamline *streamline) |
Creates list of candidates for streamline. | |
CCandidateChooser (CDSepGrid *dSepGrid, CInterpolator *interpolator, int caPerSp) | |
CCandidateChooser () | |
virtual | ~CCandidateChooser () |
Used to compute a number of possible seedpoints from every samplepoint of a existing streamline in the distance "dSep" from the streamline. The number of the candidates computed for every streamline-samplepoint is 'CaPerSP' (= "Candidates Per SamplePoint").