The class BOPDS_Pave is to store information about vertex on an edge.
More...
#include <BOPDS_Pave.hxx>
The class BOPDS_Pave is to store information about vertex on an edge.
◆ BOPDS_Pave() [1/2]
| BOPDS_Pave::BOPDS_Pave |
( |
| ) |
|
◆ BOPDS_Pave() [2/2]
| BOPDS_Pave::BOPDS_Pave |
( |
const int | theIndex, |
|
|
const double | theParameter ) |
Constructor with index and parameter.
◆ Contents()
| void BOPDS_Pave::Contents |
( |
int & | theIndex, |
|
|
double & | theParameter ) const |
Selector Returns the index of vertex <theIndex> Returns the parameter of vertex <theParameter>
◆ Dump()
| void BOPDS_Pave::Dump |
( |
| ) |
const |
◆ Index()
| int BOPDS_Pave::Index |
( |
| ) |
const |
Selector Returns the index of vertex.
◆ IsEqual()
Query Returns true if the parameter of this is equal to the parameter of <theOther>
◆ IsLess()
Query Returns true if the parameter of this is less than the parameter of <theOther>
◆ operator<()
◆ operator==()
◆ Parameter()
| double BOPDS_Pave::Parameter |
( |
| ) |
const |
Selector Returns the parameter of vertex.
◆ SetIndex()
| void BOPDS_Pave::SetIndex |
( |
const int | theIndex | ) |
|
Modifier Sets the index of vertex <theIndex>
◆ SetParameter()
| void BOPDS_Pave::SetParameter |
( |
const double | theParameter | ) |
|
Modifier Sets the parameter of vertex <theParameter>
◆ myIndex
◆ myParameter
| double BOPDS_Pave::myParameter |
|
protected |
The documentation for this class was generated from the following file: