[Insight-users] itk::VersorTransform does not have SetCenter method as ITK guide says

Luis Ibanez luis.ibanez at kitware.com
Sun Sep 25 14:15:05 EDT 2005


Hi Rama,

The itk::VersorTransform has indeed a method

                SetCenter()

This method is inherited from the class

     itk::MatrixOffsetTransformBase


you will find the method in the file:


      Insight/Code/Common/
         itkMatrixOffsetTransformBase.h


in lines 232-234.


----

Please make sure that if you use the recent edition of
the software guide you use also the ITK release 2.2,
since many of these Transform methods have been
refactored for this release.


BTW, Whenever you are looking for specific methods,
you should use the Doxygen documentation page
"Compound Members":

http://www.itk.org/Insight/Doxygen/html/functions.html

If you search for SetCenter() in this page you will
see that this method is available in the following classes:

SetCenter() :

itk::Statistics::NeighborhoodSampler<>,
itk::Statistics::RBFLayer<>,
itk::Statistics::RadialBasisFunctionBase<>, 
itk::Statistics::MultiquadricRadialBasisFunction<>, 
itk::SymmetricEllipsoidInteriorExteriorSpatialFunction<>,
itk::SphereSpatialFunction<>, itk::ScaleTransform<>,
itk::MatrixOffsetTransformBase<>,
itk::FiniteCylinderSpatialFunction<>, 
itk::EllipsoidInteriorExteriorSpatialFunction<>,
itk::SphereMeshSource<>,
itk::RegularSphereMeshSource<>,
itk::BalloonForceFilter<>




    Regards,



       Luis



---------------
rama wrote:
> itk::VersorTransform doesn't have the SetCenter(...) method. The ITK 
> software guide on page 425 (pdf-page) says that VersorTransform can 
> perfomr rotations around a user specified center point but it doesn't 
> have that funciton in the class. Neither the ITK HTML docs indicate this 
> function in that class, nor the compiler find that function in that class.
> 
> What to use if it doesn't have that function.
> 
> -Rama.
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 



More information about the Insight-users mailing list