FreeWRL / FreeX3D 4.3.0
sai.eai.VSFBool Class Reference
Inheritance diagram for sai.eai.VSFBool:
sai.eai.VField

Public Member Functions

 VSFBool (boolean value)
 
 VSFBool (DataInputStream in) throws IOException
 
void write (DataOutputStream out) throws IOException
 
boolean getValue ()
 
byte getType ()
 
byte getType ()
 
abstract void write (DataOutputStream out) throws IOException
 

Additional Inherited Members

- Static Public Attributes inherited from sai.eai.VField
static final byte NOTHING = -1
 
static final byte SFBOOL = 0
 
static final byte SFCOLOR = 1
 
static final byte SFFLOAT = 2
 
static final byte SFIMAGE = 3
 
static final byte SFINT32 = 4
 
static final byte SFNODE = 5
 
static final byte SFROTATION = 6
 
static final byte SFSTRING = 7
 
static final byte SFTIME = 8
 
static final byte SFVEC2F = 9
 
static final byte SFVEC3F = 10
 
static final byte MFCOLOR = 11
 
static final byte MFFLOAT = 12
 
static final byte MFINT32 = 13
 
static final byte MFNODE = 14
 
static final byte MFROTATION = 15
 
static final byte MFSTRING = 16
 
static final byte MFVEC2F = 17
 
static final byte MFVEC3F = 18
 

Detailed Description

Definition at line 21 of file VSFBool.java.

Constructor & Destructor Documentation

◆ VSFBool() [1/2]

sai.eai.VSFBool.VSFBool ( boolean  value)
inline

Definition at line 25 of file VSFBool.java.

◆ VSFBool() [2/2]

sai.eai.VSFBool.VSFBool ( DataInputStream  in) throws IOException
inline

Definition at line 30 of file VSFBool.java.

Member Function Documentation

◆ getType()

byte sai.eai.VSFBool.getType ( )
inline

Reimplemented from sai.eai.VField.

Definition at line 42 of file VSFBool.java.

◆ getValue()

boolean sai.eai.VSFBool.getValue ( )
inline

Definition at line 40 of file VSFBool.java.

◆ write()

void sai.eai.VSFBool.write ( DataOutputStream  out) throws IOException
inline

Reimplemented from sai.eai.VField.

Definition at line 35 of file VSFBool.java.


The documentation for this class was generated from the following file: