Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
MAT_ListOfBisector Class Reference

#include <MAT_ListOfBisector.hxx>

Inheritance diagram for MAT_ListOfBisector:
Inheritance graph
[legend]

Public Member Functions

 MAT_ListOfBisector ()
 
 ~MAT_ListOfBisector () override
 
void First ()
 
void Last ()
 
void Init (const occ::handle< MAT_Bisector > &aniten)
 
void Next ()
 
void Previous ()
 
bool More () const
 
occ::handle< MAT_BisectorCurrent () const
 
void Current (const occ::handle< MAT_Bisector > &anitem) const
 
occ::handle< MAT_BisectorFirstItem () const
 
occ::handle< MAT_BisectorLastItem () const
 
occ::handle< MAT_BisectorPreviousItem () const
 
occ::handle< MAT_BisectorNextItem () const
 
int Number () const
 
int Index () const
 
occ::handle< MAT_BisectorBrackets (const int anindex)
 
occ::handle< MAT_Bisectoroperator() (const int anindex)
 
void Unlink ()
 
void LinkBefore (const occ::handle< MAT_Bisector > &anitem)
 
void LinkAfter (const occ::handle< MAT_Bisector > &anitem)
 
void FrontAdd (const occ::handle< MAT_Bisector > &anitem)
 
void BackAdd (const occ::handle< MAT_Bisector > &anitem)
 
void Permute ()
 
void Loop () const
 
bool IsEmpty () const
 
void Dump (const int ashift, const int alevel)
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor.
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing.
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter.
 
virtual ~Standard_Transient ()=default
 Destructor must be virtual.
 
virtual const opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object.
 
bool IsInstance (const opencascade::handle< Standard_Type > &theType) const
 Returns a true value if this is an instance of Type.
 
bool IsInstance (const char *const theTypeName) const
 Returns a true value if this is an instance of TypeName.
 
bool IsKind (const opencascade::handle< Standard_Type > &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
 
bool IsKind (const char *const theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
 
Standard_TransientThis () const
 Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.
 
int GetRefCount () const noexcept
 Get the reference counter of this object.
 
void IncrementRefCounter () noexcept
 Increments the reference counter of this object. Uses relaxed memory ordering since incrementing only requires atomicity, not synchronization with other memory operations.
 
int DecrementRefCounter () noexcept
 Decrements the reference counter of this object; returns the decremented value. Uses release ordering for the decrement to ensure all writes to the object are visible before the count reaches zero. An acquire fence is added only when the count reaches zero, ensuring proper synchronization before deletion. This is more efficient than using acq_rel for every decrement.
 
virtual void Delete () const
 Memory deallocator for transient classes.
 

Additional Inherited Members

- Public Types inherited from Standard_Transient
typedef void base_type
 Returns a type descriptor about this object.
 
- Static Public Member Functions inherited from Standard_Transient
static constexpr const charget_type_name ()
 Returns a type descriptor about this object.
 
static const opencascade::handle< Standard_Type > & get_type_descriptor ()
 Returns type descriptor of Standard_Transient class.
 

Constructor & Destructor Documentation

◆ MAT_ListOfBisector()

MAT_ListOfBisector::MAT_ListOfBisector ( )

◆ ~MAT_ListOfBisector()

MAT_ListOfBisector::~MAT_ListOfBisector ( )
override

Member Function Documentation

◆ BackAdd()

void MAT_ListOfBisector::BackAdd ( const occ::handle< MAT_Bisector > & anitem)

◆ Brackets()

occ::handle< MAT_Bisector > MAT_ListOfBisector::Brackets ( const int anindex)

◆ Current() [1/2]

occ::handle< MAT_Bisector > MAT_ListOfBisector::Current ( ) const

◆ Current() [2/2]

void MAT_ListOfBisector::Current ( const occ::handle< MAT_Bisector > & anitem) const

◆ Dump()

void MAT_ListOfBisector::Dump ( const int ashift,
const int alevel )

◆ First()

void MAT_ListOfBisector::First ( )

◆ FirstItem()

occ::handle< MAT_Bisector > MAT_ListOfBisector::FirstItem ( ) const

◆ FrontAdd()

void MAT_ListOfBisector::FrontAdd ( const occ::handle< MAT_Bisector > & anitem)

◆ Index()

int MAT_ListOfBisector::Index ( ) const

◆ Init()

void MAT_ListOfBisector::Init ( const occ::handle< MAT_Bisector > & aniten)

◆ IsEmpty()

bool MAT_ListOfBisector::IsEmpty ( ) const

◆ Last()

void MAT_ListOfBisector::Last ( )

◆ LastItem()

occ::handle< MAT_Bisector > MAT_ListOfBisector::LastItem ( ) const

◆ LinkAfter()

void MAT_ListOfBisector::LinkAfter ( const occ::handle< MAT_Bisector > & anitem)

◆ LinkBefore()

void MAT_ListOfBisector::LinkBefore ( const occ::handle< MAT_Bisector > & anitem)

◆ Loop()

void MAT_ListOfBisector::Loop ( ) const

◆ More()

bool MAT_ListOfBisector::More ( ) const

◆ Next()

void MAT_ListOfBisector::Next ( )

◆ NextItem()

occ::handle< MAT_Bisector > MAT_ListOfBisector::NextItem ( ) const

◆ Number()

int MAT_ListOfBisector::Number ( ) const

◆ operator()()

occ::handle< MAT_Bisector > MAT_ListOfBisector::operator() ( const int anindex)
inline

◆ Permute()

void MAT_ListOfBisector::Permute ( )

◆ Previous()

void MAT_ListOfBisector::Previous ( )

◆ PreviousItem()

occ::handle< MAT_Bisector > MAT_ListOfBisector::PreviousItem ( ) const

◆ Unlink()

void MAT_ListOfBisector::Unlink ( )

The documentation for this class was generated from the following file: