FreeWRL / FreeX3D 4.3.0
vrml.field.ConstMFVec2f Class Reference
Inheritance diagram for vrml.field.ConstMFVec2f:
vrml.ConstMField vrml.ConstField vrml.Field

Public Member Functions

 ConstMFVec2f (float[] vec2fs)
 ConstMFVec2f (int size, float[] vec2fs)
 ConstMFVec2f (float[][] vec2fs)
void getValue (float[] vec2fs)
void getValue (float[][] vec2fs)
void get1Value (int index, float[] vec2fs)
void get1Value (int index, SFVec2f sfVec2f)
String toString ()
void __fromPerl (BufferedReader in) throws IOException
void __toPerl (PrintWriter out) throws IOException
Public Member Functions inherited from vrml.ConstMField
int getSize ()
Public Member Functions inherited from vrml.Field
Object clone ()
void bind_to (FWJavaScriptBinding b)
final void __updateRead ()
void setOffset (String offs)
String getOffset ()

Additional Inherited Members

Data Fields inherited from vrml.ConstMField
Vector __vect = new Vector()
Protected Member Functions inherited from vrml.ConstMField
final void __update1Read (int index)
Protected Member Functions inherited from vrml.Field
final void __updateWrite ()

Detailed Description

Definition at line 10 of file ConstMFVec2f.java.

Constructor & Destructor Documentation

◆ ConstMFVec2f() [1/4]

vrml.field.ConstMFVec2f.ConstMFVec2f ( )
inline

Definition at line 11 of file ConstMFVec2f.java.

◆ ConstMFVec2f() [2/4]

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

Definition at line 14 of file ConstMFVec2f.java.

◆ ConstMFVec2f() [3/4]

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

Definition at line 18 of file ConstMFVec2f.java.

◆ ConstMFVec2f() [4/4]

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

Definition at line 23 of file ConstMFVec2f.java.

Member Function Documentation

◆ __fromPerl()

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

Reimplemented from vrml.Field.

Definition at line 66 of file ConstMFVec2f.java.

◆ __toPerl()

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

Reimplemented from vrml.Field.

Definition at line 79 of file ConstMFVec2f.java.

◆ get1Value() [1/2]

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

Definition at line 45 of file ConstMFVec2f.java.

◆ get1Value() [2/2]

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

Definition at line 50 of file ConstMFVec2f.java.

◆ getValue() [1/2]

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

Definition at line 28 of file ConstMFVec2f.java.

◆ getValue() [2/2]

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

Definition at line 38 of file ConstMFVec2f.java.

◆ toString()

String vrml.field.ConstMFVec2f.toString ( )
inline

Definition at line 55 of file ConstMFVec2f.java.


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