Coin Logo http://www.sim.no
http://www.coin3d.org

SoBoolOperation.h
1/**************************************************************************\
2 *
3 * This file is part of the Coin 3D visualization library.
4 * Copyright (C) 1998-2007 by Systems in Motion. All rights reserved.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * ("GPL") version 2 as published by the Free Software Foundation.
9 * See the file LICENSE.GPL at the root directory of this source
10 * distribution for additional information about the GNU GPL.
11 *
12 * For using Coin with software that can not be combined with the GNU
13 * GPL, and for taking advantage of the additional benefits of our
14 * support services, please contact Systems in Motion about acquiring
15 * a Coin Professional Edition License.
16 *
17 * See http://www.coin3d.org/ for more information.
18 *
19 * Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
20 * http://www.sim.no/ sales@sim.no coin-support@coin3d.org
21 *
22\**************************************************************************/
23
24#ifndef COIN_SOBOOLOPERATION_H
25#define COIN_SOBOOLOPERATION_H
26
27#include <Inventor/engines/SoSubEngine.h>
28#include <Inventor/engines/SoEngineOutput.h>
29#include <Inventor/fields/SoMFBool.h>
30#include <Inventor/fields/SoMFEnum.h>
31
32
33class COIN_DLL_API SoBoolOperation : public SoEngine {
34 typedef SoEngine inherited;
35
36 SO_ENGINE_HEADER(SoBoolOperation);
37
38public:
47
51
52 SoEngineOutput output; //SoMFBool
53 SoEngineOutput inverse; //SoMFBool
54
56
57 static void initClass();
58
59protected:
61
62private:
63 virtual void evaluate();
64};
65
66#endif // !COIN_SOBOOLOPERATION_H
SoEngineOutput output
Definition SoBoolOperation.h:52
SoBoolOperation()
Definition SoBoolOperation.cpp:145
SoEngineOutput inverse
Definition SoBoolOperation.h:53
SoMFBool a
Definition SoBoolOperation.h:48
Operation
Definition SoBoolOperation.h:39
@ NOT_B
Definition SoBoolOperation.h:42
@ CLEAR
Definition SoBoolOperation.h:40
@ A_OR_B
Definition SoBoolOperation.h:43
@ NOT_A_AND_B
Definition SoBoolOperation.h:44
@ A_AND_NOT_B
Definition SoBoolOperation.h:44
@ A
Definition SoBoolOperation.h:41
@ A_OR_NOT_B
Definition SoBoolOperation.h:43
@ SET
Definition SoBoolOperation.h:40
@ NOT_A_AND_NOT_B
Definition SoBoolOperation.h:44
@ NOT_A_OR_B
Definition SoBoolOperation.h:43
@ A_EQUALS_B
Definition SoBoolOperation.h:45
@ A_AND_B
Definition SoBoolOperation.h:44
@ NOT_A
Definition SoBoolOperation.h:41
@ NOT_A_OR_NOT_B
Definition SoBoolOperation.h:43
@ A_NOT_EQUALS_B
Definition SoBoolOperation.h:45
@ B
Definition SoBoolOperation.h:42
SoMFBool b
Definition SoBoolOperation.h:49
SoMFEnum operation
Definition SoBoolOperation.h:50
SoEngine(void)
Definition SoEngine.cpp:90
virtual void evaluate(void)=0
The SoMFBool class is a container for SbBool values.
Definition SoMFBool.h:30
The SoMFEnum class is a container for a set of enumerated values.
Definition SoMFEnum.h:30

Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.

Generated on Thu Jan 16 2025 for Coin by Doxygen. 1.13.2