|
Rhino C++ API
9.0
|
#include <rhinoSdkDoc.h>
Public Member Functions | |
| CRhinoPurgeStatistics () | |
| void | Clear () |
| int | PurgedCount (RhinoDocPurgeFilter purge_filter) const |
| void | SetPurgedCount (RhinoDocPurgeFilter purge_filter, int count) |
| int | TotalPurgedCount () const |
Description: Statistics that describe what RhinoPurgeDocument() purged. Remarks: A count is recorded for every RhinoDocPurgeFilter value that was purged. See Also: RhinoPurgeDocument
| CRhinoPurgeStatistics::CRhinoPurgeStatistics | ( | ) |
| void CRhinoPurgeStatistics::Clear | ( | ) |
Description: Sets all counts to zero.
| int CRhinoPurgeStatistics::PurgedCount | ( | RhinoDocPurgeFilter | purge_filter | ) | const |
Description: The number of table objects that were purged. Parameters: purge_filter [in] - The document table object types of interest. Values can be or-ed ( | ) together, in which case the sum of the counts of each type is returned. Returns: The number of table objects that were purged.
| void CRhinoPurgeStatistics::SetPurgedCount | ( | RhinoDocPurgeFilter | purge_filter, |
| int | count | ||
| ) |
Description: Sets the number of table objects that were purged. Parameters: purge_filter [in] - A single document table object type. count [in] - The number of table objects that were purged.
| int CRhinoPurgeStatistics::TotalPurgedCount | ( | ) | const |
Description: The total number of table objects that were purged. Returns: The number of table objects that were purged.
1.8.17