|
Open CASCADE Technology 6.5.2
|
#include <IntPolyh_ArrayOfPoints.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IntPolyh_ArrayOfPoints () | |
| IntPolyh_ArrayOfPoints (const Standard_Integer nn) | |
| void | Init (const Standard_Integer nn) |
| const IntPolyh_Point & | Value (const Standard_Integer nn) const |
| const IntPolyh_Point & | operator[] (const Standard_Integer nn) const |
| IntPolyh_Point & | ChangeValue (const Standard_Integer nn) |
| IntPolyh_Point & | operator[] (const Standard_Integer nn) |
| IntPolyh_ArrayOfPoints & | Copy (const IntPolyh_ArrayOfPoints &Other) |
| IntPolyh_ArrayOfPoints & | operator= (const IntPolyh_ArrayOfPoints &Other) |
| Standard_Integer | GetN () const |
| Standard_Integer | NbPoints () const |
| void | IncNbPoints () |
| void | SetNbPoints (const Standard_Integer END) |
| void | Destroy () |
| ~IntPolyh_ArrayOfPoints () | |
| void | Dump () const |
| IntPolyh_ArrayOfPoints::IntPolyh_ArrayOfPoints | ( | ) |
| IntPolyh_ArrayOfPoints::IntPolyh_ArrayOfPoints | ( | const Standard_Integer | nn | ) |
| IntPolyh_ArrayOfPoints::~IntPolyh_ArrayOfPoints | ( | ) | [inline] |
| IntPolyh_Point& IntPolyh_ArrayOfPoints::ChangeValue | ( | const Standard_Integer | nn | ) |
| IntPolyh_ArrayOfPoints& IntPolyh_ArrayOfPoints::Copy | ( | const IntPolyh_ArrayOfPoints & | Other | ) |
| void IntPolyh_ArrayOfPoints::Destroy | ( | ) |
| void IntPolyh_ArrayOfPoints::Dump | ( | ) | const |
| Standard_Integer IntPolyh_ArrayOfPoints::GetN | ( | ) | const |
| void IntPolyh_ArrayOfPoints::IncNbPoints | ( | ) |
| void IntPolyh_ArrayOfPoints::Init | ( | const Standard_Integer | nn | ) |
| Standard_Integer IntPolyh_ArrayOfPoints::NbPoints | ( | ) | const |
| void IntPolyh_ArrayOfPoints::operator delete | ( | void * | anAddress | ) | [inline] |
| void* IntPolyh_ArrayOfPoints::operator new | ( | size_t | size | ) | [inline] |
| void* IntPolyh_ArrayOfPoints::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| IntPolyh_ArrayOfPoints& IntPolyh_ArrayOfPoints::operator= | ( | const IntPolyh_ArrayOfPoints & | Other | ) | [inline] |
| IntPolyh_Point& IntPolyh_ArrayOfPoints::operator[] | ( | const Standard_Integer | nn | ) | [inline] |
| const IntPolyh_Point& IntPolyh_ArrayOfPoints::operator[] | ( | const Standard_Integer | nn | ) | const [inline] |
| void IntPolyh_ArrayOfPoints::SetNbPoints | ( | const Standard_Integer | END | ) |
| const IntPolyh_Point& IntPolyh_ArrayOfPoints::Value | ( | const Standard_Integer | nn | ) | const |
1.7.4