|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | DBRep_IsoBuilder (const TopoDS_Face &TopologicalFace, const Standard_Real Infinite, const Standard_Integer NbIsos) |
| | Creates the builder.
.
|
| Standard_Integer | NbDomains () const |
| | Returns the total number of domains.
.
|
| Standard_EXPORT void | LoadIsos (const Handle(DBRep_Face)&Face) const |
| | Loading of the isoparametric curves in the
Data Structure of a drawable face.
.
|
Private Attributes |
| Standard_Real | myInfinite |
| Standard_Real | myUMin |
| Standard_Real | myUMax |
| Standard_Real | myVMin |
| Standard_Real | myVMax |
| TColStd_Array1OfReal | myUPrm |
| TColStd_Array1OfInteger | myUInd |
| TColStd_Array1OfReal | myVPrm |
| TColStd_Array1OfInteger | myVInd |
| Standard_Integer | myNbDom |