Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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>

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

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, GEOMUtils::CC_GE, GEOM::CC_GE, GEOMUtils::CC_GT, GEOMUtils::CC_LE, GEOM::CC_LE, GEOMUtils::CC_LT, and GEOM::CC_LT.