SoMFEnum(3IV) - Online Linux Manual Page
NAMESoMFEnum — multiple-value field containing any number of enumerated type values
INHERITS FROMSoField > SoMField > SoMFEnum
SYNOPSIS¶.in 1i Methods from class SoMFEnum: \f8setValue\*(Cr(const SbName &name)
\f8set1Value\*(Cr(int index, const SbName &name)
\f8getClassTypeId\*(Cr()
\f8getTypeId\*(Cr() const
\f8operator [\|]\*(Cr(int i) const
\f8getValues\*(Cr(int start) const
\f8find\*(Cr(int targetValue, SbBool addIfNotFound = FALSE)
\f8setValues\*(Cr(int start, int num, const int *newValues)
\f8set1Value\*(Cr(int index, int newValue)
\f8operator =\*(Cr(int newValue)
\f8setValue\*(Cr(int newValue)
\f8operator ==\*(Cr(const SoMFEnum &f) const
\f8operator !=\*(Cr(const SoMFEnum &f) const
\f8startEditing\*(Cr()
\f8finishEditing\*(Cr() Methods from class SoMField: \f8getNum\*(Cr() const
\f8setNum\*(Cr(int num)
\f8deleteValues\*(Cr(int start, int num = -1)
\f8insertSpace\*(Cr(int start, int num)
\f8set1\*(Cr(int index, const char *valueString)
\f8get1\*(Cr(int index, SbString &valueString) Methods from class SoField: \f8setIgnored\*(Cr(SbBool ignore)
\f8isIgnored\*(Cr() const
\f8isDefault\*(Cr() const
\f8isOfType\*(Cr(SoType type) const
\f8set\*(Cr(const char *valueString)
\f8get\*(Cr(SbString &valueString)
\f8touch\*(Cr()
\f8connectFrom\*(Cr(SoField *fromField)
\f8connectFrom\*(Cr(SoEngineOutput *fromEngine)
\f8disconnect\*(Cr()
\f8isConnected\*(Cr() const
\f8isConnectedFromField\*(Cr() const
\f8getConnectedField\*(Cr(SoField *&writingField) const
\f8isConnectedFromEngine\*(Cr() const
\f8getConnectedEngine\*(Cr(SoEngineOutput *&engineOutput) const
\f8enableConnection\*(Cr(SbBool flag)
\f8isConnectionEnabled\*(Cr() const
\f8getForwardConnections\*(Cr(SoFieldList &list) const
\f8getContainer\*(Cr() const
DESCRIPTIONA multiple-value field that contains any number of enumerated type values, stored as ints. Nodes that use this field class define mnemonic names for values. These names should be used when setting or testing the values of the field, even though the values are treated as integers in the methods. \f8SoMFEnums\f1 are written to file as a set of mnemonic enumerated type names. These names differ among uses of this field in various node classes. See the reference pages for specific nodes for the names. When more than one value is present, all of the values are enclosed in square brackets and separated by commas.
METHODS\f8setValue\*(Cr(const SbName &name)
Sets this field to contain one and only one value, which is the mnemonic name as a string. \f8set1Value\*(Cr(int index, const SbName &name)
Sets the \f7index\f1'th value to be the integer corresponding to the mnemonic name in the given string. \f8getClassTypeId\*(Cr()
\f8getTypeId\*(Cr() const
Returns the type for this class or a particular object of this class. \f8operator [\|]\*(Cr(int i) const
Returns the \f7i\f1'th value of the field. Indexing past the end of the field (passing in \*(Cri\f1 greater than \*(CbgetNum()\f1) will return garbage. \f8getValues\*(Cr(int start) const
Returns a pointer into the array of values in the field, starting at index \f7start\f1. The values are read-only; see the \*(CbstartEditing()\f1/\*(CbfinishEditing()\f1 methods for a way of modifying values in place. \f8find\*(Cr(int targetValue, SbBool addIfNotFound = FALSE)
Finds the given value in the array and returns the index of that value in the array. If the value is not found, -1 is returned. If \f7addIfNotFound\f1 is set, then \*(CrtargetValue\f1 is added to the end of the array (but -1 is still returned). \f8setValues\*(Cr(int start, int num, const int *newValues)
Sets \f7num\f1 values starting at index \*(Crstart\f1 to the values in \*(CrnewValues\f1. The array will be automatically be made larger to accomodate the new values, if necessary. \f8set1Value\*(Cr(int index, int newValue)
Sets the \f7index\f1'th value in the array to \*(CrnewValue\f1. The array will be automatically expanded, if necessary. \f8operator =\*(Cr(int newValue)
\f8setValue\*(Cr(int newValue)
Sets the first value in the array to \f7newValue\f1, and deletes the second and subsequent values. \f8operator ==\*(Cr(const SoMFEnum &f) const
\f8operator !=\*(Cr(const SoMFEnum &f) const
Returns TRUE if all of the values of this field equal (do not equal) those of the given field. If the fields are different types FALSE will always be returned (even if one field is an \f8SoMFFloat\f1 with one value of 1.0 and the other is an \f8SoMFInt\f1 with a value of 1, for example). \f8startEditing\*(Cr()
\f8finishEditing\*(Cr()
\f8startEditing()\f1 returns a pointer to the internally-maintained array that can be modified. The values in the array may be changed, but values cannot be added or removed. It is illegal to call any other editing methods between \f8startEditing()\f1 and \*(CbfinishEditing()\f1 (e.g. set1Value(), setValue(), etc). Fields, engines or sensors connected to this field and sensors are not notified that this field has changed until \f8finishEditing()\f1 is called. Calling \*(CbfinishEditing()\f1 always sets the \*(CbisDefault()\f1 flag to FALSE and informs engines and sensors that the field changed, even if none of the values actually were changed. 0
Johanes Gumabo
Data Size : 22,809 byte
man-SoMFEnum.3ivBuild : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 5 / 199,599
Visitor ID : :
Visitor IP : 52.14.125.137 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (rof_escape_sequence|91|SoMFEnum.3iv|7/8|\f7 |. ds Cr \f7
) (rof_escape_sequence|91|SoMFEnum.3iv|9|\f8 |. ds Cb \f8
) (rof_escape_sequence|91|SoMFEnum.3iv|26|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|33/34|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|33/34|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|35/36|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|35/36|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|37|\f8setValue\*(Cr(const SbName &name) |\*(CbsetValue\*(Cr(const SbName &name)
) (rof_escape_sequence|91|SoMFEnum.3iv|42|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|49/50|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|49/50|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|51/52|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|51/52|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|53|\f8set1Value\*(Cr(int index, const SbName &name) |\*(Cbset1Value\*(Cr(int index, const SbName &name)
) (rof_escape_sequence|91|SoMFEnum.3iv|58|\f7static SoType |.ds Pt \*(Crstatic SoType
) (parse_manual_page_|249|SoMFEnum.3iv|65/66|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|65/66|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|67/68|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|67/68|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|69|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|74|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|249|SoMFEnum.3iv|81/82|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|81/82|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|83/84|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|83/84|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|85|\f8getTypeId\*(Cr() const |\*(CbgetTypeId\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|90|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|97/98|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|97/98|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|99/100|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|99/100|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|101|\f8operator [\|]\*(Cr(int i) const |\*(Cboperator [\|]\*(Cr(int i) const
) (rof_escape_sequence|91|SoMFEnum.3iv|106|\f7const int * |.ds Pt \*(Crconst int *
) (parse_manual_page_|249|SoMFEnum.3iv|113/114|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|113/114|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|115/116|\f7const int * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|115/116|\f7const int * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|117|\f8getValues\*(Cr(int start) const |\*(CbgetValues\*(Cr(int start) const
) (rof_escape_sequence|91|SoMFEnum.3iv|122|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|129/130|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|129/130|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|131/132|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|131/132|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|133|\f8find\*(Cr(int targetValue, SbBool addIfNotFound = FALSE) |\*(Cbfind\*(Cr(int targetValue, SbBool addIfNotFound = FALSE)
) (rof_escape_sequence|91|SoMFEnum.3iv|138|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|145/146|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|145/146|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|147/148|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|147/148|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|149|\f8setValues\*(Cr(int start, int num, const int *newValues) |\*(CbsetValues\*(Cr(int start, int num, const int *newValues)
) (rof_escape_sequence|91|SoMFEnum.3iv|154|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|161/162|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|161/162|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|163/164|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|163/164|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|165|\f8set1Value\*(Cr(int index, int newValue) |\*(Cbset1Value\*(Cr(int index, int newValue)
) (rof_escape_sequence|91|SoMFEnum.3iv|170|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|177/178|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|177/178|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|179/180|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|179/180|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|181|\f8operator =\*(Cr(int newValue) |\*(Cboperator =\*(Cr(int newValue)
) (rof_escape_sequence|91|SoMFEnum.3iv|186|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|193/194|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|193/194|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|195/196|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|195/196|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|197|\f8setValue\*(Cr(int newValue) |\*(CbsetValue\*(Cr(int newValue)
) (rof_escape_sequence|91|SoMFEnum.3iv|202|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|209/210|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|209/210|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|211/212|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|211/212|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|213|\f8operator ==\*(Cr(const SoMFEnum &f) const |\*(Cboperator ==\*(Cr(const SoMFEnum &f) const
) (rof_escape_sequence|91|SoMFEnum.3iv|218|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|225/226|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|225/226|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|227/228|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|227/228|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|229|\f8operator !=\*(Cr(const SoMFEnum &f) const |\*(Cboperator !=\*(Cr(const SoMFEnum &f) const
) (rof_escape_sequence|91|SoMFEnum.3iv|234|\f7int * |.ds Pt \*(Crint *
) (parse_manual_page_|249|SoMFEnum.3iv|241/242|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|241/242|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|243/244|\f7int * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|243/244|\f7int * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|245|\f8startEditing\*(Cr() |\*(CbstartEditing\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|250|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|257/258|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|257/258|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|259/260|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|259/260|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|261|\f8finishEditing\*(Cr() |\*(CbfinishEditing\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|271|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|278/279|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|278/279|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|280/281|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|280/281|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|282|\f8getNum\*(Cr() const |\*(CbgetNum\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|287|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|294/295|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|294/295|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|296/297|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|296/297|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|298|\f8setNum\*(Cr(int num) |\*(CbsetNum\*(Cr(int num)
) (rof_escape_sequence|91|SoMFEnum.3iv|303|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|249|SoMFEnum.3iv|310/311|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|310/311|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|312/313|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|312/313|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|314|\f8deleteValues\*(Cr(int start, int num = -1) |\*(CbdeleteValues\*(Cr(int start, int num = -1)
) (rof_escape_sequence|91|SoMFEnum.3iv|319|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|249|SoMFEnum.3iv|326/327|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|326/327|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|328/329|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|328/329|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|330|\f8insertSpace\*(Cr(int start, int num) |\*(CbinsertSpace\*(Cr(int start, int num)
) (rof_escape_sequence|91|SoMFEnum.3iv|335|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|342/343|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|342/343|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|344/345|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|344/345|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|346|\f8set1\*(Cr(int index, const char *valueString) |\*(Cbset1\*(Cr(int index, const char *valueString)
) (rof_escape_sequence|91|SoMFEnum.3iv|351|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|358/359|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|358/359|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|360/361|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|360/361|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|362|\f8get1\*(Cr(int index, SbString &valueString) |\*(Cbget1\*(Cr(int index, SbString &valueString)
) (rof_escape_sequence|91|SoMFEnum.3iv|372|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|379/380|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|379/380|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|381/382|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|381/382|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|383|\f8setIgnored\*(Cr(SbBool ignore) |\*(CbsetIgnored\*(Cr(SbBool ignore)
) (rof_escape_sequence|91|SoMFEnum.3iv|388|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|395/396|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|395/396|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|397/398|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|397/398|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|399|\f8isIgnored\*(Cr() const |\*(CbisIgnored\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|404|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|411/412|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|411/412|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|413/414|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|413/414|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|415|\f8isDefault\*(Cr() const |\*(CbisDefault\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|420|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool
) (parse_manual_page_|249|SoMFEnum.3iv|427/428|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|427/428|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|429/430|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|429/430|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|431|\f8isOfType\*(Cr(SoType type) const |\*(CbisOfType\*(Cr(SoType type) const
) (rof_escape_sequence|91|SoMFEnum.3iv|436|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|443/444|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|443/444|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|445/446|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|445/446|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|447|\f8set\*(Cr(const char *valueString) |\*(Cbset\*(Cr(const char *valueString)
) (rof_escape_sequence|91|SoMFEnum.3iv|452|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|459/460|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|459/460|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|461/462|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|461/462|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|463|\f8get\*(Cr(SbString &valueString) |\*(Cbget\*(Cr(SbString &valueString)
) (rof_escape_sequence|91|SoMFEnum.3iv|468|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|475/476|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|475/476|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|477/478|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|477/478|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|479|\f8touch\*(Cr() |\*(Cbtouch\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|484|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|491/492|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|491/492|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|493/494|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|493/494|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|495|\f8connectFrom\*(Cr(SoField *fromField) |\*(CbconnectFrom\*(Cr(SoField *fromField)
) (rof_escape_sequence|91|SoMFEnum.3iv|500|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|507/508|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|507/508|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|509/510|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|509/510|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|511|\f8connectFrom\*(Cr(SoEngineOutput *fromEngine) |\*(CbconnectFrom\*(Cr(SoEngineOutput *fromEngine)
) (rof_escape_sequence|91|SoMFEnum.3iv|516|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|523/524|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|523/524|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|525/526|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|525/526|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|527|\f8disconnect\*(Cr() |\*(Cbdisconnect\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|532|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|539/540|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|539/540|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|541/542|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|541/542|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|543|\f8isConnected\*(Cr() const |\*(CbisConnected\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|548|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|555/556|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|555/556|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|557/558|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|557/558|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|559|\f8isConnectedFromField\*(Cr() const |\*(CbisConnectedFromField\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|564|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|571/572|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|571/572|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|573/574|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|573/574|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|575|\f8getConnectedField\*(Cr(SoField *&writingField) const |\*(CbgetConnectedField\*(Cr(SoField *&writingField) const
) (rof_escape_sequence|91|SoMFEnum.3iv|580|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|587/588|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|587/588|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|589/590|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|589/590|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|591|\f8isConnectedFromEngine\*(Cr() const |\*(CbisConnectedFromEngine\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|596|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|603/604|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|603/604|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|605/606|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|605/606|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|607|\f8getConnectedEngine\*(Cr(SoEngineOutput *&engineOutput) const |\*(CbgetConnectedEngine\*(Cr(SoEngineOutput *&engineOutput) const
) (rof_escape_sequence|91|SoMFEnum.3iv|612|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|619/620|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|619/620|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|621/622|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|621/622|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|623|\f8enableConnection\*(Cr(SbBool flag) |\*(CbenableConnection\*(Cr(SbBool flag)
) (rof_escape_sequence|91|SoMFEnum.3iv|628|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoMFEnum.3iv|635/636|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|635/636|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|637/638|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|637/638|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|639|\f8isConnectionEnabled\*(Cr() const |\*(CbisConnectionEnabled\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|644|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|651/652|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|651/652|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|653/654|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|653/654|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|655|\f8getForwardConnections\*(Cr(SoFieldList &list) const |\*(CbgetForwardConnections\*(Cr(SoFieldList &list) const
) (rof_escape_sequence|91|SoMFEnum.3iv|660|\f7SoFieldContainer * |.ds Pt \*(CrSoFieldContainer *
) (parse_manual_page_|249|SoMFEnum.3iv|667/668|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|667/668|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|669/670|\f7SoFieldContainer * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|669/670|\f7SoFieldContainer * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|671|\f8getContainer\*(Cr() const |\*(CbgetContainer\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|677|\f8SoMFEnums\f1 are written to file as a set of mnemonic enumerated type names. These names differ among uses of this field in |\*(CbSoMFEnums\f1 are written to file as a set of mnemonic enumerated type names. These names differ among uses of this field in
) (rof_escape_sequence|91|SoMFEnum.3iv|686|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|693/694|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|693/694|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|695/696|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|695/696|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|697|\f8setValue\*(Cr(const SbName &name) |\*(CbsetValue\*(Cr(const SbName &name)
) (rof_escape_sequence|91|SoMFEnum.3iv|706|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|713/714|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|713/714|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|715/716|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|715/716|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|717|\f8set1Value\*(Cr(int index, const SbName &name) |\*(Cbset1Value\*(Cr(int index, const SbName &name)
) (rof_escape_sequence|91|SoMFEnum.3iv|720|\f7index\f1'th value to be the integer corresponding to the mnemonic name in the given string. |\f1Sets the \*(Crindex\f1'th value to be the integer corresponding to the mnemonic name in the given string.
) (rof_escape_sequence|91|SoMFEnum.3iv|726|\f7static SoType |.ds Pt \*(Crstatic SoType
) (parse_manual_page_|249|SoMFEnum.3iv|733/734|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|733/734|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|735/736|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|735/736|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|737|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|742|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|249|SoMFEnum.3iv|749/750|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|749/750|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|751/752|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|751/752|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|753|\f8getTypeId\*(Cr() const |\*(CbgetTypeId\*(Cr() const
) (rof_escape_sequence|91|SoMFEnum.3iv|762|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|769/770|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|769/770|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|771/772|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|771/772|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|773|\f8operator [\|]\*(Cr(int i) const |\*(Cboperator [\|]\*(Cr(int i) const
) (rof_escape_sequence|91|SoMFEnum.3iv|776|\f7i\f1'th value of the field. Indexing past the end of the field (passing in \*(Cri\f1 greater than \*(CbgetNum()\f1) will return garbage. |\f1Returns the \*(Cri\f1'th value of the field. Indexing past the end of the field (passing in \*(Cri\f1 greater than \*(CbgetNum()\f1) will return garbage.
) (rof_escape_sequence|91|SoMFEnum.3iv|782|\f7const int * |.ds Pt \*(Crconst int *
) (parse_manual_page_|249|SoMFEnum.3iv|789/790|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|789/790|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|791/792|\f7const int * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|791/792|\f7const int * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|793|\f8getValues\*(Cr(int start) const |\*(CbgetValues\*(Cr(int start) const
) (rof_escape_sequence|91|SoMFEnum.3iv|796|\f7start\f1. The values are read-only; see the \*(CbstartEditing()\f1/\*(CbfinishEditing()\f1 methods for a way of modifying values in place. |\f1Returns a pointer into the array of values in the field, starting at index \*(Crstart\f1. The values are read-only; see the \*(CbstartEditing()\f1/\*(CbfinishEditing()\f1 methods for a way of modifying values in place.
) (rof_escape_sequence|91|SoMFEnum.3iv|802|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|809/810|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|809/810|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|811/812|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|811/812|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|813|\f8find\*(Cr(int targetValue, SbBool addIfNotFound = FALSE) |\*(Cbfind\*(Cr(int targetValue, SbBool addIfNotFound = FALSE)
) (rof_escape_sequence|91|SoMFEnum.3iv|816|\f7addIfNotFound\f1 is set, then \*(CrtargetValue\f1 is added to the end of the array (but -1 is still returned). |\f1Finds the given value in the array and returns the index of that value in the array. If the value is not found, -1 is returned. If \*(CraddIfNotFound\f1 is set, then \*(CrtargetValue\f1 is added to the end of the array (but -1 is still returned).
) (rof_escape_sequence|91|SoMFEnum.3iv|822|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|829/830|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|829/830|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|831/832|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|831/832|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|833|\f8setValues\*(Cr(int start, int num, const int *newValues) |\*(CbsetValues\*(Cr(int start, int num, const int *newValues)
) (rof_escape_sequence|91|SoMFEnum.3iv|836|\f7num\f1 values starting at index \*(Crstart\f1 to the values in \*(CrnewValues\f1. The array will be automatically be made larger to accomodate the new values, if necessary. |\f1Sets \*(Crnum\f1 values starting at index \*(Crstart\f1 to the values in \*(CrnewValues\f1. The array will be automatically be made larger to accomodate the new values, if necessary.
) (rof_escape_sequence|91|SoMFEnum.3iv|842|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|849/850|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|849/850|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|851/852|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|851/852|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|853|\f8set1Value\*(Cr(int index, int newValue) |\*(Cbset1Value\*(Cr(int index, int newValue)
) (rof_escape_sequence|91|SoMFEnum.3iv|856|\f7index\f1'th value in the array to \*(CrnewValue\f1. The array will be automatically expanded, if necessary. |\f1Sets the \*(Crindex\f1'th value in the array to \*(CrnewValue\f1. The array will be automatically expanded, if necessary.
) (rof_escape_sequence|91|SoMFEnum.3iv|862|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|869/870|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|869/870|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|871/872|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|871/872|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|873|\f8operator =\*(Cr(int newValue) |\*(Cboperator =\*(Cr(int newValue)
) (rof_escape_sequence|91|SoMFEnum.3iv|878|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|885/886|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|885/886|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|887/888|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|887/888|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|889|\f8setValue\*(Cr(int newValue) |\*(CbsetValue\*(Cr(int newValue)
) (rof_escape_sequence|91|SoMFEnum.3iv|892|\f7newValue\f1, and deletes the second and subsequent values. |\f1Sets the first value in the array to \*(CrnewValue\f1, and deletes the second and subsequent values.
) (rof_escape_sequence|91|SoMFEnum.3iv|898|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|905/906|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|905/906|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|907/908|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|907/908|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|909|\f8operator ==\*(Cr(const SoMFEnum &f) const |\*(Cboperator ==\*(Cr(const SoMFEnum &f) const
) (rof_escape_sequence|91|SoMFEnum.3iv|914|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoMFEnum.3iv|921/922|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|921/922|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|923/924|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|923/924|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|925|\f8operator !=\*(Cr(const SoMFEnum &f) const |\*(Cboperator !=\*(Cr(const SoMFEnum &f) const
) (rof_escape_sequence|91|SoMFEnum.3iv|928|\f8SoMFFloat\f1 with one value of |\f1Returns TRUE if all of the values of this field equal (do not equal) those of the given field. If the fields are different types FALSE will always be returned (even if one field is an \*(CbSoMFFloat\f1 with one value of
) (rof_escape_sequence|91|SoMFEnum.3iv|929|\f8SoMFInt\f1 with a value of 1, for example). |\&1.0 and the other is an \*(CbSoMFInt\f1 with a value of 1, for example).
) (rof_escape_sequence|91|SoMFEnum.3iv|935|\f7int * |.ds Pt \*(Crint *
) (parse_manual_page_|249|SoMFEnum.3iv|942/943|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|942/943|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|944/945|\f7int * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|944/945|\f7int * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|946|\f8startEditing\*(Cr() |\*(CbstartEditing\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|951|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoMFEnum.3iv|958/959|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoMFEnum.3iv|958/959|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoMFEnum.3iv|960/961|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoMFEnum.3iv|960/961|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoMFEnum.3iv|962|\f8finishEditing\*(Cr() |\*(CbfinishEditing\*(Cr()
) (rof_escape_sequence|91|SoMFEnum.3iv|965|\f8startEditing()\f1 returns a pointer to the internally-maintained array that can be modified. The values in the array may be changed, but values cannot be added or removed. It is illegal to call any other editing methods |\f1\*(CbstartEditing()\f1 returns a pointer to the internally-maintained array that can be modified. The values in the array may be changed, but values cannot be added or removed. It is illegal to call any other editing methods
) (rof_escape_sequence|91|SoMFEnum.3iv|966|\f8startEditing()\f1 and \*(CbfinishEditing()\f1 (e.g. set1Value(), setValue(), etc). |\&between \*(CbstartEditing()\f1 and \*(CbfinishEditing()\f1 (e.g. set1Value(), setValue(), etc).
) (rof_escape_sequence|91|SoMFEnum.3iv|968|\f8finishEditing()\f1 is called. Calling \*(CbfinishEditing()\f1 always sets the \*(CbisDefault()\f1 flag to FALSE and informs engines and |Fields, engines or sensors connected to this field and sensors are not notified that this field has changed until \*(CbfinishEditing()\f1 is called. Calling \*(CbfinishEditing()\f1 always sets the \*(CbisDefault()\f1 flag to FALSE and informs engines and
)