22using VESSELGRAPH_NAMESPACE::Graph;
23using VESSELGRAPH_NAMESPACE::VesselEdge;
33 void calculateEdgeProperties();
34 void calculateImplicitFunctionParameters();
35 void calculateBoundingBox();
36 void determineVoxelsInsideEdge();
37 void distributeVoxelsToSkeletons();
50 double _edgeHeightInFunctionSpace;
51 Matrix4 _voxelToFunctionSpaceMatrix;
56 std::vector<Vector3> _vesselVoxels;
Defines the basic Graph class which holds sets of nodes, edges and roots to model tubular structures ...
VesselVoxelCreator(VesselEdge &edge)
Tmat4< MLdouble > Matrix4
The standard 4x4 matrix of type double.
Tvec3< MLdouble > Vector3
A vector with three components of type double.