Open CASCADE Technology 6.5.2
Public Member Functions
BOPTools_DEInfo Class Reference

Auxiliary class for storing information about
a degenerated edge

#include <BOPTools_DEInfo.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 BOPTools_DEInfo ()
 Empty constructor

void SetVertex (const Standard_Integer nV)
 Modifier
Sets DS-index for the vertex to which
degenerated edge belongs to

void SetFaces (const TColStd_ListOfInteger &aLF)
 Modifier
Sets DS-indices for the faces to which
degenerated edge belongs to

const TColStd_ListOfIntegerFaces () const
 Selector

TColStd_ListOfIntegerChangeFaces ()
 Selector/Modifier

Standard_Integer Vertex () const
 Selector


Constructor & Destructor Documentation

BOPTools_DEInfo::BOPTools_DEInfo ( )

Member Function Documentation

TColStd_ListOfInteger& BOPTools_DEInfo::ChangeFaces ( )
const TColStd_ListOfInteger& BOPTools_DEInfo::Faces ( ) const
void BOPTools_DEInfo::operator delete ( void *  anAddress) [inline]
void* BOPTools_DEInfo::operator new ( size_t  size) [inline]
void* BOPTools_DEInfo::operator new ( size_t  ,
void *  anAddress 
) [inline]
void BOPTools_DEInfo::SetFaces ( const TColStd_ListOfInteger aLF)
void BOPTools_DEInfo::SetVertex ( const Standard_Integer  nV)
Standard_Integer BOPTools_DEInfo::Vertex ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines