Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

srm_Celestiodetic.h

Go to the documentation of this file.
00001 /* SRM API
00002  *
00003  * SRM_SDK_VER_GOES_HERE
00004  *

00006  *

00008  *
00009  * SRM_OTHERS_GOES_HERE
00010  *

00012  */
00013 
00014 #ifndef SRM_CELESTIODETIC_H_INCLUDED
00015 #define SRM_CELESTIODETIC_H_INCLUDED
00016 
00017 #if !defined(_WIN32)
00018 #define EXPORT_DLL
00019 #elif !defined(EXPORT_DLL)
00020 #if defined(_LIB)
00021 #define EXPORT_DLL
00022 #elif defined(_USRDLL)
00023 #define EXPORT_DLL __declspec(dllexport)
00024 #else
00025 #define EXPORT_DLL __declspec(dllimport)
00026 #endif
00027 #endif /* _WIN32 && EXPORT_DLL */
00028 
00029 
00030 
00031 #include "srm.h"
00032 
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
00036 
00037 
00038         
00039 typedef struct {
00040    SRM_AssociateSurfaceCoordinateEH          *AssociateSurfaceCoordinate;              
00041    SRM_ChangeCoordinate3DSRF                 *ChangeCoordinate3DSRF;
00042    SRM_ChangeCoordinate3DArraySRF            *ChangeCoordinate3DArraySRF;                   
00043    SRM_ChangeCoordinate3DSRFObject           *ChangeCoordinate3DSRFObject;
00044    SRM_ChangeCoordinate3DArraySRFObject      *ChangeCoordinate3DArraySRFObject;              
00045    SRM_ChangeDirectionSRF                    *ChangeDirectionSRF;
00046    SRM_ChangeOrientationSRF                  *ChangeOrientationSRF;
00047    SRM_ChangeDirectionArraySRF               *ChangeDirectionArraySRF;                     
00048    SRM_ChangeDirectionSRFObject              *ChangeDirectionSRFObject;
00049    SRM_ChangeOrientationSRFObject            *ChangeOrientationSRFObject;
00050    SRM_ChangeDirectionArraySRFObject         *ChangeDirectionArraySRFObject;               
00051    SRM_CreateCoordinate3D                    *CreateCoordinate3D;                      
00052    SRM_CreateDirection                       *CreateDirection;
00053    SRM_CreateOrientation                     *CreateOrientation;
00054    SRM_CreateLocalTangentSpaceEuclideanSRF   *CreateLocalTangentSpaceEuclideanSRF;     
00055    SRM_CreateSurfaceCoordinateEH             *CreateSurfaceCoordinate;                 
00056    SRM_Destroy                               *Destroy;                                 
00057    SRM_DestroyCoordinate3D                   *DestroyCoordinate3D;                     
00058    SRM_DestroyDirection                      *DestroyDirection;
00059    SRM_DestroyOrientation                    *DestroyOrientation;
00060    SRM_DestroySurfaceCoordinateEH            *DestroySurfaceCoordinate;                
00061    SRM_EuclideanDistance3D                   *EuclideanDistance3D;                     
00062    SRM_EuclideanDistanceEH                   *EuclideanDistanceEH;                     
00063    SRM_GeodesicDistance                      *GeodesicDistance;                        
00064    SRM_GetCoordinate3DValues                 *GetCoordinate3DValues;                   
00065    SRM_GetCSCode                             *GetCSCode;                               
00066    SRM_GetDirectionValues                    *GetDirectionValues;
00067    SRM_GetNaturalSRFSMemberCode              *GetNaturalSRFSMemberCode;
00068    SRM_GetOrientationValues                  *GetOrientationValues;
00069    SRM_GetExtendedValidRegion                *GetExtendedValidRegion;                  
00070    SRM_GetORMCodes                           *GetORMCodes;                             
00071    SRM_GetSRFCodes                           *GetSRFCodes;                             
00072    SRM_GetSurfaceCoordinateValuesEH          *GetSurfaceCoordinateValues;              
00073    SRM_GetValidRegion                        *GetValidRegion;                          
00074    SRM_PromoteSurfaceCoordinateEH            *PromoteSurfaceCoordinate;                
00075    SRM_SetExtendedValidRegion                *SetExtendedValidRegion;                  
00076    SRM_SetValidRegion                        *SetValidRegion;                          
00077    SRM_VerticalOffset                        *VerticalOffset;                          
00078 } SRM_CD_Method_List;
00079 
00080 
00085 typedef struct {
00086    void                                      *state;                                   
00087    SRM_CD_Method_List                        *methods;                                 
00088 } SRM_Celestiodetic;
00089 
00096 EXPORT_DLL extern SRM_Status_Code 
00097 SRM_CD_Create 
00098 (
00099         SRM_ORM_Code                                 orm_code,                 
00100         SRM_RT_Code                                  rt_code,                 
00101         SRM_Celestiodetic                            *new_srf            /* OUT */
00102 );
00103 
00104 
00105 #ifdef __cplusplus
00106 }
00107 #endif
00108 #endif /* #ifndef/define/endif for SRM_CELESTIODETIC_H_INCLUDED */

C API Version: 4.1.1 - 14 Jun 2007
Copyright © 2007 SEDRIS Docs by Doxygen 1.3.2