Woolz Image Processing Version 1.4.0
|
Cuts a section from an object with the domain of a given object. More...
Functions | |
int | getopt (int argc, char *const *argv, const char *optstring) |
int | main (int argc, char *argv[]) |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
Cuts a section from an object with the domain of a given object.
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.
int getopt | ( | int | argc, |
char *const * | argv, | ||
const char * | optstring | ||
) |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
References ALG_M_PI, _WlzThreeDViewStruct::dist, _WlzThreeDViewStruct::fixed, getopt(), optarg, opterr, optind, _WlzThreeDViewStruct::phi, _WlzThreeDViewStruct::ref_obj, _WlzThreeDViewStruct::scale, _WlzThreeDViewStruct::theta, _WlzThreeDViewStruct::up, _WlzThreeDViewStruct::view_mode, _WlzDVertex3::vtX, _WlzDVertex3::vtY, _WlzDVertex3::vtZ, WLZ_3D_VIEW_STRUCT, WLZ_ERR_NONE, WLZ_ERR_WRITE_EOF, WLZ_INTERPOLATION_NEAREST, WLZ_STATUE_MODE, WLZ_UP_IS_UP_MODE, WLZ_ZETA_MODE, WlzAssignObject(), WlzFree3DViewStruct(), WlzFreeObj(), WlzGetSubSectionFromObject(), WlzInit3DViewStruct(), WlzMake3DViewStruct(), WlzReadObj(), WlzStringFromErrorNum(), WlzStringMatchValue(), WlzVersion(), WlzWriteObj(), and _WlzThreeDViewStruct::zeta.
int optopt |