#include <Geom2dHatch_HatchingOfHatcher.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Geom2dHatch_HatchingOfHatcher () |
| Standard_EXPORT | Geom2dHatch_HatchingOfHatcher (const Geom2dAdaptor_Curve &Curve) |
| Standard_EXPORT const Geom2dAdaptor_Curve & | Curve () const |
| Standard_EXPORT Geom2dAdaptor_Curve & | ChangeCurve () |
| Standard_EXPORT void | TrimDone (const Standard_Boolean Flag) |
| Standard_EXPORT Standard_Boolean | TrimDone () const |
| Standard_EXPORT void | TrimFailed (const Standard_Boolean Flag) |
| Standard_EXPORT Standard_Boolean | TrimFailed () const |
| Standard_EXPORT void | IsDone (const Standard_Boolean Flag) |
| Standard_EXPORT Standard_Boolean | IsDone () const |
| Standard_EXPORT void | Status (const HatchGen_ErrorStatus Status) |
| Standard_EXPORT HatchGen_ErrorStatus | Status () const |
| Standard_EXPORT void | AddPoint (const HatchGen_PointOnHatching &Point, const Standard_Real Confusion) |
| Standard_EXPORT Standard_Integer | NbPoints () const |
| Standard_EXPORT const HatchGen_PointOnHatching & | Point (const Standard_Integer Index) const |
| Standard_EXPORT HatchGen_PointOnHatching & | ChangePoint (const Standard_Integer Index) |
| Standard_EXPORT void | RemPoint (const Standard_Integer Index) |
| Standard_EXPORT void | ClrPoints () |
| Standard_EXPORT void | AddDomain (const HatchGen_Domain &Domain) |
| Standard_EXPORT Standard_Integer | NbDomains () const |
| Standard_EXPORT const HatchGen_Domain & | Domain (const Standard_Integer Index) const |
| Standard_EXPORT void | RemDomain (const Standard_Integer Index) |
| Standard_EXPORT void | ClrDomains () |
| Standard_EXPORT gp_Pnt2d | ClassificationPoint () const |
Private Attributes | |
| Geom2dAdaptor_Curve | myCurve |
| Standard_Boolean | myTrimDone |
| Standard_Boolean | myTrimFailed |
| HatchGen_PointsOnHatching | myPoints |
| Standard_Boolean | myIsDone |
| HatchGen_ErrorStatus | myStatus |
| HatchGen_Domains | myDomains |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1