35 #ifndef ANA_REFERENCE_TRANSFORMATION_H 
   36 #define ANA_REFERENCE_TRANSFORMATION_H 
   65                     bool generated = 
false );
 
  189                                                pos[1] * voxSizeOrg[1], 
 
  190                                                pos[2] * voxSizeOrg[2] ) );
 
  191     return( 
Point3df( pt[0] / voxSizeDst[0], pt[1] / voxSizeDst[1], 
 
  192                       pt[2] / voxSizeDst[2] ) );
 
  201     return( 
Point3df( pos[0] * voxSizeOrg[0] / voxSizeDst[0], 
 
  202                       pos[1] * voxSizeOrg[1] / voxSizeDst[1], 
 
  203                       pos[2] * voxSizeOrg[2] / voxSizeDst[2] ) );
 
  212                                       pos[1] * voxSizeOrg[1], 
 
  213                                       pos[2] * voxSizeOrg[2] ) ) );
 
  222     return( 
Point3df( pt[0] / voxSizeDst[0], pt[1] / voxSizeDst[1], 
 
  223                       pt[2] / voxSizeDst[2] ) );
 
  231     return( 
Point3df( pos[0] * voxSizeOrg[0], pos[1] * voxSizeOrg[1], 
 
  232                       pos[2] * voxSizeOrg[2] ) );
 
  240     return( 
Point3df( pos[0] / voxSizeDst[0], pos[1] / voxSizeDst[1], 
 
  241                       pos[2] / voxSizeDst[2] ) );
 
Referential: marker for transformations, with an associated color.
#define DECLARE_GENERIC_OBJECT_TYPE(T)