Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
graphicsframework
Commits
a04c14ee
Commit
a04c14ee
authored
17 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen updates
parent
c88e95cd
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
AbstractGraphicsEngine.h
+1
-1
1 addition, 1 deletion
AbstractGraphicsEngine.h
EinsteinS5R3Adapter.h
+12
-2
12 additions, 2 deletions
EinsteinS5R3Adapter.h
GraphicsEngineFactory.h
+2
-1
2 additions, 1 deletion
GraphicsEngineFactory.h
with
15 additions
and
4 deletions
AbstractGraphicsEngine.h
+
1
−
1
View file @
a04c14ee
...
...
@@ -19,7 +19,7 @@
class
AbstractGraphicsEngine
{
public:
/// De
fault de
structor
/// Destructor
virtual
~
AbstractGraphicsEngine
();
/**
...
...
This diff is collapsed.
Click to expand it.
EinsteinS5R3Adapter.h
+
12
−
2
View file @
a04c14ee
...
...
@@ -21,9 +21,9 @@ class EinsteinS5R3Adapter
{
public:
/**
* Constructor
*
\brief
Constructor
*
* \param boincClient Pointer to the
general
BOINC client adapter instance
* \param boincClient Pointer to the
parent
BOINC client adapter instance
*/
EinsteinS5R3Adapter
(
BOINCClientAdapter
*
boincClient
);
...
...
@@ -69,8 +69,18 @@ public:
double
wuCPUTime
()
const
;
private:
/**
* \brief Parses science application specific information into local attributes
*
* The information is usually transferred via a shared memory area
* which is handled by the parent generic BOINC client adapter.
*
* \see boincClient
*/
void
parseApplicationInformation
();
/// Pointer to the (parent) BOINC client adapter
BOINCClientAdapter
*
boincClient
;
/// Right ascension of the currently searched sky position
...
...
This diff is collapsed.
Click to expand it.
GraphicsEngineFactory.h
+
2
−
1
View file @
a04c14ee
...
...
@@ -14,6 +14,7 @@
class
GraphicsEngineFactory
{
public:
/// Destructor
virtual
~
GraphicsEngineFactory
();
/// Identifiers of supported graphics engines
...
...
@@ -44,7 +45,7 @@ public:
static
AbstractGraphicsEngine
*
createInstance
(
Engines
engine
,
Applications
application
);
private
:
// Contructor (private since this a purely static factory)
//
/
Contructor (private since this a purely static factory)
GraphicsEngineFactory
();
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment