27#include <Inventor/fields/SoField.h>
40 int getNum(
void)
const;
41 void setNum(
const int num);
43 virtual void deleteValues(
int start,
int num = -1);
44 virtual void insertSpace(
int start,
int num);
46 SbBool set1(
const int index,
const char *
const valuestring);
47 void get1(
const int index,
SbString & valuestring);
51 virtual void enableDeleteValues(
void);
52 virtual SbBool isDeleteValuesEnabled(
void);
56 virtual void makeRoom(
int newnum);
58#ifndef DOXYGEN_SKIP_THIS
59 virtual int fieldSizeof(
void)
const = 0;
60 virtual void * valuesPtr(
void) = 0;
61 virtual void setValuesPtr(
void * ptr) = 0;
62 virtual void allocValues(
int num);
70 virtual void deleteAllValues(
void) = 0;
71 virtual void copyValue(
int to,
int from) = 0;
73 virtual SbBool read1Value(
SoInput * in,
int idx) = 0;
75 virtual void write1Value(
SoOutput * out,
int idx)
const = 0;
76 virtual SbBool readBinaryValues(
SoInput * in,
int num);
77 virtual void writeBinaryValues(
SoOutput * out)
const;
78 virtual int getNumValuesPerLine(
void)
const;
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:38
virtual SbBool readValue(SoInput *in)=0
void evaluate(void) const
Definition SoField.h:130
static SoType getClassTypeId(void)
Definition SoField.cpp:680
static void initClass(void)
Definition SoField.cpp:600
virtual void writeValue(SoOutput *out) const =0
The SoMField class is the base class for fields which can contain multiple values.
Definition SoMField.h:32
int getNum(void) const
Definition SoMField.h:86
SbBool userDataIsUsed
Definition SoMField.h:67
int maxNum
Definition SoMField.h:66
int num
Definition SoMField.h:65
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:42
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen. 1.12.0