|
Open CASCADE Technology 6.5.2
|
Data structure for storing information on transfer result.
At the moment it dispatches information for the following types:
More...
#include <TransferBRep_TransferResultInfo.hxx>

Public Member Functions | |
| TransferBRep_TransferResultInfo () | |
| Creates object with all fields nullified. | |
| void | Clear () |
| Resets all the fields. | |
| Standard_Integer & | Result () |
| Standard_Integer & | ResultWarning () |
| Standard_Integer & | ResultFail () |
| Standard_Integer & | ResultWarningFail () |
| Standard_Integer & | NoResult () |
| Standard_Integer & | NoResultWarning () |
| Standard_Integer & | NoResultFail () |
| Standard_Integer & | NoResultWarningFail () |
| TransferBRep_TransferResultInfo::TransferBRep_TransferResultInfo | ( | ) |
| void TransferBRep_TransferResultInfo::Clear | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::NoResult | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::NoResultFail | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::NoResultWarning | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::NoResultWarningFail | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::Result | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::ResultFail | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::ResultWarning | ( | ) |
| Standard_Integer& TransferBRep_TransferResultInfo::ResultWarningFail | ( | ) |
1.7.4