#include <AIS_StatusOfDetection.hxx>
#include <AIS_StatusOfPick.hxx>
#include <Aspect_Drawable.hxx>
#include <Aspect_GridDrawMode.hxx>
#include <Aspect_GridType.hxx>
#include <Aspect_GraphicCallbackProc.hxx>
#include <AIS_InteractiveContext.hxx>
#include <V3d_View.hxx>
#include <V3d_Viewer.hxx>
#include <Handle_TopTools_HSequenceOfShape.hxx>
#include <Standard_TypeDef.hxx>
#include <Quantity_Factor.hxx>
#include <Quantity_Length.hxx>
#include <Quantity_NameOfColor.hxx>
#include <V3d_Coordinate.hxx>
#include <Handle_AIS_Shape.hxx>
#include <TopoDS_Shape.hxx>
#include <gp_Pnt.hxx>
#include <gp_Dir.hxx>
#include <gp_Pln.hxx>
#include <TCollection_ExtendedString.hxx>
#include <TColStd_SequenceOfExtendedString.hxx>
#include <TDocStd_Document.hxx>
#include <GEOM_Object.hxx>
#include <GEOMImpl_Gen.hxx>
#include <Handle_Xw_Window.hxx>
Include dependency graph for qocc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | QOCC_DECLSPEC Q_DECL_IMPORT |
#define | SIGN(X) ((X) < 0. ? -1 : ((X) > 0. ? 1 : 0.)) |
#define | INITIAL_PRECISION 0.001 |
#define | ARGUMENT_LABEL 1 |
#define | RESULT_LABEL 2 |
#define | DESCRIPTION_LABEL 3 |
#define | HISTORY_LABEL 4 |
#define INITIAL_PRECISION 0.001 |
#define RESULT_LABEL 2 |
Definition at line 108 of file qocc.h.
Referenced by Handle(), QoccDocument::RemovePresentation(), and QoccDocument::UpdatePresentations().
#define SIGN | ( | X | ) | ((X) < 0. ? -1 : ((X) > 0. ? 1 : 0.)) |