VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
shapeUtilities.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: shapeUtil.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef shapeUtilities_H_
9 #define shapeUtilities_H_
10 
11 #include "shape/shapeDefines.h"
12 #include <vlutil/vlNetTypes.h>
13 #include "geometry/point.h"
15 
16 class DtVectorNetwork;
17 class DtNetworkNode;
18 
19 DT_DLL_shape void fromLittleToBig(DtNetFloat64 &val);
20 DT_DLL_shape void fromLittleToBig(DtNetInt32 &val);
21 DT_DLL_shape void fromLittleToBig(DtNetU32 &val);
22 DT_DLL_shape void fromLittleToBig(DtNetInt16 &val);
23 
26 
27 
29 
30 DT_DLL_shape DtNetworkNode* findNode(DtVectorNetwork* vecNwk, unsigned int firstNode,
31  DtPoint& p, DtSpecificationID ID);
32 
33 DT_DLL_shape void calculatePolygonExtent(const DtPoint& point, DtPoint& minPoint,
34  DtPoint& maxPoint);
35 
36 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)