![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class performs the atomic impact assessment operation between an entity set and an island.
Public Member Functions | |
TSLImpactDescription * | entityIsImpactedBy (const TSLEntity *entity, const TSLIslandSet *islandSet) |
void * | operator new (size_t) |
void | operator delete (void *) |
void * | operator new (size_t, char *, int) |
TSLImpactDescription * TSLImpactAssessorOperation::entityIsImpactedBy | ( | const TSLEntity * | entity, |
const TSLIslandSet * | islandSet ) |
Tests to see whether the entity set provided is impacted by an island in the island set specified, and if so, describes the impact.
entity | the entity to test. This may be an entity set. |
islandSet | the islandSet to test against |
void TSLImpactAssessorOperation::operator delete | ( | void * | ) |
void * TSLImpactAssessorOperation::operator new | ( | size_t | ) |
Allocation override for API redirection.
void * TSLImpactAssessorOperation::operator new | ( | size_t | , |
char * | , | ||
int | ) |
When included in an MFC application in debug mode, the debug new expects this to be here. Override it and return the same as the normal one. The library must include it when compiled in release mode, since the user's application may be in debug mode.