13 #ifndef MITKVESSELMEANDERSTRATEGY_H 14 #define MITKVESSELMEANDERSTRATEGY_H 23 #include "itkLightObject.h" 31 itkFactorylessNewMacro(Self);
38 void CalculateNewDirectionVectorInStraightLine(Vector::Pointer direction,
double bendingFactor, std::mt19937* rng);
48 void CalculateNewRandomlyDivergingDirectionVector(Vector::Pointer direction,
double bendingFactor, std::mt19937* rng);
54 const double RANDOMIZATION_PERCENTAGE = 0.4;
58 #endif // MITKVESSELMEANDERSTRATEGY_H
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacroItkParent(className, SuperClassName)
#define MITKPHOTOACOUSTICSLIB_EXPORT