|
Open CASCADE Technology 6.5.2
|
check the validity of argument(s) for Boolean Operations
#include <BOP_ArgumentAnalyzer.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_ArgumentAnalyzer () | |
| empty constructor | |
| void | SetShape1 (const TopoDS_Shape &TheShape) |
| sets object shape | |
| void | SetShape2 (const TopoDS_Shape &TheShape) |
| sets tool shape | |
| const TopoDS_Shape & | GetShape1 () const |
| returns object shape; | |
| const TopoDS_Shape & | GetShape2 () const |
| returns tool shape | |
| BOP_Operation & | OperationType () |
| returns ref | |
| Standard_Boolean & | StopOnFirstFaulty () |
| returns ref | |
| Standard_Boolean & | ArgumentTypeMode () |
| Returns (modifiable) mode that means checking types of shapes. | |
| Standard_Boolean & | SelfInterMode () |
| Returns (modifiable) mode that means checking of self-intersection of shapes. | |
| Standard_Boolean & | SmallEdgeMode () |
| Returns (modifiable) mode that means checking of small edges. | |
| Standard_Boolean & | RebuildFaceMode () |
| Returns (modifiable) mode that means checking of possibility to split or rebuild faces. | |
| Standard_Boolean & | TangentMode () |
| Returns (modifiable) mode that means checking of tangency between subshapes. | |
| Standard_Boolean & | MergeVertexMode () |
| Returns (modifiable) mode that means checking of problem of merging vertices. | |
| Standard_Boolean & | MergeEdgeMode () |
| Returns (modifiable) mode that means checking of problem of merging edges. | |
| void | Perform () |
| performs analysis | |
| Standard_Boolean | HasFaulty () const |
| result of test | |
| const BOP_ListOfCheckResult & | GetCheckResult () const |
| returns a result of test | |
Protected Member Functions | |
| void | TestTypes () |
| void | TestSelfInterferences () |
| void | TestSmallEdge () |
| void | TestRebuildFace () |
| void | TestTangent () |
| void | TestMergeSubShapes (const TopAbs_ShapeEnum theType) |
| void | TestMergeVertex () |
| void | TestMergeEdge () |
| BOP_ArgumentAnalyzer::BOP_ArgumentAnalyzer | ( | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::ArgumentTypeMode | ( | ) |
| const BOP_ListOfCheckResult& BOP_ArgumentAnalyzer::GetCheckResult | ( | ) | const |
| const TopoDS_Shape& BOP_ArgumentAnalyzer::GetShape1 | ( | ) | const |
| const TopoDS_Shape& BOP_ArgumentAnalyzer::GetShape2 | ( | ) | const |
| Standard_Boolean BOP_ArgumentAnalyzer::HasFaulty | ( | ) | const |
| Standard_Boolean& BOP_ArgumentAnalyzer::MergeEdgeMode | ( | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::MergeVertexMode | ( | ) |
| BOP_Operation& BOP_ArgumentAnalyzer::OperationType | ( | ) |
| void BOP_ArgumentAnalyzer::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_ArgumentAnalyzer::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_ArgumentAnalyzer::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOP_ArgumentAnalyzer::Perform | ( | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::RebuildFaceMode | ( | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::SelfInterMode | ( | ) |
| void BOP_ArgumentAnalyzer::SetShape1 | ( | const TopoDS_Shape & | TheShape | ) |
| void BOP_ArgumentAnalyzer::SetShape2 | ( | const TopoDS_Shape & | TheShape | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::SmallEdgeMode | ( | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::StopOnFirstFaulty | ( | ) |
| Standard_Boolean& BOP_ArgumentAnalyzer::TangentMode | ( | ) |
| void BOP_ArgumentAnalyzer::TestMergeEdge | ( | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestMergeSubShapes | ( | const TopAbs_ShapeEnum | theType | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestMergeVertex | ( | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestRebuildFace | ( | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestSelfInterferences | ( | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestSmallEdge | ( | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestTangent | ( | ) | [protected] |
| void BOP_ArgumentAnalyzer::TestTypes | ( | ) | [protected] |
1.7.4