Home
last modified time | relevance | path

Searched refs:nc_inq_compound_nfields (Results 1 – 19 of 19) sorted by relevance

/dports/science/netcdf-cxx/netcdf-cxx4-4.3.1/cxx4/
H A DncCompoundType.cpp102 ncCheck(nc_inq_compound_nfields(groupId,myId,&nfieldsp),__FILE__,__LINE__); in getMemberCount()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Ddcompound.c249 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp) in nc_inq_compound_nfields() function
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Ddcompound.c249 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp) in nc_inq_compound_nfields() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Ddcompound.c249 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp) in nc_inq_compound_nfields() function
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Ddcompound.c249 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp) in nc_inq_compound_nfields() function
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/fortran/
H A Dmodule_netcdf4_nc_interfaces.f90383 Function nc_inq_compound_nfields(ncid, xtype, nfieldsp) BIND(C)
391 Integer(C_INT) :: nc_inq_compound_nfields local
393 End Function nc_inq_compound_nfields
H A Dnf_nc4.f90744 cstatus = nc_inq_compound_nfields(cncid, cxtype, cnfields)
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_compounds.c86 if (nc_inq_compound_nfields(ncid, xtype, &nfields)) ERR; in main()
172 if (nc_inq_compound_nfields(ncid, xtype, &nfields)) ERR; in main()
305 if (nc_inq_compound_nfields(ncid, xtype, &nfields)) ERR; in main()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_compounds.c86 if (nc_inq_compound_nfields(ncid, xtype, &nfields)) ERR; in main()
172 if (nc_inq_compound_nfields(ncid, xtype, &nfields)) ERR; in main()
305 if (nc_inq_compound_nfields(ncid, xtype, &nfields)) ERR; in main()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnc4.c373 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp) in nc_inq_compound_nfields() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dvtk_netcdf_mangle.h385 #define nc_inq_compound_nfields vtk_netcdf_nc_inq_compound_nfields macro
H A Dxxxnetcdf.h515 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dvtk_netcdf_mangle.h421 #define nc_inq_compound_nfields vtknetcdf_nc_inq_compound_nfields macro
H A Dxxxnetcdf.h622 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dvtk_netcdf_mangle.h520 #define nc_inq_compound_nfields vtknetcdf_nc_inq_compound_nfields macro
H A Dnetcdf.h664 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp);
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/include/
H A Dnetcdf.h643 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp);
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dnetcdf.h652 nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp);
/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/include/
H A DnetCDF4.pxi247 int nc_inq_compound_nfields(int ncid, nc_type xtype, size_t *nfieldsp) nogil