Open CASCADE Technology 6.5.2
Public Member Functions | Protected Member Functions
BOP_ArgumentAnalyzer Class Reference

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_ShapeGetShape1 () const
 returns object shape;

const TopoDS_ShapeGetShape2 () const
 returns tool shape

BOP_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 BOP_ListOfCheckResultGetCheckResult () 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 ()

Constructor & Destructor Documentation

BOP_ArgumentAnalyzer::BOP_ArgumentAnalyzer ( )

Member Function Documentation

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]

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