1#ifndef COIN_SOFIELDDATA_H
2#define COIN_SOFIELDDATA_H
27#include <Inventor/SbBasic.h>
28#include <Inventor/lists/SbList.h>
51 SbBool copyconnections)
const;
53 int getNumFields(
void)
const;
54 const SbName & getFieldName(
int index)
const;
58 void addEnumValue(
const char * enumname,
const char * valuename,
int value);
59 void getEnumData(
const char * enumname,
60 int & num,
const int *& values,
const SbName *& names);
63 SbBool erroronunknownfield, SbBool & notbuiltin)
const;
65 const SbName & fieldname, SbBool & foundname)
const;
72 int numdescriptionsexpected,
73 const SbBool readfieldvalues = TRUE)
const;
74 void writeFieldDescriptions(
SoOutput * out,
78 SbBool hasField(
const char * name)
const;
79 SbBool hasEnumValue(
const char * enumname,
const char * valuename);
87 int operator!=(
const SoFieldData * fd)
const {
return ! operator==(fd); }
88 int operator==(
const SoFieldData & fd)
const {
return operator==(&fd); }
89 int operator!=(
const SoFieldData & fd)
const {
return ! operator==(&fd); }
91 void freeResources(
void);
The SbList class is a template container class for lists.
Definition SbList.h:61
The SbName class stores strings by reference.
Definition SbName.h:31
The SoFieldContainer class is a base class for all classes that contain fields.
Definition SoFieldContainer.h:34
The SoFieldData class is a container for a prototype set of fields.
Definition SoFieldData.h:39
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:38
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:42
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.