int
main(int, char *[])
{
auto pos = itk::MakeFilled<ArrowType::PointType>(1);
myArrow->SetPositionInObjectSpace(pos);
myArrow->SetLengthInObjectSpace(2);
direction[1] = 1.0;
myArrow->SetDirectionInObjectSpace(direction);
return EXIT_SUCCESS;
}
Representation of a Arrow based on the spatial object classes.
ImageBaseType::SpacingType VectorType