COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
coBoundingBox.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifndef _COBOUNDINGBOX_H
9 #define _COBOUNDINGBOX_H
10 
11 // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12 // ++ (C)2000 RUS ++
13 // ++ Description: Filter program in COVISE API ++
14 // ++ ++
15 // ++ Author: ++
16 // ++ ++
17 // ++ Andreas Werner ++
18 // ++ Computer Center University of Stuttgart ++
19 // ++ Allmandring 30 ++
20 // ++ 70550 Stuttgart ++
21 // ++ ++
22 // ++ Date: 10.01.2000 V2.0 ++
23 // ++**********************************************************************/
24 
25 #include <api/coModule.h>
26 
27 namespace covise
28 {
29 class coDoLines;
30 
32 {
33 public:
36  void calcBB(const coDistributedObject *obj, float min[3], float max[3], bool translate = false);
37 
40  coDoLines *createBox(const coObjInfo &objectName, float ox, float oy, float oz,
41  float size_x, float size_y, float size_z);
42 };
43 }
44 #endif
int min(int a, int b)
Definition: cutil_math.h:60
Definition: coBoundingBox.h:31
GLsizei GLsizei GLuint * obj
Definition: khronos-glext.h:6733
#define ALGEXPORT
Definition: coExport.h:313
Definition: coObjID.h:230
Definition: coDoLines.h:47
int max(int a, int b)
Definition: cutil_math.h:55
Definition: coDistributedObject.h:294