#include <TopOpeBRep_Array1OfLineInter.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TopOpeBRep_Array1OfLineInter (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | TopOpeBRep_Array1OfLineInter (const TopOpeBRep_LineInter &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const TopOpeBRep_LineInter &V) |
Standard_EXPORT void | Destroy () |
~TopOpeBRep_Array1OfLineInter () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT const TopOpeBRep_Array1OfLineInter & | Assign (const TopOpeBRep_Array1OfLineInter &Other) |
const TopOpeBRep_Array1OfLineInter & | operator= (const TopOpeBRep_Array1OfLineInter &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const TopOpeBRep_LineInter &Value) |
const TopOpeBRep_LineInter & | Value (const Standard_Integer Index) const |
const TopOpeBRep_LineInter & | operator() (const Standard_Integer Index) const |
TopOpeBRep_LineInter & | ChangeValue (const Standard_Integer Index) |
TopOpeBRep_LineInter & | operator() (const Standard_Integer Index) |
Private Member Functions | |
Standard_EXPORT | TopOpeBRep_Array1OfLineInter (const TopOpeBRep_Array1OfLineInter &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|