#include <GEOMAlgo_HAlgo.hxx>

Public Member Functions | |
| virtual Standard_EXPORT void | Perform ()=0 |
| virtual Standard_EXPORT void | CheckData () |
| virtual Standard_EXPORT void | CheckResult () |
| Standard_EXPORT Standard_Integer | ErrorStatus () const |
| Standard_EXPORT Standard_Integer | WarningStatus () const |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
| Standard_EXPORT | GEOMAlgo_HAlgo () |
| virtual Standard_EXPORT | ~GEOMAlgo_HAlgo () |
Protected Attributes | |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| GEOMAlgo_HAlgo::GEOMAlgo_HAlgo | ( | ) | [protected] |
| GEOMAlgo_HAlgo::~GEOMAlgo_HAlgo | ( | ) | [protected, virtual] |
| virtual Standard_EXPORT void GEOMAlgo_HAlgo.Perform | ( | ) | [pure virtual] |
Implemented in GEOMAlgo_ClsfBox, GEOMAlgo_ClsfSolid, and GEOMAlgo_ClsfSurf.
| void GEOMAlgo_HAlgo::CheckData | ( | ) | [virtual] |
Reimplemented in GEOMAlgo_ClsfBox, GEOMAlgo_ClsfSolid, and GEOMAlgo_ClsfSurf.
References myErrorStatus.
| void GEOMAlgo_HAlgo::CheckResult | ( | ) | [virtual] |
References myErrorStatus.
| Standard_Integer GEOMAlgo_HAlgo::ErrorStatus | ( | ) | const |
References myErrorStatus.
| Standard_Integer GEOMAlgo_HAlgo::WarningStatus | ( | ) | const |
References myWarningStatus.
| Standard_EXPORT const GEOMAlgo_HAlgo.Handle | ( | Standard_Type | ) | const |
Reimplemented in GEOMAlgo_Clsf, GEOMAlgo_ClsfBox, GEOMAlgo_ClsfSolid, and GEOMAlgo_ClsfSurf.
Standard_Integer GEOMAlgo_HAlgo.myErrorStatus [protected] |
Standard_Integer GEOMAlgo_HAlgo.myWarningStatus [protected] |