Open CASCADE Technology
6.5.4
|
#include <Graphic3d_Strips.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC void | STRIPT_INIT (const Standard_Integer NBVERTICES, const TColStd_Array1OfInteger &TABTRIANGLES) |
static void | STRIPT_GET_STRIP (Standard_Integer &NBTRIANGLES, Standard_Integer &V1, Standard_Integer &V2) |
static void | STRIPT_GET_VERTEX (Standard_Integer &VERTEX, Standard_Integer &TRIANGLE) |
static void | STRIPQ_INIT (const Standard_Integer NBVERTICES, const Standard_Integer NBQUADRANG, const TColStd_SequenceOfInteger &TABQUADRANGLES) |
static void | STRIPQ_GET_STRIP (Standard_Integer &NBQUAD, Standard_Integer &V1, Standard_Integer &V2) |
static void | STRIPQ_GET_NEXT (Standard_Integer &VERTEX1, Standard_Integer &VERTEX2, Standard_Integer &QUADRANGLE) |
static void Graphic3d_Strips::STRIPQ_GET_NEXT | ( | Standard_Integer & | VERTEX1, |
Standard_Integer & | VERTEX2, | ||
Standard_Integer & | QUADRANGLE | ||
) | [static] |
static void Graphic3d_Strips::STRIPQ_GET_STRIP | ( | Standard_Integer & | NBQUAD, |
Standard_Integer & | V1, | ||
Standard_Integer & | V2 | ||
) | [static] |
static void Graphic3d_Strips::STRIPQ_INIT | ( | const Standard_Integer | NBVERTICES, |
const Standard_Integer | NBQUADRANG, | ||
const TColStd_SequenceOfInteger & | TABQUADRANGLES | ||
) | [static] |
static void Graphic3d_Strips::STRIPT_GET_STRIP | ( | Standard_Integer & | NBTRIANGLES, |
Standard_Integer & | V1, | ||
Standard_Integer & | V2 | ||
) | [static] |
static void Graphic3d_Strips::STRIPT_GET_VERTEX | ( | Standard_Integer & | VERTEX, |
Standard_Integer & | TRIANGLE | ||
) | [static] |
static DEFINE_STANDARD_ALLOC void Graphic3d_Strips::STRIPT_INIT | ( | const Standard_Integer | NBVERTICES, |
const TColStd_Array1OfInteger & | TABTRIANGLES | ||
) | [static] |