2D polypoint node. More...
#include <Inventor/VRMLnodes/SoVRMLPolypoint2D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLPolypoint2D () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec2f | point |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
The SoVRMLPolypoint2D node specifies a set of vertices in the local 2D coordinate system at each of which is displayed a point. The point field specifies the vertices to be displayed.
The following figure illustrates the SoVRMLPolypoint2D node with the points augmented for illustrative purposes.
point | [] |
metadata | NULL |
SoMFVec2f | set_point |
SoSFNode | set_metadata |
SoMFVec2f | point_changed |
SoSFNode | metadata_changed |
SoVRMLPolypoint2D::SoVRMLPolypoint2D | ( | ) |
Constructor.
static SoType SoVRMLPolypoint2D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
virtual SoType SoVRMLPolypoint2D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Specifies the vertices to be connected.