FreeWRL / FreeX3D 4.3.0
Knotvector Struct Reference

Public Member Functions

void init (long, long, long, INREAL *)
 
int validate (void)
 
void show (const char *)
 

Data Fields

long order
 
long knotcount
 
long stride
 
Knot * knotlist
 

Detailed Description

Definition at line 41 of file knotvector.h.

Constructor & Destructor Documentation

◆ Knotvector()

Knotvector::Knotvector ( void )

Definition at line 62 of file knotvector.cc.

◆ ~Knotvector()

Knotvector::~Knotvector ( void )

Definition at line 67 of file knotvector.cc.

Member Function Documentation

◆ init()

void Knotvector::init ( long _knotcount,
long _stride,
long _order,
INREAL * _knotlist )

Definition at line 50 of file knotvector.cc.

◆ show()

void Knotvector::show ( const char * msg)

Definition at line 129 of file knotvector.cc.

◆ validate()

int Knotvector::validate ( void )

Definition at line 72 of file knotvector.cc.

Field Documentation

◆ knotcount

long Knotvector::knotcount

Definition at line 49 of file knotvector.h.

◆ knotlist

Knot* Knotvector::knotlist

Definition at line 51 of file knotvector.h.

◆ order

long Knotvector::order

Definition at line 48 of file knotvector.h.

◆ stride

long Knotvector::stride

Definition at line 50 of file knotvector.h.


The documentation for this struct was generated from the following files: