Open CASCADE Technology 7.8.0
|
Auxiliary structure holding vertex data either with single or double floating point precision. More...
#include <RWObj_Reader.hxx>
Public Member Functions | |
VectorOfVertices () | |
Empty constructor. | |
bool | IsSinglePrecision () const |
Return single precision flag; FALSE by default. | |
void | SetSinglePrecision (Standard_Boolean theIsSinglePrecision) |
Setup single/double precision flag. | |
void | Reset () |
Reset and (re)allocate buffer. | |
Standard_Integer | Lower () const |
Return vector lower index. | |
Standard_Integer | Upper () const |
Return vector upper index. | |
gp_Pnt | Value (Standard_Integer theIndex) const |
Return point with the given index. | |
void | Append (const gp_Pnt &thePnt) |
Append new point. | |
Auxiliary structure holding vertex data either with single or double floating point precision.
|
inline |
Empty constructor.
|
inline |
Return single precision flag; FALSE by default.
|
inline |
Return vector lower index.
|
inline |
Reset and (re)allocate buffer.
|
inline |
Setup single/double precision flag.
|
inline |
Return vector upper index.
|
inline |
Return point with the given index.