pkv
ceaa5e27eb
0024492: The command bopargcheck produces wrong results for cases.
...
New features:
- class BOPDS_InterfVZ has been added.
Purpose: The class BOPDS_InterfVZ is is to store the information about
the interference of the type vertex/solid.
- class BOPDS_InterfEZ has been added.
Purpose: The class BOPDS_InterfEZ is is to store the information about
the interference of the type edge/solid.
- class BOPDS_InterfFZ has been added.
Purpose: The class BOPDS_InterfFZ is is to store the information about
the interference of the type face/solid.
- class BOPDS_InterfFZ has been added.
Purpose: The class BOPDS_InterfZZ is is to store the information about
the interference of the type solid/solid.
- class BOPDS_DS
-methods
inline BOPDS_VectorOfInterfVZ& BOPDS_DS::InterfVZ()
Purpose: Returns the collection of interferences Vertex/Solid
inline BOPDS_VectorOfInterfEZ& BOPDS_DS::InterfEZ()
Purpose: Returns the collection of interferences Edge/Solid
inline BOPDS_VectorOfInterfFZ& BOPDS_DS::InterfFZ()
Purpose: Returns the collection of interferences Face/Solid
inline BOPDS_VectorOfInterfZZ& BOPDS_DS::InterfZZ()
Purpose: Returns the collection of interferences Solid/Solid
inline Standard_Integer BOPDS_DS::NbInterfTypes()
Purpose: Returns the number of types of the interferences
have been added.
- class BOPDS_Tools
-method
inline Standard_Boolean BOPDS_Tools::IsInterfering
(const TopAbs_ShapeEnum theT)
has been added.
Purpose: Returns true if the type <theT> can be participant of an interference
- class BOPDS_ShapeInfo
-method
inline Standard_Boolean BOPDS_ShapeInfo::IsInterfering()const
has been added.
Purpose: Returns true if the object can be participant of an interference
- class BOPDS_ShapeInfo
-methods
void BOPAlgo_CheckerSI::PerformVZ()
Purpose: Computes Vertex/Solid interferences
void BOPAlgo_CheckerSI::PerformEZ()
Purpose: Computes Edge/Solid interferences
void BOPAlgo_CheckerSI::PerformFZ()
Purpose: Computes Face/Solid interferences
void BOPAlgo_CheckerSI::PerformZZ()
Purpose: Computes Solid/Solid interferences
have been added
Changes:
- class BOPDS_DS
- method:
Standard_Boolean BOPDS_DS::HasInterfShapeSubShapes
(const Standard_Integer theI1,
const Standard_Integer theI2,
const Standard_Boolean theFlag)const
has been modified.
Purpose:
Returns true if the shape with index theI1 is interfered with
- at least one sub-shape of the shape with index theI2 (theFlag=true)
--all sub-shapes of the shape with index theI2 (theFlag=false)
- class BOPDS_Tools
- method:
inline Standard_Integer BOPDS_Tools::TypeToInteger
(const TopAbs_ShapeEnum aType1,
const TopAbs_ShapeEnum aType2)
The method has been extended to treat */Solid interfertences.
- class BOPDS_Iterator
- constructors:
BOPDS_Iterator::BOPDS_Iterator();
BOPDS_Iterator::BOPDS_Iterator
(const Handle(NCollection_BaseAllocator)& theAllocator);
- method:
void BOPDS_Iterator::Prepare();
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();
- class BOPDS_IteratorSI
- method:
void BOPDS_IteratorSI::UpdateByLevelOfCheck(const Standard_Integer theLevel)
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();
- method:
void BOPDS_IteratorSI::Intersect()
The method has been extended to treat */Solid interfertences.
- class BOPAlgo_CheckerSI
- constructor:
BOPAlgo_CheckerSI::BOPAlgo_CheckerSI()
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();
- method:
void BOPAlgo_CheckerSI::SetLevelOfCheck(const Standard_Integer theLevel)
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();
- methods:
void BOPAlgo_CheckerSI::Perform()
void BOPAlgo_CheckerSI::PostTreat()
The methods have been extended to treat */Solid interfertences.
- class BOPAlgo_ArgumentAnalyzer
- method:
void BOPAlgo_ArgumentAnalyzer::TestSelfInterferences()
The method has been extended to treat */Solid interfertences.
Added test case bugs/modalg_5/bug24492
2013-12-26 15:45:09 +04:00
..
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-26 15:45:09 +04:00
2013-12-17 12:42:41 +04:00
2013-12-26 15:45:09 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-19 13:47:39 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-19 15:16:59 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2012-03-05 19:29:26 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-26 15:31:24 +04:00
2013-12-17 12:42:41 +04:00
2013-12-19 15:08:20 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2012-03-05 19:23:40 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2012-06-08 12:37:19 +04:00
2013-12-17 12:42:41 +04:00
2013-12-19 13:26:32 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2012-03-29 19:32:30 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2012-03-05 19:23:40 +04:00
2013-12-17 12:42:41 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-02-08 17:42:05 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-01-25 18:11:16 +04:00
2012-03-05 19:23:40 +04:00
2013-01-25 18:11:16 +04:00
2013-01-18 15:04:50 +04:00
2012-12-07 13:42:37 +04:00
2012-03-05 19:29:26 +04:00
2013-01-18 13:39:21 +04:00
2012-03-23 14:17:28 +04:00
2012-03-23 14:17:28 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-07-12 12:24:21 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:23:40 +04:00
2012-03-05 19:29:26 +04:00
2013-01-25 18:11:16 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-11-21 17:25:01 +04:00
2013-01-25 18:11:16 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-11-05 10:20:00 +04:00
2013-10-10 14:12:29 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-01-25 18:11:16 +04:00
2013-11-05 09:19:40 +04:00
2013-11-05 09:19:40 +04:00
2013-01-25 18:11:16 +04:00
2012-03-05 19:29:26 +04:00
2013-01-25 18:11:16 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2012-03-05 19:29:26 +04:00
2013-01-25 18:11:16 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-03-01 14:27:39 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2013-12-17 12:42:41 +04:00
2012-03-06 10:17:06 +04:00
2012-03-05 19:23:40 +04:00
2013-12-17 12:42:41 +04:00