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

Public Member Functions

 ConstMFVec3f (float[] vec3fs)
 
 ConstMFVec3f (int size, float[] vec3fs)
 
 ConstMFVec3f (float[][] vec3fs)
 
void getValue (float[] vec3fs)
 
void getValue (float[][] vec3fs)
 
void get1Value (int index, float[] vec3fs)
 
void get1Value (int index, SFVec3f sfVec3f)
 
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 ConstMFVec3f.java.

Constructor & Destructor Documentation

◆ ConstMFVec3f() [1/4]

vrml.field.ConstMFVec3f.ConstMFVec3f ( )
inline

Definition at line 11 of file ConstMFVec3f.java.

◆ ConstMFVec3f() [2/4]

vrml.field.ConstMFVec3f.ConstMFVec3f ( float[] vec3fs)
inline

Definition at line 14 of file ConstMFVec3f.java.

◆ ConstMFVec3f() [3/4]

vrml.field.ConstMFVec3f.ConstMFVec3f ( int size,
float[] vec3fs )
inline

Definition at line 18 of file ConstMFVec3f.java.

◆ ConstMFVec3f() [4/4]

vrml.field.ConstMFVec3f.ConstMFVec3f ( float vec3fs[][])
inline

Definition at line 23 of file ConstMFVec3f.java.

Member Function Documentation

◆ __fromPerl()

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

Reimplemented from vrml.Field.

Definition at line 67 of file ConstMFVec3f.java.

◆ __toPerl()

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

Reimplemented from vrml.Field.

Definition at line 80 of file ConstMFVec3f.java.

◆ get1Value() [1/2]

void vrml.field.ConstMFVec3f.get1Value ( int index,
float[] vec3fs )
inline

Definition at line 46 of file ConstMFVec3f.java.

◆ get1Value() [2/2]

void vrml.field.ConstMFVec3f.get1Value ( int index,
SFVec3f sfVec3f )
inline

Definition at line 51 of file ConstMFVec3f.java.

◆ getValue() [1/2]

void vrml.field.ConstMFVec3f.getValue ( float[] vec3fs)
inline

Definition at line 28 of file ConstMFVec3f.java.

◆ getValue() [2/2]

void vrml.field.ConstMFVec3f.getValue ( float vec3fs[][])
inline

Definition at line 39 of file ConstMFVec3f.java.

◆ toString()

String vrml.field.ConstMFVec3f.toString ( )
inline

Definition at line 56 of file ConstMFVec3f.java.


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