13 #ifndef MITKVESSELSTRUCTURE_H 14 #define MITKVESSELSTRUCTURE_H 26 #include "itkLightObject.h" 43 void Step(InSilicoTissueVolume::Pointer volume,
45 double bendingFactor, std::mt19937* rng);
53 itkGetConstMacro(CurrentSubvessels, std::vector<Vessel::Pointer>*);
56 VesselTree(VesselProperties::Pointer initialProperties);
60 std::vector<Vessel::Pointer>* m_CurrentSubvessels;
66 #endif // MITKVESSELSTRUCTURE_H
#define mitkNewMacro1Param(classname, type)
DataCollection - Class to facilitate loading/accessing structured data.
MITKPHOTOACOUSTICSLIB_EXPORT bool Equal(const MonteCarloThreadHandler::Pointer leftHandSide, const MonteCarloThreadHandler::Pointer rightHandSide, double eps, bool verbose)
Equal A function comparing two thread handlers for beeing equal.
#define mitkClassMacroItkParent(className, SuperClassName)
MITKCORE_EXPORT const ScalarType eps
#define MITKPHOTOACOUSTICSLIB_EXPORT
void(VesselMeanderStrategy::* CalculateNewVesselPositionCallback)(Vector::Pointer, double, std::mt19937 *)