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

SoSFBitMask.h
1 #ifndef COIN_SOSFBITMASK_H
2 #define COIN_SOSFBITMASK_H
3 
4 /**************************************************************************\
5  *
6  * This file is part of the Coin 3D visualization library.
7  * Copyright (C) 1998-2007 by Systems in Motion. All rights reserved.
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * ("GPL") version 2 as published by the Free Software Foundation.
12  * See the file LICENSE.GPL at the root directory of this source
13  * distribution for additional information about the GNU GPL.
14  *
15  * For using Coin with software that can not be combined with the GNU
16  * GPL, and for taking advantage of the additional benefits of our
17  * support services, please contact Systems in Motion about acquiring
18  * a Coin Professional Edition License.
19  *
20  * See http://www.coin3d.org/ for more information.
21  *
22  * Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
23  * http://www.sim.no/ sales@sim.no coin-support@coin3d.org
24  *
25 \**************************************************************************/
26 
27 #include <Inventor/fields/SoSFEnum.h>
28 
29 class COIN_DLL_API SoSFBitMask : public SoSFEnum {
30  typedef SoSFEnum inherited;
31 
32  SO_SFIELD_DERIVED_HEADER(SoSFBitMask, int, int);
33 
34 public:
35  static void initClass(void);
36 
37  friend class SoMFBitMask; // For readValue() & writeValue().
38 };
39 
40 #endif // !COIN_SOSFBITMASK_H
SoReadError::post
static void post(const SoInput *const in, const char *const format,...)
Definition: SoReadError.cpp:110
SbName::getLength
int getLength(void) const
Definition: SbName.cpp:287
SbName
The SbName class stores strings by reference.
Definition: SbName.h:31
SoSFEnum::findEnumValue
virtual SbBool findEnumValue(const SbName &name, int &val)
Definition: SoSFEnum.cpp:158
SoDebugError::post
static void post(const char *const source, const char *const format,...)
Definition: SoDebugError.cpp:314
SoOutput::write
virtual void write(const char c)
Definition: SoOutput.cpp:757
SoOutput
The SoOutput class is an abstraction of an output stream.
Definition: SoOutput.h:42
SoFieldContainer::getFieldName
SbBool getFieldName(const SoField *const field, SbName &name) const
Definition: SoFieldContainer.cpp:409
SoField::getContainer
SoFieldContainer * getContainer(void) const
Definition: SoField.cpp:1253
SoOutput::isBinary
virtual SbBool isBinary(void) const
Definition: SoOutput.cpp:650
SbName::getString
const char * getString(void) const
Definition: SbName.cpp:278
SoInput::putBack
virtual void putBack(const char c)
Definition: SoInput.cpp:1834
SoSFEnum
The SoSFEnum class is a container for an enum value.
Definition: SoSFEnum.h:31
SoSFEnum::enumNames
SbName * enumNames
Definition: SoSFEnum.h:51
SoFieldContainer
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:35
SoSFEnum::numEnums
int numEnums
Definition: SoSFEnum.h:49
SoSFEnum::enumValues
int * enumValues
Definition: SoSFEnum.h:50
SoMFBitMask
The SoMFBitMask class is a container for a set of bitmasks.
Definition: SoMFBitMask.h:29
SoInput::read
virtual SbBool read(char &c)
Definition: SoInput.cpp:1180
SoInput::isBinary
virtual SbBool isBinary(void)
Definition: SoInput.cpp:1096
SoInput
The SoInput class is an abstraction of file import functionality.
Definition: SoInput.h:55
SoSFBitMask
The SoSFBitMask class is a container for a set of bit flags.
Definition: SoSFBitMask.h:29
SoSFEnum::legalValuesSet
SbBool legalValuesSet
Definition: SoSFEnum.h:52

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

Generated on Mon Jul 27 2020 for Coin by Doxygen. 1.8.18