Use these functions to construct and destroy objects of array objects of class IGRPoint2DArray.
![]() |
public:
~IGRPoint2DArray()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
IGRPoint2DArray(const IGRPoint2DArray& source)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
IGRPoint2DArray(unsigned long size = 0)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
IGRPoint2DArray(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 such as the number of points an array access object contains and the point indicated by a specific index into the array.
![]() |
public:
unsigned long numberOfPoints() const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
IGRPoint2D 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 IGRPoint2DArray object.
![]() |
public:
void setPoint(unsigned long i, const IGRPoint2D& p)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to read an IGRPoint2DArray 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