Woolz Image Processing Version 1.4.0
|
Reset the transforms in a bibfile so that fixed planes are fixed. More...
Functions | |
void | checkTrans (WlzAffineTransform *trans) |
WlzObject * | SecListToTransforms (RecSectionList *secList, int relFlg, WlzErrorNum *dstErr) |
int | main (int argc, char **argv) |
Reset the transforms in a bibfile so that fixed planes are fixed.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
void checkTrans | ( | WlzAffineTransform * | trans | ) |
References _WlzAffineTransformPrim::alpha, _WlzAffineTransformPrim::phi, _WlzAffineTransformPrim::psi, _WlzAffineTransformPrim::scale, _WlzAffineTransformPrim::theta, _WlzAffineTransformPrim::tx, _WlzAffineTransformPrim::ty, _WlzAffineTransformPrim::tz, WLZ_ERR_NONE, WlzAffineTransformPrimGet(), WlzAffineTransformPrimSet(), and _WlzAffineTransformPrim::xsi.
Referenced by main().
WlzObject* SecListToTransforms | ( | RecSectionList * | secList, |
int | relFlg, | ||
WlzErrorNum * | dstErr | ||
) |
References _WlzValues::core, _WlzObject::domain, _WlzPlaneDomain::domains, HGUDlpListEntryGet(), HGUDlpListHead(), HGUDlpListNext(), HGUDlpListTail(), _WlzDomain::p, _WlzPlaneDomain::plane1, _WlzDomain::t, WLZ_3D_DOMAINOBJ, WLZ_ERR_NONE, WLZ_PLANEDOMAIN_AFFINE, WLZ_TRANSFORM_2D_AFFINE, WlzAffineTransformFromPrimVal(), WlzAffineTransformProduct(), WlzAssignAffineTransform(), WlzFreeAffineTransform(), WlzFreeObj(), WlzMakeMain(), and WlzMakePlaneDomain().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
References checkTrans(), _WlzObject::domain, _WlzPlaneDomain::domains, getopt(), HGUDlpListEntryGet(), HGUDlpListHead(), HGUDlpListNext(), HGUDlpListPrev(), HGUDlpListTail(), _WlzPlaneDomain::lastpl, optarg, opterr, optind, _WlzDomain::p, _WlzPlaneDomain::plane1, SecListToTransforms(), _WlzDomain::t, _WlzAffineTransformPrim::theta, _WlzAffineTransformPrim::tx, _WlzAffineTransformPrim::ty, WLZ_ERR_NONE, WLZ_TRANSFORM_2D_AFFINE, WlzAffineTransformFromPrimVal(), WlzAffineTransformInverse(), WlzAffineTransformPrimGet(), WlzAffineTransformProduct(), WlzAssignAffineTransform(), and WlzFreeAffineTransform().