|
Open CASCADE Technology 6.5.2
|
#include <IntPolyh_ArrayOfEdges.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IntPolyh_ArrayOfEdges () | |
| IntPolyh_ArrayOfEdges (const Standard_Integer nn) | |
| void | Init (const Standard_Integer nn) |
| const Standard_Integer | GetN () const |
| const Standard_Integer | NbEdges () const |
| void | SetNbEdges (const Standard_Integer endaof) |
| void | IncNbEdges () |
| const IntPolyh_Edge & | Value (const Standard_Integer nn) const |
| const IntPolyh_Edge & | operator[] (const Standard_Integer nn) const |
| IntPolyh_Edge & | ChangeValue (const Standard_Integer nn) |
| IntPolyh_Edge & | operator[] (const Standard_Integer nn) |
| IntPolyh_ArrayOfEdges & | Copy (const IntPolyh_ArrayOfEdges &Other) |
| IntPolyh_ArrayOfEdges & | operator= (const IntPolyh_ArrayOfEdges &Other) |
| void | Destroy () |
| ~IntPolyh_ArrayOfEdges () | |
| void | Dump () const |
| IntPolyh_ArrayOfEdges::IntPolyh_ArrayOfEdges | ( | ) |
| IntPolyh_ArrayOfEdges::IntPolyh_ArrayOfEdges | ( | const Standard_Integer | nn | ) |
| IntPolyh_ArrayOfEdges::~IntPolyh_ArrayOfEdges | ( | ) | [inline] |
| IntPolyh_Edge& IntPolyh_ArrayOfEdges::ChangeValue | ( | const Standard_Integer | nn | ) |
| IntPolyh_ArrayOfEdges& IntPolyh_ArrayOfEdges::Copy | ( | const IntPolyh_ArrayOfEdges & | Other | ) |
| void IntPolyh_ArrayOfEdges::Destroy | ( | ) |
| void IntPolyh_ArrayOfEdges::Dump | ( | ) | const |
| const Standard_Integer IntPolyh_ArrayOfEdges::GetN | ( | ) | const |
| void IntPolyh_ArrayOfEdges::IncNbEdges | ( | ) |
| void IntPolyh_ArrayOfEdges::Init | ( | const Standard_Integer | nn | ) |
| const Standard_Integer IntPolyh_ArrayOfEdges::NbEdges | ( | ) | const |
| void IntPolyh_ArrayOfEdges::operator delete | ( | void * | anAddress | ) | [inline] |
| void* IntPolyh_ArrayOfEdges::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* IntPolyh_ArrayOfEdges::operator new | ( | size_t | size | ) | [inline] |
| IntPolyh_ArrayOfEdges& IntPolyh_ArrayOfEdges::operator= | ( | const IntPolyh_ArrayOfEdges & | Other | ) | [inline] |
| IntPolyh_Edge& IntPolyh_ArrayOfEdges::operator[] | ( | const Standard_Integer | nn | ) | [inline] |
| const IntPolyh_Edge& IntPolyh_ArrayOfEdges::operator[] | ( | const Standard_Integer | nn | ) | const [inline] |
| void IntPolyh_ArrayOfEdges::SetNbEdges | ( | const Standard_Integer | endaof | ) |
| const IntPolyh_Edge& IntPolyh_ArrayOfEdges::Value | ( | const Standard_Integer | nn | ) | const |
1.7.4