Version: 8.3.0
DriverCGNS_Read.cxx File Reference
#include "DriverCGNS_Read.hxx"
#include "SMDS_MeshNode.hxx"
#include "SMESHDS_Group.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Comment.hxx"
#include "SMESH_TypeDefs.hxx"
#include <gp_XYZ.hxx>
#include <cgnslib.h>
#include <map>
Include dependency graph for DriverCGNS_Read.cxx:

Macros

#define cgsize_t   int
 
#define NB_ZONE_SIZE_VAL   9
 
#define CGNS_NAME_SIZE   33
 
#define CGNS_STRUCT_RANGE_SZ   6
 
#define gpXYZ2IJK(METHOD)
 

Macro Definition Documentation

#define CGNS_NAME_SIZE   33
#define CGNS_STRUCT_RANGE_SZ   6
#define cgsize_t   int
#define gpXYZ2IJK (   METHOD)
Value:
void METHOD( const gp_XYZ& ijk, cgsize_t* ids ) const { \
METHOD( int(ijk.X()), int(ijk.Y()), int(ijk.Z()), ids); \
}
#define NB_ZONE_SIZE_VAL   9