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 Member Functions

Protected Member Functions


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,
SFInt32  tesselation,
const MFDouble &  weight,
const MFDouble &  knot,
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 SFNode X3DTK::X3D::NurbsCurve::clone  )  const [virtual]
 

Clones the node.

Reimplemented from X3DTK::X3D::X3DParametricGeometryNode.

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

Gets the controlPoint attribute.

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

Gets the knot attribute.

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

Gets the order attribute.

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 SFInt32  order  ) 
 

Sets the order attribute.

void X3DTK::X3D::NurbsCurve::setTesselation SFInt32  tesselation  ) 
 

Sets the tesselation attribute.

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

Sets the weight attribute.

virtual SFString X3DTK::X3D::NurbsCurve::write  )  const [virtual]
 

Writes the attributes of the node.

Reimplemented from X3DTK::X3D::X3DNode.


Generated on Wed Sep 10 11:25:23 2003 for X3DToolKit by doxygen1.3