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

X3DTK::X3D::NurbsCurve Class Reference

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

Inheritance diagram for X3DTK::X3D::NurbsCurve:

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 NurbsCurve ( documentation).


Constructor & Destructor Documentation

X3DTK::X3D::NurbsCurve::NurbsCurve  
 

Constructor.

X3DTK::X3D::NurbsCurve::NurbsCurve const MFVec3f &    controlPoint,
const SFInt32 &    tesselation,
const MFDouble &    weight,
const MFDouble &    knot,
const SFInt32 &    order
 

Constructs a NurbsCurve from it attribute.

virtual X3DTK::X3D::NurbsCurve::~NurbsCurve   [virtual]
 

Virtual destructor.

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

Copy constructor.


Member Function Documentation

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

Clones the node.

Reimplemented from X3DTK::X3DAbstractNode.

const MFVec3f& X3DTK::X3D::NurbsCurve::getControlPoint   const [inline]
 

Gets the controlPoint attribute.

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

Gets the knot attribute.

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

Gets the order attribute.

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

Gets the tesselation attribute.

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

Gets the weight attribute.

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

Loads the attributes from a X3DFileElement e.

Reimplemented from X3DTK::X3D::X3DNode.

void X3DTK::X3D::NurbsCurve::setControlPoint const MFVec3f &    controlPoint
 

Sets the controlPoint attribute.

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

Sets the knot attribute.

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

Sets the order attribute.

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

Sets the tesselation attribute.

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

Sets the weight attribute.

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

Writes the attributes of the node.

Reimplemented from X3DTK::X3D::X3DNode.


Generated on Mon Jan 19 10:32:21 2004 for X3DToolKit by doxygen1.2.18