mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
Test commands for checking performance and functionality of OCCT handles and RTTI added. New test case added for that: test perf fclasses handle. Implementation of opencascade::handle improved to enable compile-time error if two handles of incompatible types are compared. Comparison of handle to NULL is not possible any more; method IsNull() should be used instead. Method LDOM_MemManager::Doc() is removed to avoid cyclic dependency of headers; constructor of LDOM_Document(LDOM_MemManager&) is used directly instead. Inclusion of headers corrected for compilation after previous patch.
18 lines
509 B
Plaintext
Executable File
18 lines
509 B
Plaintext
Executable File
FILES
|
|
QANCollection.cxx
|
|
QANCollection.hxx
|
|
QANCollection_Alloc.cxx
|
|
QANCollection_Handle.cxx
|
|
QANCollection_Common.cxx
|
|
QANCollection_Common.hxx
|
|
QANCollection_DataMapIteratorOfDataMapOfRealPnt.hxx
|
|
QANCollection_DataMapOfRealPnt.hxx
|
|
QANCollection_DoubleMapIteratorOfDoubleMapOfRealInteger.hxx
|
|
QANCollection_DoubleMapOfRealInteger.hxx
|
|
QANCollection_IndexedDataMapOfRealPnt.hxx
|
|
QANCollection_ListIteratorOfListOfPnt.hxx
|
|
QANCollection_ListOfPnt.hxx
|
|
QANCollection_Perf.cxx
|
|
QANCollection_Stl.cxx
|
|
QANCollection_Test.cxx
|