G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsPKSession.h
Go to the documentation of this file.
1
14#pragma once
15
16namespace gismo {
17
18namespace extensions {
19
20class gsPKSession
21{
22public:
24 static bool start();
25
27 static bool stop();
28
29 // static void ReturnMemory(int * nBytes, char * * memory, int * ifail);
30 // static void GetMemory(int * nBytes, char * * memory, int * ifail);
31 // static void StopFrustrum( int * ifail );
32 // static void StartFrustrum( int * ifail );
33 // static PK_ERROR_code_t PKerrorHandler( PK_ERROR_sf_t* error );
34};
35
36}//extensions
37
38}//gismo
39
The G+Smo namespace, containing all definitions for the library.