Uses of Class
ij3d.geom.GeomTransform3D

Packages that use GeomTransform3D
ij3d.geom   
ij3d.image3d   
 

Uses of GeomTransform3D in ij3d.geom
 

Methods in ij3d.geom that return GeomTransform3D
 GeomTransform3D GeomTransform3D.addTransform(GeomTransform3D transfo)
          Adds a feature to the Transform attribute of the GeomTransform3D object
 GeomTransform3D GeomTransform3D.addTransform(TabUtil transfo)
          Adds a feature to the Transform attribute of the GeomTransform3D object
 GeomTransform3D GeomTransform3D.invert()
          Description of the Method
 GeomTransform3D GeomTransform3D.reset()
          Description of the Method
 GeomTransform3D GeomTransform3D.setRotation(double angleRadianXAxis, double angleRadianYAxis, double angleRadianZAxis)
          Sets the rotation attribute of the Transform3D object
 GeomTransform3D GeomTransform3D.setRotation(Vector3D axis, double angle)
           
 GeomTransform3D GeomTransform3D.setRotationDegrees(double angleDegreesXAxis, double angleDegreesYAxis, double angleDegreesZAxis)
          Sets the rotation attribute of the Transform3D object
 GeomTransform3D GeomTransform3D.setRotationXAxis(double angleRadian)
          Sets the rotation on the X Axis for the Transform
 GeomTransform3D GeomTransform3D.setRotationYAxis(double angleRadian)
          Sets the rotation on the Y Axis for the Transform
 GeomTransform3D GeomTransform3D.setRotationZAxis(double angleRadian)
          Sets the rotationZAxis attribute of the Transform3D object
 GeomTransform3D GeomTransform3D.setTransform(double tx, double ty, double tz, double rx, double ry, double rz)
          Sets the transform attribute of the GeomTransform3D object
 GeomTransform3D GeomTransform3D.setTranslation(double x, double y, double z)
          Sets the translation attribute of the Transform
 

Methods in ij3d.geom with parameters of type GeomTransform3D
 GeomTransform3D GeomTransform3D.addTransform(GeomTransform3D transfo)
          Adds a feature to the Transform attribute of the GeomTransform3D object
 

Uses of GeomTransform3D in ij3d.image3d
 

Methods in ij3d.image3d with parameters of type GeomTransform3D
 RealImage3D RealImage3D.add(RealImage3D img, GeomTransform3D transf)
          adds a transformed RealImage3D to this one
 RealImage3D RealImage3D.applyTransform(GeomTransform3D trans)
          applique une transformation 3D a une image (inversion de la matrice realisee pour trouver le pixel (i,j,k) dans l'image originale)
 RealImage3D RealImage3D.autoApplyTransform(GeomTransform3D trans)
          Description of the Method
 float RealImage3D.getPixelTransformedI(double X, double Y, double Z, GeomTransform3D inverttrans)
          Gets the pixel corresponding to the direct application of the transform given
 float RealImage3D.getPixelTransformedI(Pixel3D pixel, GeomTransform3D inverttrans)
          Gets the pixel corresponding to the direct application of the transform given
 float RealImage3D.getTransformPixel(Pixel3D pixel, GeomTransform3D trans)
          Gets the pixel corresponding to the pixel given if the transform is applied (inversion of matrice)