cgma
FacetModifyEngine.cpp File Reference
#include "FacetModifyEngine.hpp"
#include "FacetQueryEngine.hpp"
#include "SettingHandler.hpp"
#include "CubitMessage.hpp"
#include "CubitDefines.h"
#include "CubitUtil.hpp"
#include "CubitPoint.hpp"
#include "CubitPointData.hpp"
#include "CubitFacet.hpp"
#include "CubitQuadFacet.hpp"
#include "CubitFacetData.hpp"
#include "CubitFacetEdge.hpp"
#include "CubitFacetEdgeData.hpp"
#include "GeometryQueryTool.hpp"
#include "GeometryModifyTool.hpp"
#include "ChollaSurface.hpp"
#include "ChollaCurve.hpp"
#include "ChollaPoint.hpp"
#include "FacetPoint.hpp"
#include "FacetCurve.hpp"
#include "CurveFacetEvalTool.hpp"
#include "FacetEvalTool.hpp"
#include "FacetCoEdge.hpp"
#include "FacetLoop.hpp"
#include "FacetSurface.hpp"
#include "FacetShell.hpp"
#include "FacetLump.hpp"
#include "FacetBody.hpp"
#include "ChollaEngine.hpp"
#include "TDGeomFacet.hpp"
#include "CubitFileIOWrapper.hpp"
#include "TDFacetBoundaryPoint.hpp"
#include "Cholla.h"
#include "Body.hpp"
#include "GfxDebug.hpp"
#include "RefFace.hpp"
#include "FacetDataUtil.hpp"
#include "FBDataUtil.hpp"
#include "FBIntersect.hpp"
#include "IntegerHash.hpp"
#include "FacetboolInterface.hpp"
#include "CpuTimer.hpp"
#include "ProgressTool.hpp"
#include "AppUtil.hpp"
#include "SphereEvaluator.hpp"
#include "CylinderEvaluator.hpp"
#include "CubitLoops.hpp"
#include "FacetProjectTool.hpp"
#include <algorithm>

Go to the source code of this file.

Defines

#define MODIFY_CHECK_RETURN_NULL
#define MODIFY_CHECK_RETURN_VOID
#define MODIFY_CHECK_RETURN_FAILURE

Define Documentation

Value:
do {if(!modifyEnabled){ \
    PRINT_INFO("Facet-based geometry modification is a beta capability.\n");\
    PRINT_ERROR("This capability is currently disabled.\n");\
    PRINT_INFO("To enable this capability, issue the command 'set developer commands on'. \n");\
    return CUBIT_FAILURE;} }while(0)

Definition at line 90 of file FacetModifyEngine.cpp.

Value:
do {if(!modifyEnabled){                                                               \
    PRINT_INFO("Facet-based geometry modification is a beta capability.\n");\
    PRINT_ERROR("This capability is currently disabled.\n");\
    PRINT_INFO("To enable this capability, issue the command 'set developer commands on'. \n");\
    return NULL;} }while(0)

Definition at line 76 of file FacetModifyEngine.cpp.

Value:
do {if(!modifyEnabled){ \
    PRINT_INFO("Facet-based geometry modification is a beta capability.\n");\
    PRINT_ERROR("This capability is currently disabled.\n");\
    PRINT_INFO("To enable this capability, issue the command 'set developer commands on'. \n");\
    return;} }while(0)

Definition at line 83 of file FacetModifyEngine.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines