FreeWRL / FreeX3D 4.3.0
vrml.field.MFVec2f Class Reference
Inheritance diagram for vrml.field.MFVec2f:
vrml.MField vrml.Field

Public Member Functions

 MFVec2f (float[] vec2fs)
 
 MFVec2f (int size, float[] vec2fs)
 
 MFVec2f (float[][] vec2fs)
 
void getValue (float[] vec2fs)
 
void getValue (float[][] vec2fs)
 
void get1Value (int index, float[] vec2fs)
 
void get1Value (int index, SFVec2f sfVec2f)
 
void setValue (float[] vec2fs)
 
void setValue (int size, float[] vec2fs)
 
void set1Value (int index, float x, float y)
 
void set1Value (int index, SFVec2f sfVec2f)
 
void set1Value (int index, ConstSFVec2f sfVec2f)
 
void addValue (float x, float y)
 
void addValue (SFVec2f sfVec2f)
 
void addValue (ConstSFVec2f sfVec2f)
 
void insertValue (int index, float x, float y)
 
void insertValue (int index, SFVec2f sfVec2f)
 
void insertValue (int index, ConstSFVec2f sfVec2f)
 
String toString ()
 
void __fromPerl (BufferedReader in) throws IOException
 
void __toPerl (PrintWriter out) throws IOException
 
- Public Member Functions inherited from vrml.MField
int getSize ()
 
void clear ()
 
void delete (int index)
 
- Public Member Functions inherited from vrml.Field
Object clone ()
 
void bind_to (FWJavaScriptBinding b)
 
final void __updateRead ()
 
abstract void __fromPerl (BufferedReader in) throws IOException
 
abstract void __toPerl (PrintWriter out) throws IOException
 
void setOffset (String offs)
 
String getOffset ()
 

Additional Inherited Members

- Data Fields inherited from vrml.MField
Vector __vect = new Vector()
 
- Protected Member Functions inherited from vrml.MField
final void __update1Read (int index)
 
final void __set1Value (int index, ConstField fld)
 
final void __insertValue (int index, ConstField fld)
 
final void __addValue (ConstField fld)
 
- Protected Member Functions inherited from vrml.Field
final void __updateWrite ()
 

Detailed Description

Definition at line 10 of file MFVec2f.java.

Constructor & Destructor Documentation

◆ MFVec2f() [1/4]

vrml.field.MFVec2f.MFVec2f ( )
inline

Definition at line 11 of file MFVec2f.java.

◆ MFVec2f() [2/4]

vrml.field.MFVec2f.MFVec2f ( float[]  vec2fs)
inline

Definition at line 14 of file MFVec2f.java.

◆ MFVec2f() [3/4]

vrml.field.MFVec2f.MFVec2f ( int  size,
float[]  vec2fs 
)
inline

Definition at line 18 of file MFVec2f.java.

◆ MFVec2f() [4/4]

vrml.field.MFVec2f.MFVec2f ( float  vec2fs[][])
inline

Definition at line 23 of file MFVec2f.java.

Member Function Documentation

◆ __fromPerl()

void vrml.field.MFVec2f.__fromPerl ( BufferedReader  in) throws IOException
inline

Reimplemented from vrml.Field.

Definition at line 116 of file MFVec2f.java.

◆ __toPerl()

void vrml.field.MFVec2f.__toPerl ( PrintWriter  out) throws IOException
inline

Reimplemented from vrml.Field.

Definition at line 129 of file MFVec2f.java.

◆ addValue() [1/3]

void vrml.field.MFVec2f.addValue ( ConstSFVec2f  sfVec2f)
inline

Definition at line 88 of file MFVec2f.java.

◆ addValue() [2/3]

void vrml.field.MFVec2f.addValue ( float  x,
float  y 
)
inline

Definition at line 79 of file MFVec2f.java.

◆ addValue() [3/3]

void vrml.field.MFVec2f.addValue ( SFVec2f  sfVec2f)
inline

Definition at line 83 of file MFVec2f.java.

◆ get1Value() [1/2]

void vrml.field.MFVec2f.get1Value ( int  index,
float[]  vec2fs 
)
inline

Definition at line 45 of file MFVec2f.java.

◆ get1Value() [2/2]

void vrml.field.MFVec2f.get1Value ( int  index,
SFVec2f  sfVec2f 
)
inline

Definition at line 50 of file MFVec2f.java.

◆ getValue() [1/2]

void vrml.field.MFVec2f.getValue ( float[]  vec2fs)
inline

Definition at line 28 of file MFVec2f.java.

◆ getValue() [2/2]

void vrml.field.MFVec2f.getValue ( float  vec2fs[][])
inline

Definition at line 38 of file MFVec2f.java.

◆ insertValue() [1/3]

void vrml.field.MFVec2f.insertValue ( int  index,
ConstSFVec2f  sfVec2f 
)
inline

Definition at line 101 of file MFVec2f.java.

◆ insertValue() [2/3]

void vrml.field.MFVec2f.insertValue ( int  index,
float  x,
float  y 
)
inline

Definition at line 92 of file MFVec2f.java.

◆ insertValue() [3/3]

void vrml.field.MFVec2f.insertValue ( int  index,
SFVec2f  sfVec2f 
)
inline

Definition at line 96 of file MFVec2f.java.

◆ set1Value() [1/3]

void vrml.field.MFVec2f.set1Value ( int  index,
ConstSFVec2f  sfVec2f 
)
inline

Definition at line 75 of file MFVec2f.java.

◆ set1Value() [2/3]

void vrml.field.MFVec2f.set1Value ( int  index,
float  x,
float  y 
)
inline

Definition at line 66 of file MFVec2f.java.

◆ set1Value() [3/3]

void vrml.field.MFVec2f.set1Value ( int  index,
SFVec2f  sfVec2f 
)
inline

Definition at line 70 of file MFVec2f.java.

◆ setValue() [1/2]

void vrml.field.MFVec2f.setValue ( float[]  vec2fs)
inline

Definition at line 55 of file MFVec2f.java.

◆ setValue() [2/2]

void vrml.field.MFVec2f.setValue ( int  size,
float[]  vec2fs 
)
inline

Definition at line 59 of file MFVec2f.java.

◆ toString()

String vrml.field.MFVec2f.toString ( )
inline

Definition at line 105 of file MFVec2f.java.


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