VecRCpline

| HOME | BACK |

Overview

VecRCpline is a vector of VecIndx objects.  Its main purpose is to store poly-lines, expressed by VecIndx, a list of row and column. 

 

Member data

Name Data type Meaning
size int no of data in the vector
maxsize int no of maximum data can be stored in a vector

 

Operator

no operator provided

 

Construction function

{VecRCpline} ret  =  VECRCPLINED([{int} argm1])

argm1 = max no of data in the vector    (default = 1)

Example:

->v1 = VecRCpline() create a vector with max size = 1

->v1 = VecRCpline(200)

create a vector with max size = 200

 

Lfunction

object({int} argm1)   =  {VecIndx} left-value

argm1 = vector index

 

Example:

->v1(0) = pline_1 set value of the 1st element pline_1, which is a VecIndx object

 

 

Class function

 (  ) EXTEND FIND    
INIT LAST LOAD  MAX  MAXSIZE
 MIN PUSHBACK QFIND    
 REMALL REMOVE REMSALT REVERSE  
SAVE  SIZE SMOOTH SORT  
TRUNCATE UNSTACK WINDOW    

 


| HOME | BACK |