H3D API  2.4.1
Classes
Basic Field types.

The basic Field types of H3D API. More...

Classes

class  H3D::MFBool
 The MFBool field contains a vector of boolean values. More...
 
class  H3D::MFColor
 The MFColor field contains a vector of RGB (red-green-blue) colour triples. More...
 
class  H3D::MFColorRGBA
 The MFColorRGBA field contains a vector of RGBA (red-green-blue-alpha) colour 4-tuples. More...
 
class  H3D::MFDouble
 The MFDouble field contains a vector of high-precision floating point numbers. More...
 
class  H3D::MFFloat
 The MFFloat field contains a vector of single-precision floating point numbers. More...
 
class  H3D::MFInt32
 The MFInt32 field contains a vector of 32-bit integers. More...
 
class  H3D::MFMatrix3d
 The MFMatrix3d field contains a vector of Matrix3d instances. More...
 
class  H3D::MFMatrix3f
 The MFMatrix3f field contains a vector of Matrix3f instances. More...
 
class  H3D::MFMatrix4d
 The MFMatrix4d field contains a vector of Matrix4d instances. More...
 
class  H3D::MFMatrix4f
 The MFMatrix4f field contains a vector of Matrix4f instances. More...
 
class  H3D::MFQuaternion
 The MFQuaternion field contains a vector of arbitrary Quaternion objects. More...
 
class  H3D::MFRotation
 The MFRotation field contains a vector of arbitrary Rotation objects. More...
 
class  H3D::MFString
 The MFString field conatins a vector of strings. More...
 
class  H3D::MFTime
 The MFTime field contains a vector of time values. More...
 
class  H3D::MFVec2d
 The MFVec2d field contains a vector of Vec2d. More...
 
class  H3D::MFVec2f
 The MFVec2f field contains a vector of Vec2f. More...
 
class  H3D::MFVec3d
 The MFVec3d field contains a vector of Vec3d. More...
 
class  H3D::MFVec3f
 The MFVec3f field contains a vector of Vec3f. More...
 
class  H3D::MFVec4d
 The MFVec4d field contains a vector of Vec4d. More...
 
class  H3D::MFVec4f
 The MFVec4f field contains a vector of Vec4f. More...
 
class  H3D::SFBool
 The SFBool field contains a single boolean value. More...
 
class  H3D::SFColor
 The SFColor field contains one RGB (red-green-blue) colour triple. More...
 
class  H3D::SFColorRGBA
 The SFColorRGBA field contains one RGBA (red-green-blue-alpha) colour 4-tuple. More...
 
class  H3D::SFDouble
 The SFDouble field contains one high-precision floating point number. More...
 
class  H3D::SFFloat
 The SFFloat field contains one single-precision floating point number. More...
 
class  H3D::SFInt32
 The SFInt32 field contains one 32-bit integer. More...
 
class  H3D::SFMatrix3d
 The SFMatrix3d field contains a Matrix3d. More...
 
class  H3D::SFMatrix3f
 The SFMatrix3f field contains a Matrix3f. More...
 
class  H3D::SFMatrix4d
 The SFMatrix4d field contains a Matrix4d. More...
 
class  H3D::SFMatrix4f
 The SFMatrix4f field contains a Matrix4f. More...
 
class  H3D::SFNode
 SFNode is almost like any SField but it encapsulates a pointer to a Node. More...
 
class  H3D::SFQuaternion
 The SFQuaternion field contains a Quaternion. More...
 
class  H3D::SFRotation
 The SFRotation field contains one arbitrary Rotation. More...
 
class  H3D::SFString
 The SFString field contains a string. More...
 
class  H3D::SFTime
 The SFTime field contains a single time value. More...
 
class  H3D::SFVec2d
 The SFVec2d field contains a Vec2d. More...
 
class  H3D::SFVec2f
 The SFVec2f field contains a Vec2f. More...
 
class  H3D::SFVec3d
 The SFVec3d field contains a Vec3d. More...
 
class  H3D::SFVec3f
 The SFVec3f field contains a Vec3f. More...
 
class  H3D::SFVec4d
 The SFVec4d field contains a Vec4d. More...
 
class  H3D::SFVec4f
 The SFVec4f field contains a Vec4f. More...
 
class  H3D::MFNode
 MFNode is almost like any MField but it encapsulates a vector of Node pointers. More...
 

Detailed Description

The basic Field types of H3D API.