COVISE Core
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
27namespace covise
28{
29class coDoLines;
30
32{
33public:
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
#define ALGEXPORT
Definition: coExport.h:337
GLsizei GLsizei GLuint * obj
Definition: khronos-glext.h:6733
int min(int a, int b)
Definition: cutil_math.h:60
int max(int a, int b)
Definition: cutil_math.h:55
list of all chemical elements
Definition: coConfig.h:27
Definition: coObjID.h:231
Definition: coDistributedObject.h:296
Definition: coDoLines.h:48
Definition: coBoundingBox.h:32