Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Özgür Ozan Sen
ogs
Commits
9e7d2bf3
Commit
9e7d2bf3
authored
12 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
Static friend functions must be declared.
parent
63db9fc4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MeshLib/Node.h
+5
-1
5 additions, 1 deletion
MeshLib/Node.h
with
5 additions
and
1 deletion
MeshLib/Node.h
+
5
−
1
View file @
9e7d2bf3
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
#include
"PointWithID.h"
#include
"PointWithID.h"
#include
"Mesh.h"
#include
"Mesh.h"
#include
"MshEditor.h"
#include
"MshEditor.h"
#include
"../Gui/DataView/MshLayerMapper.h"
// TODO: Move MshLayerMapper to MeshLib
namespace
MeshLib
{
namespace
MeshLib
{
...
@@ -32,10 +33,13 @@ class Node : public GeoLib::PointWithID
...
@@ -32,10 +33,13 @@ class Node : public GeoLib::PointWithID
{
{
/* friend functions: */
/* friend functions: */
friend
MeshLib
::
Mesh
*
MshEditor
::
removeMeshNodes
(
MeshLib
::
Mesh
*
mesh
,
const
std
::
vector
<
std
::
size_t
>
&
nodes
);
friend
MeshLib
::
Mesh
*
MshEditor
::
removeMeshNodes
(
MeshLib
::
Mesh
*
mesh
,
const
std
::
vector
<
std
::
size_t
>
&
nodes
);
friend
int
MshLayerMapper
::
LayerMapping
(
MeshLib
::
Mesh
*
msh
,
const
std
::
string
&
rasterfile
,
const
std
::
size_t
nLayers
,
const
std
::
size_t
layer_id
,
bool
removeNoDataValues
);
/* friend classes: */
/* friend classes: */
friend
class
Mesh
;
friend
class
Mesh
;
friend
class
MeshCoarsener
;
friend
class
MeshCoarsener
;
friend
class
MshLayerMapper
;
public:
public:
/// Constructor using a coordinate array
/// Constructor using a coordinate array
...
...
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