|
Open CASCADE Technology 6.5.2
|
A Triangle is a triplet of node indices.
#include <PPoly_Triangle.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| PPoly_Triangle (const Standard_Integer N1, const Standard_Integer N2, const Standard_Integer N3) | |
| void | Set (const Standard_Integer N1, const Standard_Integer N2, const Standard_Integer N3) |
| void | Get (Standard_Integer &N1, Standard_Integer &N2, Standard_Integer &N3) const |
| PPoly_Triangle () | |
| Standard_Integer & | _CSFDB_GetPPoly_TrianglemyNodes (const Standard_Integer i1) |
| PPoly_Triangle::PPoly_Triangle | ( | const Standard_Integer | N1, |
| const Standard_Integer | N2, | ||
| const Standard_Integer | N3 | ||
| ) |
| PPoly_Triangle::PPoly_Triangle | ( | ) | [inline] |
| Standard_Integer& PPoly_Triangle::_CSFDB_GetPPoly_TrianglemyNodes | ( | const Standard_Integer | i1 | ) | [inline] |
| void PPoly_Triangle::Get | ( | Standard_Integer & | N1, |
| Standard_Integer & | N2, | ||
| Standard_Integer & | N3 | ||
| ) | const |
| void PPoly_Triangle::operator delete | ( | void * | anAddress | ) | [inline] |
| void* PPoly_Triangle::operator new | ( | size_t | size | ) | [inline] |
| void* PPoly_Triangle::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void PPoly_Triangle::Set | ( | const Standard_Integer | N1, |
| const Standard_Integer | N2, | ||
| const Standard_Integer | N3 | ||
| ) |
1.7.4