Open CASCADE Technology 6.6.0
Public Member Functions | Protected Member Functions
BOPAlgo_ArgumentAnalyzer Class Reference

check the validity of argument(s) for Boolean Operations

#include <BOPAlgo_ArgumentAnalyzer.hxx>

Public Member Functions

 BOPAlgo_ArgumentAnalyzer ()
 empty constructor

void SetShape1 (const TopoDS_Shape &TheShape)
 sets object shape

void SetShape2 (const TopoDS_Shape &TheShape)
 sets tool shape

const TopoDS_ShapeGetShape1 () const
 returns object shape;

const TopoDS_ShapeGetShape2 () const
 returns tool shape

BOPAlgo_OperationOperationType ()
 returns ref

Standard_BooleanStopOnFirstFaulty ()
 returns ref

Standard_BooleanArgumentTypeMode ()
 Returns (modifiable) mode
that means checking types of shapes.

Standard_BooleanSelfInterMode ()
 Returns (modifiable) mode that means
checking of self-intersection of shapes.

Standard_BooleanSmallEdgeMode ()
 Returns (modifiable) mode that means
checking of small edges.

Standard_BooleanRebuildFaceMode ()
 Returns (modifiable) mode that means
checking of possibility to split or rebuild faces.

Standard_BooleanTangentMode ()
 Returns (modifiable) mode that means
checking of tangency between subshapes.

Standard_BooleanMergeVertexMode ()
 Returns (modifiable) mode that means
checking of problem of merging vertices.

Standard_BooleanMergeEdgeMode ()
 Returns (modifiable) mode that means
checking of problem of merging edges.

void Perform ()
 performs analysis

Standard_Boolean HasFaulty () const
 result of test

const BOPAlgo_ListOfCheckResultGetCheckResult () const
 returns a result of test

Protected Member Functions

void Prepare ()
 Prepares data;

void TestTypes ()
void TestSelfInterferences ()
void TestSmallEdge ()
void TestRebuildFace ()
void TestTangent ()
void TestMergeSubShapes (const TopAbs_ShapeEnum theType)
void TestMergeVertex ()
void TestMergeEdge ()

Constructor & Destructor Documentation

BOPAlgo_ArgumentAnalyzer::BOPAlgo_ArgumentAnalyzer ( )

Member Function Documentation

Standard_Boolean& BOPAlgo_ArgumentAnalyzer::ArgumentTypeMode ( )
const BOPAlgo_ListOfCheckResult& BOPAlgo_ArgumentAnalyzer::GetCheckResult ( ) const
const TopoDS_Shape& BOPAlgo_ArgumentAnalyzer::GetShape1 ( ) const
const TopoDS_Shape& BOPAlgo_ArgumentAnalyzer::GetShape2 ( ) const
Standard_Boolean BOPAlgo_ArgumentAnalyzer::HasFaulty ( ) const
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeEdgeMode ( )
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeVertexMode ( )
BOPAlgo_Operation& BOPAlgo_ArgumentAnalyzer::OperationType ( )
void BOPAlgo_ArgumentAnalyzer::Perform ( )
void BOPAlgo_ArgumentAnalyzer::Prepare ( ) [protected]
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::RebuildFaceMode ( )
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::SelfInterMode ( )
void BOPAlgo_ArgumentAnalyzer::SetShape1 ( const TopoDS_Shape TheShape)
void BOPAlgo_ArgumentAnalyzer::SetShape2 ( const TopoDS_Shape TheShape)
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::SmallEdgeMode ( )
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::StopOnFirstFaulty ( )
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::TangentMode ( )
void BOPAlgo_ArgumentAnalyzer::TestMergeEdge ( ) [protected]
void BOPAlgo_ArgumentAnalyzer::TestMergeSubShapes ( const TopAbs_ShapeEnum  theType) [protected]
void BOPAlgo_ArgumentAnalyzer::TestMergeVertex ( ) [protected]
void BOPAlgo_ArgumentAnalyzer::TestRebuildFace ( ) [protected]
void BOPAlgo_ArgumentAnalyzer::TestSelfInterferences ( ) [protected]
void BOPAlgo_ArgumentAnalyzer::TestSmallEdge ( ) [protected]
void BOPAlgo_ArgumentAnalyzer::TestTangent ( ) [protected]
void BOPAlgo_ArgumentAnalyzer::TestTypes ( ) [protected]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines