#include <TColgp_HArray1OfPnt.hxx>
Inheritance diagram for TColgp_HArray1OfPnt:
Public Member Functions | |
Standard_EXPORT | TColgp_HArray1OfPnt (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | TColgp_HArray1OfPnt (const Standard_Integer Low, const Standard_Integer Up, const gp_Pnt &V) |
Standard_EXPORT void | Init (const gp_Pnt &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const gp_Pnt &Value) |
const gp_Pnt & | Value (const Standard_Integer Index) const |
gp_Pnt & | ChangeValue (const Standard_Integer Index) |
const TColgp_Array1OfPnt & | Array1 () const |
TColgp_Array1OfPnt & | ChangeArray1 () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TColgp_Array1OfPnt | myArray |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|