IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::PointContainerVector Class Reference

Container class that contains a single vector point plus all the data that are necessary for searching and re-connecting operations on points. More...

Inheritance diagram for IG::Num::PointContainerVector:
Collaboration diagram for IG::Num::PointContainerVector:

List of all members.

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.

Detailed Description

Container class that contains a single vector point plus all the data that are necessary for searching and re-connecting operations on points.

Template Parameters:
PointTypeType of the vector enclosed in this container class to represent a point in space.

$A Igor Sep08 May09 Dec11;


Constructor & Destructor Documentation

IG::Num::PointContainerVector::PointContainerVector ( IVector  point,
int  index 
) [inline]
IG::Num::PointContainerVector::PointContainerVector ( IVector  point) [inline]

Member Function Documentation

override IVector IG::Num::PointContainerVector::GetPointCoordinates ( IVector  point) [inline]

Returns vector of co-ordinates (or input parameters) of the specified point.

Parameters:
pointPoint whose co-ordinates are returned.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events