Open CASCADE Technology 6.6.0
Public Member Functions | Protected Attributes
BOPDS_Pave Class Reference

The class BOPDS_Pave is to store
information about vertex on an edge

#include <BOPDS_Pave.hxx>

Public Member Functions

 BOPDS_Pave ()
 Empty contructor


virtual ~BOPDS_Pave ()
void SetIndex (const Standard_Integer theIndex)
 Modifier
Sets the index of vertex <theIndex>

Standard_Integer Index () const
 Selector
Returns the index of vertex

void SetParameter (const Standard_Real theParameter)
 Modifier
Sets the parameter of vertex <theParameter>

Standard_Real Parameter () const
 Selector
Returns the parameter of vertex

void Contents (Standard_Integer &theIndex, Standard_Real &theParameter) const
 Selector
Returns the index of vertex <theIndex>
Returns the parameter of vertex <theParameter>

Standard_Boolean IsLess (const BOPDS_Pave &theOther) const
 Query
Returns true if thr parameter od this is less
than the parameter of <theOther>

Standard_Boolean operator< (const BOPDS_Pave &theOther) const
Standard_Boolean IsEqual (const BOPDS_Pave &theOther) const
 Query
Returns true if thr parameter od this is equal
to the parameter of <theOther>

Standard_Boolean operator== (const BOPDS_Pave &theOther) const
void Dump () const

Protected Attributes

Standard_Integer myIndex
Standard_Real myParameter

Constructor & Destructor Documentation

BOPDS_Pave::BOPDS_Pave ( )
virtual BOPDS_Pave::~BOPDS_Pave ( ) [virtual]

Member Function Documentation

void BOPDS_Pave::Contents ( Standard_Integer theIndex,
Standard_Real theParameter 
) const
void BOPDS_Pave::Dump ( ) const
Standard_Integer BOPDS_Pave::Index ( ) const
Standard_Boolean BOPDS_Pave::IsEqual ( const BOPDS_Pave theOther) const
Standard_Boolean BOPDS_Pave::IsLess ( const BOPDS_Pave theOther) const
Standard_Boolean BOPDS_Pave::operator< ( const BOPDS_Pave theOther) const [inline]
Standard_Boolean BOPDS_Pave::operator== ( const BOPDS_Pave theOther) const [inline]
Standard_Real BOPDS_Pave::Parameter ( ) const
void BOPDS_Pave::SetIndex ( const Standard_Integer  theIndex)
void BOPDS_Pave::SetParameter ( const Standard_Real  theParameter)

Field Documentation


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