Version: 9.12.0
GEOM_IShapesOperations_i.cc File Reference
#include <Standard_Stream.hxx>
#include "GEOM_IShapesOperations_i.hh"
#include "utilities.h"
#include "OpUtil.hxx"
#include "Utils_ExceptHandlers.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <TopAbs.hxx>
#include <TColStd_HSequenceOfTransient.hxx>
#include <TColStd_HArray1OfInteger.hxx>
#include <vector>

Functions

static GEOMUtils::ComparisonCondition ComparisonCondition (const GEOM::comparison_condition theCondition)
 This function converts GEOM::comparison_condition type into GEOMUtils::ComparisonCondition type. More...
 
static GEOMAlgo_State ShapeState (const GEOM::shape_state theState)
 

Function Documentation

◆ ComparisonCondition()

static GEOMUtils::ComparisonCondition ComparisonCondition ( const GEOM::comparison_condition  theCondition)
static
Parameters
theConditionthe condition of GEOM::comparison_condition type
Returns
the condition of GEOMUtils::ComparisonCondition type.

References aResult, GEOM::CC_GE, GEOMUtils::CC_GE, GEOMUtils::CC_GT, GEOM::CC_LE, GEOMUtils::CC_LE, GEOM::CC_LT, and GEOMUtils::CC_LT.

◆ ShapeState()