VecIdPt3D

| HOME | BACK |

Overview

VecIdPt3D is a vector to store IdPt3D objects. 

 

Member data

Name Data type Meaning
id int ID number of the vector
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

{VecIdPt3D} ret  =  VECIDPT3D([{int} argm1])

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

Example:

->v1 = VecIdPt3D() default max size = 3 (can store up to 3 Pt3D objects)

->v1 = VecIdPt3D(200)

create a vector of indices with max size = 200

 

Lfunction

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

argm1 = vector index

object.ID()           =  {int} left-value

Example:

->v1(0) = IdPt3D(100,5,6,7,0.050) set value of the 1st element to an IdPt3D, id = 100, x = 5, y = 6, z = 7 and sd = 0.050

 

Class function

 (  ) CONFORMAL EXTEND FIND ID
INIT LOAD LOADSCH MATRIX MAX
 MAXSIZE MEAN MIN NEAREST  
PUSHBACK  QFIND REMALL REMOVE REMSORT
SAVE SET_SD SCALE SHIFT  
SIZE SORT SORT_X SWAP_XY  
SWAP_XZ SWAP_YZ TRANSFORM TRUNCATE WINDOW
WINDOW_X WINDOW_XY      

 


| HOME | BACK |