| Open CASCADE Technology
    7.8.0.dev
    | 
The class BOPDS_Pave is to store information about vertex on an edge. More...
#include <BOPDS_Pave.hxx>
| Public Member Functions | |
| BOPDS_Pave () | |
| Empty constructor.  More... | |
| void | SetIndex (const Standard_Integer theIndex) | 
| Modifier Sets the index of vertex <theIndex>  More... | |
| Standard_Integer | Index () const | 
| Selector Returns the index of vertex.  More... | |
| void | SetParameter (const Standard_Real theParameter) | 
| Modifier Sets the parameter of vertex <theParameter>  More... | |
| Standard_Real | Parameter () const | 
| Selector Returns the parameter of vertex.  More... | |
| void | Contents (Standard_Integer &theIndex, Standard_Real &theParameter) const | 
| Selector Returns the index of vertex <theIndex> Returns the parameter of vertex <theParameter>  More... | |
| Standard_Boolean | IsLess (const BOPDS_Pave &theOther) const | 
| Query Returns true if thr parameter od this is less than the parameter of <theOther>  More... | |
| 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>  More... | |
| Standard_Boolean | operator== (const BOPDS_Pave &theOther) const | 
| void | Dump () const | 
| Protected Attributes | |
| Standard_Integer | myIndex | 
| Standard_Real | myParameter | 
The class BOPDS_Pave is to store information about vertex on an edge.
| BOPDS_Pave::BOPDS_Pave | ( | ) | 
Empty constructor.
| void BOPDS_Pave::Contents | ( | Standard_Integer & | theIndex, | 
| Standard_Real & | theParameter | ||
| ) | const | 
Selector Returns the index of vertex <theIndex> Returns the parameter of vertex <theParameter>
| void BOPDS_Pave::Dump | ( | ) | const | 
| Standard_Integer BOPDS_Pave::Index | ( | ) | const | 
Selector Returns the index of vertex.
| Standard_Boolean BOPDS_Pave::IsEqual | ( | const BOPDS_Pave & | theOther | ) | const | 
Query Returns true if thr parameter od this is equal to the parameter of <theOther>
| Standard_Boolean BOPDS_Pave::IsLess | ( | const BOPDS_Pave & | theOther | ) | const | 
Query Returns true if thr parameter od this is less than the parameter of <theOther>
| 
 | inline | 
| 
 | inline | 
| Standard_Real BOPDS_Pave::Parameter | ( | ) | const | 
Selector Returns the parameter of vertex.
| void BOPDS_Pave::SetIndex | ( | const Standard_Integer | theIndex | ) | 
Modifier Sets the index of vertex <theIndex>
| void BOPDS_Pave::SetParameter | ( | const Standard_Real | theParameter | ) | 
Modifier Sets the parameter of vertex <theParameter>
| 
 | protected | 
| 
 | protected | 
 1.8.13
 1.8.13