
X3D Interface | ||||
| Name | Type | Default value | Description | |
![]() | vectorVolume | SFVectorVolume | null | The volume to visualize with this set of stream tubes |
![]() | scalarVolume | SFScalarVolume | (ScalarExtractorField) | This volume controls the color of the tubes. If not specified the vector magnitude is used. |
Public Member Functions | |
| void | initialize () |
| void | traverseSG (H3D::TraverseInfo &ti) |
Public Attributes | |
| auto_ptr< SFVectorDataNode > | vectorVolume |
| auto_ptr< SFScalarDataNode > | scalarVolume |
| auto_ptr< H3D::MFVec3f > | source |
| auto_ptr< SFColorFunction > | colorFunction |
| auto_ptr< H3D::SFFloat > | step |
| auto_ptr< H3D::SFFloat > | maxLength |
| auto_ptr< H3D::SFFloat > | maxAngle |
| auto_ptr< H3D::SFFloat > | maxDAngle |
| auto_ptr< H3D::SFFloat > | maxError |
| auto_ptr< H3D::SFFloat > | threshold |
| auto_ptr< H3D::SFBool > | useEuler |
Static Public Attributes | |
| static H3D::H3DNodeDatabase | database |
Protected Member Functions | |
| void | createGlyphs () |
| void | addGlyph (H3D::Vec3f p, std::vector< H3D::Vec3f > &point, std::vector< H3D::Vec3f > &normal, std::vector< H3D::RGB > &rgb, std::vector< int > &index) |
Protected Attributes | |
| auto_ptr< Update > | update |
Friends | |
| struct | Update |
Classes | |
| struct | Update |
1.5.6