Open CASCADE Technology
6.5.4
|
#include <IntPolyh_ArrayOfEdges.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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 | ( | ) | [inline] |
void IntPolyh_ArrayOfEdges::Dump | ( | ) | const |
const Standard_Integer IntPolyh_ArrayOfEdges::GetN | ( | ) | const |
IntPolyh_ArrayOfEdges& IntPolyh_ArrayOfEdges::operator= | ( | const IntPolyh_ArrayOfEdges & | Other | ) | [inline] |
const IntPolyh_Edge& IntPolyh_ArrayOfEdges::operator[] | ( | const Standard_Integer | nn | ) | const [inline] |
IntPolyh_Edge& IntPolyh_ArrayOfEdges::operator[] | ( | const Standard_Integer | nn | ) | [inline] |
const IntPolyh_Edge& IntPolyh_ArrayOfEdges::Value | ( | const Standard_Integer | nn | ) | const |