Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

X3DTK::X3D::NurbsCurve2D Class Reference

Base class of the NURBS component defining a NurbsCurve2D ( documentation). More...

Inheritance diagram for X3DTK::X3D::NurbsCurve2D:

X3DTK::X3D::X3DParametricGeometryNode X3DTK::X3D::X3DGeometryNode X3DTK::X3D::X3DNode X3DTK::X3DAbstractNode List of all members.

Public Methods

Protected Methods


Detailed Description

Base class of the NURBS component defining a NurbsCurve2D ( documentation).


Constructor & Destructor Documentation

X3DTK::X3D::NurbsCurve2D::NurbsCurve2D  
 

Constructor.

X3DTK::X3D::NurbsCurve2D::NurbsCurve2D const MFVec2f &    controlPoint,
const SFInt32 &    tesselation,
const MFDouble &    weight,
const MFDouble &    knot,
const SFInt32 &    order
 

Constructs a NurbsCurve2D from it attribute.

virtual X3DTK::X3D::NurbsCurve2D::~NurbsCurve2D   [virtual]
 

Virtual destructor.

X3DTK::X3D::NurbsCurve2D::NurbsCurve2D const NurbsCurve2D &    N [protected]
 

Copy constructor.


Member Function Documentation

virtual SFAbstractNode X3DTK::X3D::NurbsCurve2D::clone   [virtual]
 

Clones the node.

Reimplemented from X3DTK::X3DAbstractNode.

const MFVec2f& X3DTK::X3D::NurbsCurve2D::getControlPoint   const [inline]
 

Gets the controlPoint attribute.

const MFDouble& X3DTK::X3D::NurbsCurve2D::getKnot   const [inline]
 

Gets the knot attribute.

const SFInt32& X3DTK::X3D::NurbsCurve2D::getOrder   const [inline]
 

Gets the order attribute.

const SFInt32& X3DTK::X3D::NurbsCurve2D::getTesselation   const [inline]
 

Gets the tesselation attribute.

const MFDouble& X3DTK::X3D::NurbsCurve2D::getWeight   const [inline]
 

Gets the weight attribute.

virtual void X3DTK::X3D::NurbsCurve2D::load const X3DFileElement   element [virtual]
 

Loads the attributes from a X3DFileElement e.

Reimplemented from X3DTK::X3D::X3DNode.

void X3DTK::X3D::NurbsCurve2D::setControlPoint const MFVec2f &    controlPoint
 

Sets the controlPoint attribute.

void X3DTK::X3D::NurbsCurve2D::setKnot const MFDouble &    knot
 

Sets the knot attribute.

void X3DTK::X3D::NurbsCurve2D::setOrder const SFInt32 &    order
 

Sets the order attribute.

void X3DTK::X3D::NurbsCurve2D::setTesselation const SFInt32 &    tesselation
 

Sets the tesselation attribute.

void X3DTK::X3D::NurbsCurve2D::setWeight const MFDouble &    weight
 

Sets the weight attribute.

virtual SFString& X3DTK::X3D::NurbsCurve2D::write SFString   output const [virtual]
 

Writes the attributes of the node.

Reimplemented from X3DTK::X3D::X3DNode.


Generated on Thu Dec 4 13:26:02 2003 for X3DToolKit by doxygen1.2.18