bsmprivate.h

Go to the documentation of this file.
00001 
00002 /* ///////////////////////////////////////////////////////////////////////// */
00003 /* This file is a part of the BSTools package                                */
00004 /* written by Przemyslaw Kiciak                                              */
00005 /* ///////////////////////////////////////////////////////////////////////// */
00006 /* (C) Copyright by Przemyslaw Kiciak, 2010, 2012                            */
00007 /* this package is distributed under the terms of the                        */
00008 /* Lesser GNU Public License, see the file COPYING.LIB                       */
00009 /* ///////////////////////////////////////////////////////////////////////// */
00010 
00011 int _bsm_AveragingFVN ( int inv, BSMvertex *imv, int *imvhei,
00012                         int inhe, BSMhalfedge *imhe,
00013                         int infac, BSMfacet *imfac, int *imfhei,
00014                         int fn, char *vtag );
00015 
00016 boolean _bsm_RotateHalfedgei ( int degree, int *hei, int hn );
00017 
00018 void _bsm_OutputWorkMeshd ( int spdimen,
00019                             int wnv, BSMvertex *wmv, int *wmvhei, double *wptc,
00020                             int wnhe, BSMhalfedge *wmhe,
00021                             int wnfac, BSMfacet *wmfac, int *wmfhei,
00022                             int *newvi, int *newhei, int *newfi,
00023                             int *onv, BSMvertex *omv, int *omvhei, double *optc,
00024                             int *onhe, BSMhalfedge *omhe,
00025                             int *onfac, BSMfacet *omfac, int *omfhei );
00026