All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.MFVec3f

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.MField
                   |
                   +----berkeley.cs.dmc.vrml.field.MFVec3f

public class MFVec3f
extends MField

Constructor Index

 o MFVec3f()
 o MFVec3f(float[])
 o MFVec3f(float[][])
 o MFVec3f(int, float[])

Method Index

 o addValue(ConstSFVec3f)
 o addValue(float, float, float)
 o addValue(SFVec3f)
 o clear()
 o clone()
 o delete(int)
 o get1Value(int, float[])
 o get1Value(int, SFVec3f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o insertValue(int, ConstSFVec3f)
 o insertValue(int, float, float, float)
 o insertValue(int, SFVec3f)
 o set1Value(int, ConstSFVec3f)
 o set1Value(int, float, float, float)
 o set1Value(int, SFVec3f)
 o setValue(ConstMFVec3f)
 o setValue(float[])
 o setValue(float[][])
 o setValue(int, float[])
 o setValue(MFVec3f)
 o toString()

Constructors

 o MFVec3f
 public MFVec3f()
 o MFVec3f
 public MFVec3f(float vec3s[][])
 o MFVec3f
 public MFVec3f(float vec3s[])
 o MFVec3f
 public MFVec3f(int size,
                float vec3s[])

Methods

 o getSize
 public synchronized int getSize()
Overrides:
getSize in class MField
 o clear
 public synchronized void clear()
Overrides:
clear in class MField
 o delete
 public synchronized void delete(int index)
Overrides:
delete in class MField
 o getValue
 public synchronized void getValue(float vec3s[][])
 o getValue
 public synchronized void getValue(float vec3s[])
 o get1Value
 public synchronized void get1Value(int index,
                                    float vec3s[])
 o get1Value
 public synchronized void get1Value(int index,
                                    SFVec3f vec)
 o setValue
 public synchronized void setValue(float vec3s[][])
 o setValue
 public synchronized void setValue(float vec3s[])
 o setValue
 public synchronized void setValue(int size,
                                   float vec3s[])
 o setValue
 public synchronized void setValue(MFVec3f vec3s)
 o setValue
 public synchronized void setValue(ConstMFVec3f vec3s)
 o set1Value
 public void set1Value(int index,
                       ConstSFVec3f vec)
 o set1Value
 public synchronized void set1Value(int index,
                                    SFVec3f vec)
 o set1Value
 public synchronized void set1Value(int index,
                                    float x,
                                    float y,
                                    float z)
 o addValue
 public void addValue(ConstSFVec3f vec)
 o addValue
 public synchronized void addValue(SFVec3f vec)
 o addValue
 public synchronized void addValue(float x,
                                   float y,
                                   float z)
 o insertValue
 public void insertValue(int index,
                         ConstSFVec3f vec)
 o insertValue
 public synchronized void insertValue(int index,
                                      SFVec3f vec)
 o insertValue
 public synchronized void insertValue(int index,
                                      float x,
                                      float y,
                                      float z)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object
 o clone
 public Object clone()
Overrides:
clone in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index