1 2 3 4 5 6 7 8 9 10 11
|
WRAP_CLASS("itk::SpatialFunction")
WRAP_TEMPLATE("B2PD2" "bool,2,Templates::PointD2")
WRAP_TEMPLATE("B2PF2" "bool,2,Templates::PointF2")
WRAP_TEMPLATE("B3PD3" "bool,3,Templates::PointD3")
WRAP_TEMPLATE("B3PF3" "bool,3,Templates::PointF3")
WRAP_TEMPLATE("SC3PD3" "char,3,Templates::PointD3")
WRAP_TEMPLATE("D1PD1" "double,1,Templates::PointD1")
WRAP_TEMPLATE("D2PD2" "double,2,Templates::PointD2")
WRAP_TEMPLATE("D3PD3" "double,3,Templates::PointD3")
WRAP_TEMPLATE("F2PF2" "float,2,Templates::PointF2")
END_WRAP_CLASS()
|