FreeWRL / FreeX3D 4.3.0
sai.FWMFVec3d Class Reference
Inheritance diagram for sai.FWMFVec3d:
sai.FreeWRLMField sai.FreeWRLField

Public Member Functions

 FWMFVec3d (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
void getValue (double[][] value) throws ArrayIndexOutOfBoundsException
 
void getValue (double[] value) throws ArrayIndexOutOfBoundsException
 
void get1Value (int index, double[] value) throws ArrayIndexOutOfBoundsException
 
void setValue (int size, double[] value) throws ArrayIndexOutOfBoundsException
 
void setValue (int size, double[][] value) throws ArrayIndexOutOfBoundsException
 
void set1Value (int index, double[] value) throws ArrayIndexOutOfBoundsException
 
void append (double[] value)
 
void insertValue (int index, double[] value)
 
- Public Member Functions inherited from sai.FreeWRLMField
 FreeWRLMField (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
int size () throws InvalidFieldException, ConnectionException
 
void clear () throws InvalidFieldException, ConnectionException
 
void remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException
 
- Public Member Functions inherited from sai.FreeWRLField
 FreeWRLField (FreeWRLFieldDefinition def, FreeWRLBrowser b)
 
String toString ()
 
X3DFieldDefinition getDefinition () throws InvalidFieldException, ConnectionException
 
boolean isReadable () throws InvalidFieldException, ConnectionException
 
boolean isWritable () throws InvalidFieldException, ConnectionException
 
void addX3DEventListener (X3DFieldEventListener l) throws ConnectionException, InvalidFieldException
 
void removeX3DEventListener (X3DFieldEventListener l) throws ConnectionException, InvalidFieldException
 
void setUserData (Object data) throws InvalidFieldException, ConnectionException
 
Object getUserData () throws InvalidFieldException, ConnectionException
 
void dispose ()
 
void checkValid ()
 
void setCommand (String com)
 
void setNode (String nod)
 
void setDataType (String dt)
 
void setNodePtr (String np)
 
void setOffset (String off)
 
void setDataSize (String ds)
 
void setScriptType (String st)
 
String getDataSize ()
 
String getScriptType ()
 
String getCommand ()
 
String getNode ()
 
String getDataType ()
 
String getNodePtr ()
 
String getOffset ()
 

Additional Inherited Members

- Protected Attributes inherited from sai.FreeWRLField
FreeWRLFieldDefinition fieldDef
 
Object userData
 
FreeWRLBrowser browser
 

Detailed Description

Definition at line 5 of file FWMFVec3d.java.

Constructor & Destructor Documentation

◆ FWMFVec3d()

sai.FWMFVec3d.FWMFVec3d ( FreeWRLFieldDefinition  def,
FreeWRLBrowser  b 
)
inline

Definition at line 9 of file FWMFVec3d.java.

Member Function Documentation

◆ append()

void sai.FWMFVec3d.append ( double[]  value)
inline

Definition at line 145 of file FWMFVec3d.java.

◆ get1Value()

void sai.FWMFVec3d.get1Value ( int  index,
double[]  value 
) throws ArrayIndexOutOfBoundsException
inline

Definition at line 68 of file FWMFVec3d.java.

◆ getValue() [1/2]

void sai.FWMFVec3d.getValue ( double[]  value) throws ArrayIndexOutOfBoundsException
inline

Definition at line 44 of file FWMFVec3d.java.

◆ getValue() [2/2]

void sai.FWMFVec3d.getValue ( double  value[][]) throws ArrayIndexOutOfBoundsException
inline

Definition at line 14 of file FWMFVec3d.java.

◆ insertValue()

void sai.FWMFVec3d.insertValue ( int  index,
double[]  value 
)
inline

Definition at line 184 of file FWMFVec3d.java.

◆ set1Value()

void sai.FWMFVec3d.set1Value ( int  index,
double[]  value 
) throws ArrayIndexOutOfBoundsException
inline

Definition at line 139 of file FWMFVec3d.java.

◆ setValue() [1/2]

void sai.FWMFVec3d.setValue ( int  size,
double[]  value 
) throws ArrayIndexOutOfBoundsException
inline

Definition at line 106 of file FWMFVec3d.java.

◆ setValue() [2/2]

void sai.FWMFVec3d.setValue ( int  size,
double  value[][] 
) throws ArrayIndexOutOfBoundsException
inline

Definition at line 121 of file FWMFVec3d.java.


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