#include "StdMeshers_CartesianParameters3D.hxx"#include "StdMeshers_NumberOfSegments.hxx"#include "StdMeshers_Distribution.hxx"#include "SMESH_Gen.hxx"#include "utilities.h"#include <map>#include <limits>#include <BRepGProp.hxx>#include <BRep_Tool.hxx>#include <Bnd_Box.hxx>#include <GProp_GProps.hxx>#include <GeomLib_IsPlanarSurface.hxx>#include <Geom_Surface.hxx>#include <Precision.hxx>#include <TopExp_Explorer.hxx>#include <TopLoc_Location.hxx>#include <TopTools_MapIteratorOfMapOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <TopoDS.hxx>#include <TopoDS_Face.hxx>#include <gp_Dir.hxx>#include <gp_Mat.hxx>#include <gp_Pln.hxx>#include <gp_Vec.hxx>
Macros | |
| #define | gpXYZ(cTriple) gp_XYZ( (cTriple).first, (cTriple).second.first, (cTriple).second.second ) |
| #define gpXYZ | ( | cTriple | ) | gp_XYZ( (cTriple).first, (cTriple).second.first, (cTriple).second.second ) |
Referenced by StdMeshers_CartesianParameters3D::ComputeOptimalAxesDirs().