
X3D Interface | ||||
| Name | Type | Default value | Description | |
![]() | start | SFVec3f | (0,0,0) | The start position for the line. |
![]() | stop | SFVec3f | (0,0,0) | The stop position of the line. |
![]() | samples | SFInt32 | 10 | The number of samples to distribute along the line. |
| Derived from VHTKPointsGeneratorNode | ||||
![]() | point | (MFVec3f) | [] | The points generated by this points generator. |
Public Member Functions | |
| PointsFromLine (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< Point > _point=0, H3D::Inst< H3D::SFVec3f > _start=0, H3D::Inst< H3D::SFVec3f > _stop=0, H3D::Inst< H3D::SFInt32 > _samples=0) | |
| Initializes local members. | |
Public Attributes | |
| auto_ptr< H3D::SFVec3f > | start |
| The start position for the line. | |
| auto_ptr< H3D::SFVec3f > | stop |
| The stop position of the line. | |
| auto_ptr< H3D::SFInt32 > | samples |
| The number of samples to distribute along the line. | |
Static Public Attributes | |
| static H3D::H3DNodeDatabase | database |
Classes | |
| struct | Point |
| VHTK::PointsFromLine::PointsFromLine | ( | H3D::Inst< H3D::SFNode > | _metadata = 0, |
|
| H3D::Inst< Point > | _point = 0, |
|||
| H3D::Inst< H3D::SFVec3f > | _start = 0, |
|||
| H3D::Inst< H3D::SFVec3f > | _stop = 0, |
|||
| H3D::Inst< H3D::SFInt32 > | _samples = 0 | |||
| ) |
Initializes local members.
| auto_ptr< H3D::SFVec3f > VHTK::PointsFromLine::start |
The start position for the line.
| auto_ptr< H3D::SFVec3f > VHTK::PointsFromLine::stop |
The stop position of the line.
| auto_ptr< H3D::SFInt32 > VHTK::PointsFromLine::samples |
The number of samples to distribute along the line.
1.5.6