|
SAGA API
v9.6
|
Go to the documentation of this file.
65 return(
SG_T(
"SAGA Application Programming Interface - Version: ")
SAGA_VERSION );
86 if( !Version .asInt(v) )
return( -1 );
87 if( v < Major )
return( -1 );
88 if( v > Major )
return( 1 );
91 if( v < Minor )
return( -1 );
92 if( v > Minor )
return( 1 );
95 if( v < Release )
return( -1 );
96 if( v > Release )
return( 1 );
112 if( !Release .asInt(v[0]) )
return( -1 );
150 if( !Version .asInt(v[0]) )
return( -1 );
#define SAGA_RELEASE_NUMBER
#define SAGA_MAJOR_VERSION
const SG_Char * SAGA_API_Get_Version(void)
CSG_String AfterFirst(char Character) const
#define SAGA_MINOR_VERSION
int SG_Compare_Version(const CSG_String &Version, int Major, int Minor, int Release)
CSG_String AfterLast(char Character) const
int SG_Compare_SAGA_Version(int Major, int Minor, int Release)