IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Container class that contains a single vector point plus all the data that are necessary for searching and re-connecting operations on points. More...
Public Member Functions | |
PointContainerVector (IVector point, int index) | |
PointContainerVector (IVector point) | |
override IVector | GetPointCoordinates (IVector point) |
Returns vector of co-ordinates (or input parameters) of the specified point. |
Container class that contains a single vector point plus all the data that are necessary for searching and re-connecting operations on points.
PointType | Type of the vector enclosed in this container class to represent a point in space. |
$A Igor Sep08 May09 Dec11;
IG::Num::PointContainerVector::PointContainerVector | ( | IVector | point, |
int | index | ||
) | [inline] |
IG::Num::PointContainerVector::PointContainerVector | ( | IVector | point | ) | [inline] |
Returns vector of co-ordinates (or input parameters) of the specified point.
point | Point whose co-ordinates are returned. |