FreeWRL / FreeX3D 4.3.0
rectBlockArray Class Reference

Public Member Functions

 rectBlockArray (Int s)
 
Int get_n_elements ()
 
rectBlockget_element (Int i)
 
void insert (rectBlock *newBlock)
 
Int num_quads ()
 
void print ()
 
void draw (Real *u_values, Real *v_values)
 

Detailed Description

Definition at line 61 of file rectBlock.h.

Constructor & Destructor Documentation

◆ rectBlockArray()

rectBlockArray::rectBlockArray ( Int s)

Definition at line 131 of file rectBlock.cc.

◆ ~rectBlockArray()

rectBlockArray::~rectBlockArray ( )

Definition at line 143 of file rectBlock.cc.

Member Function Documentation

◆ draw()

void rectBlockArray::draw ( Real * u_values,
Real * v_values )

Definition at line 184 of file rectBlock.cc.

◆ get_element()

rectBlock * rectBlockArray::get_element ( Int i)
inline

Definition at line 70 of file rectBlock.h.

◆ get_n_elements()

Int rectBlockArray::get_n_elements ( )
inline

Definition at line 69 of file rectBlock.h.

◆ insert()

void rectBlockArray::insert ( rectBlock * newBlock)

Definition at line 155 of file rectBlock.cc.

◆ num_quads()

Int rectBlockArray::num_quads ( )

Definition at line 123 of file rectBlock.cc.

◆ print()

void rectBlockArray::print ( )

Definition at line 177 of file rectBlock.cc.


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