Use the functions in this group to construct or destroy an object of class IGPoint2DArray.
![]() |
public:
~IGPoint2DArray()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
IGPoint2DArray(unsigned long size = 0)
Create an IGPoint2DArray of the specified size.
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
IGPoint2DArray(const IGPoint2DArray& source)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use this function to create a rectangle that encompassess all the points in the array.
![]() |
public:
IGRect2D bounds() const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to obtain information about the IGPoint2DArray access-array object, such as the number of points the array contains, and the point at a specific index into the array.
![]() |
public:
unsigned long numberOfPoints() const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
IGPoint2D point(unsigned long i) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to set the point at a specific index into the array of the IGPoint2DArray object.
![]() |
public:
void setPoint(unsigned long i, const IGPoint2D& p)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to read an IGPoint2DArray object in from the specified stream or write it out to it.
![]() |
public:
IDataStream& operator <<=(IDataStream&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
IDataStream& operator >>=(IDataStream&) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
~IRawArray()
void append(const AType& p)
unsigned long growIncrement() const
IRawArray(const IRawArray < AType >& source)
IRawArray(unsigned long size = 0)
unsigned long numberOfValues() const
bool operator !=(const IRawArray < AType >& obj) const
IDataStream& operator <<=(IDataStream& fromWhere)
IRawArray < AType >& operator =( const IRawArray < AType >& obj )
bool operator ==(const IRawArray < AType >& obj) const
IDataStream& operator >>=(IDataStream& toStream) const
AType& operator [](unsigned long i)
const AType& operator [](unsigned long i) const
void readFromStream(IDataStream& fromWhere)
void resize(unsigned long newsize)
void setGrowIncrement(unsigned long increment)
void setValue(unsigned long i, const AType& p)
void swap(IRawArray < AType >& victim)
AType value(unsigned long i) const
void writeToStream(IDataStream& toWhere) const